DanielWTE/ebay-kleinanzeigen-api — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python API that lets me pull data from Kleinanzeigen.de without using the site manually.

I want to search listings by keyword, location, radius, price range, number of pages, and an optional newest since date. The API should return clean JSON with the listing title, price, location, URL, image info, and basic metadata. I also want to fetch full details for one listing from its id or listing URL, including description, views, seller type, status, delivery option, categories, images, and all extra attributes shown on the page.

Please also add a combined search that gets listings and their detail data in one call, plus a way to scrape from a full Kleinanzeigen search URL while keeping the filters from that URL. Use a browser scraper if needed, make it run locally, include simple setup steps, and add Docker support so I can start it easily. Look up current docs online if you need to.

Want more depth? Deep Reverse