/google-custom-search-api-to-retrieve-URL

This code is a Python script that utilizes the Google Custom Search API to retrieve the first search result URL for a list of search queries stored in a CSV file. The script reads the CSV file, performs Google searches for each search query, and updates the CSV file with the obtained URLs.

Primary LanguagePython

No issues in this repository yet.