docs / kleinanzeigen

Kleinanzeigen API

Kleinanzeigen API

base /kleinanzeigen/v15 endpoints
post/kleinanzeigen/v1/location_suggestions1 credit

Autocomplete location names/ids for a partial query (JSON endpoint).

ParameterAllowed / rangeDescription
queryrequiredPartial location text to autocomplete (e.g. Munc).
Try in playground →
post/kleinanzeigen/v1/listing1 credit

Full listing detail by url or slug path.

ParameterAllowed / rangeDescription
urloptionalFull Kleinanzeigen listing URL. (listing needs url OR slug.)
slugoptionalListing slug/path (the s-anzeige/... part, alternative to url).
Try in playground →
post/kleinanzeigen/v1/categories1 credit

Browse subcategories and listings for a category page.

ParameterAllowed / rangeDescription
category_idoptionalCategory id to browse (omit for the top-level category index).
category_slugoptionalCategory slug to browse (pairs with category_id).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/kleinanzeigen/v1/user_listings1 credit

All active listings for a seller poster_id/user_id.

ParameterAllowed / rangeDescription
user_idrequiredSeller user/poster id (a listing's poster_id).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →