A Scrapy spider to extract car sale information from autotrader.com.
- Price (in US dollars)
- Title
- Used (in Miles)
- Color
- mpg
- Drive Type
- Engine
- Link
- List Type
- Searched Zipcode
- Python 3
- Scrapy
- Change the URL in
start_urls
frommain.py
- Run command
scrapy crawl autotrader_spider -o out.csv -t csv
to get data as CSV into a file called out.csv orscrapy crawl autotrader_spider -o out.json -t json
to get data as JSON File.