https://github.com/0baris/autoscout24-scraper
A basic web scraping app for Autoscout24
https://github.com/0baris/autoscout24-scraper
autoscout24 autoscout24-scraper scraper selenium
Last synced: about 1 month ago
JSON representation
A basic web scraping app for Autoscout24
- Host: GitHub
- URL: https://github.com/0baris/autoscout24-scraper
- Owner: 0Baris
- License: mit
- Created: 2025-02-18T23:51:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T06:49:57.000Z (over 1 year ago)
- Last Synced: 2025-08-05T02:38:26.247Z (11 months ago)
- Topics: autoscout24, autoscout24-scraper, scraper, selenium
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A basic web scraping app for [Autoscout24](https://www.autoscout24.com/)
### *Pulls 400 pieces of vehicle data from each body type.*
This project is used for automatic data collection (web scraping) and database operations.
## Installation
1. Clone or download the project:
```bash
git clone https://github.com/0baris/autoscout24-scraper.git
```
2. Install the required packages:
```bash
pip install -r requirements.txt
```
## Usage
- You can provide easy use with jupyter from the **notebooks** section.
- Run `python scraper_name.py` in the console to start core operations.
- Call the relevant functions to collect.
## Contributing
- Fork the project to work on your own version.
- Submit a pull request to share your contributions.
## License
This project is licensed under the MIT License.