SaschaLucius / ek-api

eBay Kleinanzeigen API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EK API

is a API on top of the ebay-kleinanzeigen.de website. It provides easy access to functionalities like:

  • reading ads
  • listing ads
  • searching for ads No eBay partner account is required, because it does not use the Classifieds API.

Useful Gradle Tasks

  • Prepare project for Eclipse IDE: gradle eclipse
  • Executing tests: gradle test
  • Create a fat-JAR: gradle shadowJar

Legal notice

The Ebay kleinanzeigen terms of use forbids the usage of

  • heavy load
  • duplicating content
  • crawler and other automated software to collect content

Violating these terms can lead to ban your account from ebay kleinanzeigen usage.

So use the API on your own risk

About

eBay Kleinanzeigen API

License:GNU General Public License v3.0


Languages

Language:Java 100.0%