Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aykhans/postscrape

car data scraper from turbo.az
https://github.com/aykhans/postscrape

scrapy spider web-scraping

Last synced: 7 days ago
JSON representation

car data scraper from turbo.az

Awesome Lists containing this project

README

        

## Installition
pip install scrapy

## Run
cd src/

scrapy crawl turbo.az -O cars.csv -t csv

**or**

scrapy crawl turbo.az -O cars.csv -t csv -a first_page=3 -a last_page=10

*Default: first_page=1, last_page=2*