Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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