An open API service indexing awesome lists of open source software.

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

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.