This repo contains the source code for crawler and crawled data of cars specifications from autodata. The data has roughly 45k cars from round 1980 to late 2021. To be more specific, head to cars_specs.json. The data is raw, so you can do anything you want with it.
Open Terminal / cmd and do the following:
python -m venv <envname>
- On Mac:
source <envname>/bin/activate
- On Windows:
<envname>\Scripts\activate
pip install -r requirement.txt
This repo contains 1 (one) Python script that you can/should modify, head to autodata.py and run. If you are familiar with Scrapy, you can modify other settings, middleware or pipelines as you wish (not recommended).
If you use this dataset, please give me a star and reference this repo. Thank you!
Project Link: Cars Specification