With this project, you can get the list of ads appearing in google.com search results.
You can write the words you want by editing the settings.json
settings file.
Puppeteer browser automation was used in this project.
- Clone locally using
git clone git@github.com:CanKorkmazim/google-ads-list.git
- Install dependencies using
npm install
- Check
settings.json
and edit it as it suits you. - Start your app using
npm run start
Note
Please check the requirements for the **Puppeteer library.
Here is the full features list:
- Multiple word support
- Adjustable waiting times
- Configurable browser user-agent
- Adjustable CSS selectors
- Creates a JSON file for each word search
By Can Korkmaz