Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aykhans/postscrape
- Owner: aykhans
- Created: 2022-09-05T22:09:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T21:39:49.000Z (about 2 years ago)
- Last Synced: 2023-12-29T16:24:01.575Z (11 months ago)
- Topics: scrapy, spider, web-scraping
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*