ShoppingBeta
MediaMarkt & Saturn Product API
Live MediaMarkt / Saturn data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Product details, keyword search and reviews from MediaMarkt and Saturn.
100 free requests every month · no credit card
- Product details
- Search products
- Product reviews
What teams build with MediaMarkt / Saturn data
Live prices and product data from MediaMarkt and Saturn in Germany and the MediaMarkt shops in Austria, Switzerland, the Netherlands, Belgium, Spain, Poland, Hungary and Turkey, plus MediaWorld in Italy. Search by keyword or open a product by its link: price, recommended retail price, availability, delivery window, store pickup, EAN, full specifications, energy label and, for marketplace offers, the selling company. Reviews come with ratings, pros and cons – never with reviewer names.
- Price monitoring for consumer electronics
- Assortment and availability tracking
- EAN-based price comparison
- Review and rating analysis
Works with AI assistants
Models only know what they saw in training. Add the MediaMarkt / Saturn endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
MediaMarkt / Saturn endpoints
All MediaMarkt / Saturn endpoints are served under the /mms prefix and share the same API key and quota as every other platform.
One product by link: price, RRP, availability, delivery window, pickup, EAN, article number, specifications, category path, energy label, colour variants and the marketplace seller.
url12 products per page for a keyword, sorted by relevance, price, rating, top sellers, newest or availability, on MediaMarkt, Saturn or a MediaMarkt country shop.
keywordpagesortBydomainCodeThe 10 most recent reviews of a product with rating, title, text, pros and cons, plus the total count and star distribution.
urlproductIdpagedomainCodeExample request
curl "https://api.everydata.io/mms/mediamarkt-search-by-keyword?keyword=sony+wh-1000xm5&domainCode=de" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"keyword": "sony wh-1000xm5",
"domainCode": "de",
"resultCount": 47,
"numberOfProducts": 12,
"searchProductDetails": [
{
"productId": "2801006",
"productDescription": "SONY WH-1000XM5, Noise Cancelling, Bluetooth, Over-ear Kopfhörer Bluetooth Black",
"manufacturer": "SONY",
"price": 211.9,
"retailPrice": 419,
"currency": "EUR",
"available": true,
"ean": "4548736132580",
"productRating": "4.5",
"countReview": 991,
"dpUrl": "https://www.mediamarkt.de/de/product/_sony-wh-1000xm5-over-ear-kopfhorer-bluetooth-black-2801006.html"
}
]
}Included in every plan
The MediaMarkt / Saturn API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the MediaMarkt / Saturn API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.