Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

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