KE-Commerce
Kaufland Marketplace API
Product, review and search data from the Kaufland.de marketplace including multi-seller offers.
Realtime dataStructured JSON3 endpointsFree plan availableFast responses
Endpoints
Kaufland endpoints
All Kaufland endpoints are served under the /kfl prefix and share the same API key and quota as every other platform.
GET/kfl/product/details
Product details
Product page by URL.
urlGET/kfl/product/reviews
Reviews
Paged reviews for a product.
urlpageGET/kfl/product/search
Search products
Keyword search with paging.
keywordpageExample request
curl "https://api.everydata.io/kfl/product/details?url=https%3A%2F%2Fwww.kaufland.de%2Fproduct%2F..." \
-H "x-api-key: YOUR_API_KEY"Example response
200 OK · application/json
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"productTitle": "Sample product",
"price": 24.99,
"currency": "EUR",
"offers": 5
}Use cases
What teams build with Kaufland data
Marketplace seller monitoring
Price comparison
Catalog matching
Pricing
Included in every plan
The Kaufland API is part of the shared quota – no separate subscription needed.
FAQ