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

What you can look upbeta
  • Product details
  • Search products
  • Product reviews
Use cases

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.

For developers

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.

Product details
GET/mms/mediamarkt-lookup-product

One product by link: price, RRP, availability, delivery window, pickup, EAN, article number, specifications, category path, energy label, colour variants and the marketplace seller.

url
Search products
GET/mms/mediamarkt-search-by-keyword

12 products per page for a keyword, sorted by relevance, price, rating, top sellers, newest or availability, on MediaMarkt, Saturn or a MediaMarkt country shop.

keywordpagesortBydomainCode
Product reviews
GET/mms/mediamarkt-lookup-reviews

The 10 most recent reviews of a product with rating, title, text, pros and cons, plus the total count and star distribution.

urlproductIdpagedomainCode

Example 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

200 OK · application/json
{
  "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"
    }
  ]
}
API reference
Pricing

Included in every plan

The MediaMarkt / Saturn API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.