Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cankorkmazim/google-ads-list
You can create a list of advertisements placed on Google through words.
https://github.com/cankorkmazim/google-ads-list
google-ads google-crawler puppeteer
Last synced: 11 days ago
JSON representation
You can create a list of advertisements placed on Google through words.
- Host: GitHub
- URL: https://github.com/cankorkmazim/google-ads-list
- Owner: CanKorkmazim
- Created: 2024-05-02T06:00:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T06:40:50.000Z (9 months ago)
- Last Synced: 2024-12-03T20:11:51.432Z (2 months ago)
- Topics: google-ads, google-crawler, puppeteer
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Google ADS List | Puppeteer
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.
## Demo
![]()
## Instructions
1. Clone locally using `git clone [email protected]:CanKorkmazim/google-ads-list.git`
2. Install dependencies using `npm install`
3. Check `settings.json` and edit it as it suits you.
4. Start your app using `npm run start`> [!NOTE]
> Please check the [requirements](https://pptr.dev/guides/system-requirements) for the **Puppeteer library.## Features
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](https://github.com/CanKorkmazim)