A powerful API interface for Ebay-Kleinanzeigen.de that enables you to fetch listings, specific data, and view information.
🚀 Looking for a ready-to-use solution?
Try it at adspy.one »
✓ Automated Search Agents
🔜 Hosted Scraper API (Coming Soon)
Report Bug
·
Request Feature
Visit adspy.one for our hosted solution with additional features and zero configuration required.
First, clone the project to your desired location:
git clone https://github.com/DanielWTE/ebay-kleinanzeigen-api.git
Install Docker and Docker Compose on your machine: Get Docker (Note: This project is currently tested on Linux Ubuntu 22.04)
- Verify the folder is named "ebay-kleinanzeigen-api" (required for nginx.conf)
- Add HTTP proxies to: ebay-kleinanzeigen-api/app/functions/getProxy.py (see comments)
- Launch the service:
docker-compose up --build -d --scale app=3
This command starts 3 API replicas. Adjust the number as needed (max 20 due to NGINX config).
Send GET requests to interact with the API. For detailed documentation and examples, visit:
Distributed under the MIT License. See LICENSE
for more information.