Skip to content

Latest commit

 

History

History
89 lines (72 loc) · 3.58 KB

README.MD

File metadata and controls

89 lines (72 loc) · 3.58 KB

Ebay Kleinanzeigen API

Forks Stargazers Issues MIT License

Ebay Kleinanzeigen API

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

Built With

  • Python
  • Docker

(back to top)

Getting Started

Want to skip the setup?

Visit adspy.one for our hosted solution with additional features and zero configuration required.

Self-Hosting Instructions

First, clone the project to your desired location:

git clone https://github.com/DanielWTE/ebay-kleinanzeigen-api.git

Prerequisites

Install Docker and Docker Compose on your machine: Get Docker (Note: This project is currently tested on Linux Ubuntu 22.04)

Installation

  1. Verify the folder is named "ebay-kleinanzeigen-api" (required for nginx.conf)
  2. Add HTTP proxies to: ebay-kleinanzeigen-api/app/functions/getProxy.py (see comments)
  3. 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).

(back to top)

Usage

Send GET requests to interact with the API. For detailed documentation and examples, visit:

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)