AutoScout24 Client - Official Carapis AutoScout24 API Client
Official Python client parser for the Carapis AutoScout24 API. Access real-time vehicle data via a powerful REST API. (AutoScout24) Use this library to access, search, and analyze real-time vehicle data from AutoScout24 via a powerful REST API provided by Carapis.com.
Installation
NPM:
npm install autoscout24
PyPI:
pip install autoscout24
Usage
(See examples/
directory in the respective package source for detailed usage)
AutoScout24 Specific Usage
Details about using the AutoScout24 client.
// AutoScout24 specific example
# AutoScout24 specific example
Configuration
An API key from Carapis.com is required for full access. Set the CARAPIS_API_KEY
environment variable. Limited free tier access is available without a key.
Documentation
Full API documentation: https://carapis.com/docs
Support
- Website: https://carapis.com/
- Telegram: https://t.me/markinmatrix
License
MIT License - see the LICENSE file for details.