Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrna/cars-scraper
🚙 Scraping cars ads
https://github.com/zrna/cars-scraper
javascript puppeteer scraper
Last synced: 25 days ago
JSON representation
🚙 Scraping cars ads
- Host: GitHub
- URL: https://github.com/zrna/cars-scraper
- Owner: Zrna
- Created: 2020-02-06T21:26:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T20:48:55.000Z (over 3 years ago)
- Last Synced: 2023-10-20T08:07:28.490Z (about 1 year ago)
- Topics: javascript, puppeteer, scraper
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :blue_car: Cars scraper :blue_car:
## Description
Scraping cars ads by given filters.
Set your filters in *insertFilters* function in the *index.js* file.
Scraped data will be in the *result folder* and image of the scraped screen will be in the *img folder*.Follow the scraping process through the browser (it opens when you run the `npm start` script) and/or through logs in the terminal.
Created using Puppeteer.
## Installation
1. Download or clone the project
2. Go into the project `cd cars-scraper`
3. Run `npm install`
4. Run `npm start` to start scraping process