OE-Commerce
Otto Product Data API
Realtime product, review and search data from otto.de, one of Germany's largest online retailers.
Realtime dataStructured JSON3 endpointsFree plan availableFast responses
Endpoints
Otto endpoints
All Otto endpoints are served under the /ott prefix and share the same API key and quota as every other platform.
GET/ott/otto-lookup-product
Product details
Product page by URL.
urlGET/ott/otto-lookup-reviews
Reviews
Paged reviews for a product.
urlpageGET/ott/otto-search-by-keyword
Search products
Keyword search with paging.
keywordpageExample request
curl "https://api.everydata.io/ott/otto-lookup-product?url=https%3A%2F%2Fwww.otto.de%2Fp%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": 129.99,
"currency": "EUR",
"rating": 4.2,
"countReview": 88
}Use cases
What teams build with Otto data
DACH price monitoring
Review mining
Assortment tracking
Popular use cases
Guides for Otto data
Step-by-step pages for the most common jobs, each with a real request and response.
Pricing
Included in every plan
The Otto API is part of the shared quota – no separate subscription needed.
FAQ