This repository contains a Python script designed to scrape Google Ads data and integrate it with Google Sheets. It's a powerful tool for marketing prospecting.
git clone https://github.com/engineergomes/google-ads-scrapper.git
pip install -r requirements.txt
- Navigate to the Google Cloud Console.
- Set up a Google Service Account for your project.
- Download the generated JSON key file for your Service Account.
- Rename the downloaded JSON file to
client_secret.json
. - Add this renamed file to the bot folder.
- Create two tabs in your Google Sheets document: "Key Words" and "General."
- In the "Key Words" tab, list the words you want to search for in your Google Ads campaigns.
- In the "General" tab, structure your data as per the instructions in the previous README.
python main.py
- The script will populate the Google Sheets with scraped data.
- You can analyze this data to identify potential clients who may benefit from your marketing services.
If you would like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any queries, please open an issue in the GitHub repository.