Script for collecting data about cars from the Autowini website
This Python script automatically collects information about cars from the autowini.com platform using the API. The data is stored in a CSV file for further analysis or processing.
Main functions of the script:
Use of the requests library to send HTTP requests.
Support for pagination (loading all pages with listings).
Randomized User-Agent to avoid blocking.
Processing JSON responses and saving key data: car code, name, year, fuel type, price, link, and additional information.
Export of results to the autowini.csv file with utf-8-sig encoding.
Main functions of the script:
Use of the requests library to send HTTP requests.
Support for pagination (loading all pages with listings).
Randomized User-Agent to avoid blocking.
Processing JSON responses and saving key data: car code, name, year, fuel type, price, link, and additional information.
Export of results to the autowini.csv file with utf-8-sig encoding.