Skip to content

Program to find position of a website in search-result by custom keywords

Notifications You must be signed in to change notification settings

lifeguard1/website-search-result-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Google Custom Search API Keyword Position Checker

This Python program checks the position of a target URL for specified keywords using the Google Custom Search API. The results are saved to a CSV file.

Prerequisites

  • Python 3.x
  • requests library

Installation

  1. Clone the repository or download the script.
  2. Install the required libraries: pip install requests

Execution

  1. Replace with your API_KEY and Custom_Search_Engine_ID
  2. Replace with your specified keywords and target website
  3. Run the script: python test.py

About

Program to find position of a website in search-result by custom keywords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages