🇩🇪 GermanyElectronicsReal-Time API

MediaMarkt DE Price Scraper & Product Data API

Europe's largest electronics retailer, German flagship. Extract real-time prices, availability, product specs, and seller data from mediamarkt.de via a simple REST API.

🇩🇪

Germany

95%+

Match rate

<3s

Response time

JSON

Structured data

How It Works

Get MediaMarkt DE data in 3 steps

1

Send an EAN or product URL

Pass a product EAN/GTIN barcode or a direct mediamarkt.de product URL to our API endpoint.

2

We scrape MediaMarkt DE in real time

Our scraper fetches the latest pricing, availability, and product data directly from mediamarkt.de.

3

Receive structured JSON

Get clean, structured data with price, shipping cost, availability status, product specs, and images.

Source Product Page

The MediaMarkt DE listing behind the data

Pulled live from MediaMarkt DE's product page with the /page endpoint — the deep PDP view that complements the multi-seller /offers call.

mediamarkt.de
NOTHING Ear, In-ear Kopfhörer Bluetooth Schwarz6 photos
MediaMarkt DE

NOTHING Ear, In-ear Kopfhörer Bluetooth Schwarz

€79
In stock4.5
View on MediaMarkt DE

Scraped live from MediaMarkt DE's product page via the /page endpoint.

API

MediaMarkt DE API integration

Get started in minutes with code examples in your preferred language.

Live MediaMarkt DE data via Google Shopping

Call the /offers endpoint with site=shopping.google.de and an EAN — MediaMarkt DE comes back as a seller. You don't need a MediaMarkt DE-specific API; one Google Shopping call surfaces every seller carrying the product.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.de&ean=6974434222175"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.de&ean=6974434222175&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "6974434222175",
"sku": "8234494512552705530",
"url": "https://www.google.com/search?udm=28&q=Nothing%20Ear%20Earbuds&dpr=1#oshopproduct=cid:8234494512552705530,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=de&hl=de",
"title": "Nothing Ear Earbuds",
"brand": "Nothing",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcR4vCWpBZRRAOiERVWKn7XM-4MMWnE5xUzJeWcTBbu2NcX-JWxDiqhxmY8nukMDCexMC4mSWeZDZagVqcVSAO5TJ-xpFHqC-4nawOdemoYFGSjbPbrj5bPbog",
"availability": "InStock",
"currency": "EUR",
"offers": [
{
"sellerName": "MediaMarkt DE",
"sellerCode": "15143421",
"sellerReference": "https://www.mediamarkt.de/de/product/_nothing-ear-in-ear-kopfhorer-bluetooth-schwarz-2922480.html",
"price": "117.99",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "117.99",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Amazon.de",
"sellerCode": "116793164",
"sellerReference": "https://www.amazon.de/Nothing-Ear-ChatGPT-Integration-Ger%C3%A4uschunterdr%C3%BCckung-Fortgeschrittener/dp/B0CXPQKHR3?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A3JWKAKR8XB7XF&language=de_DE",
"price": "79.00",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "79.00",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Nothing Germany",
"sellerCode": "5537690041",
"sellerReference": "https://checkout-de.nothing.tech/products/ear?variant=45146359922854&country=DE&currency=EUR",
"price": "89.00",
"formerPrice": "129.00",
"shippingPrice": "0.00",
"totalPrice": "89.00",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Deep PDP scrape via /page

Point /page at MediaMarkt DE's product URL to pull the full listing — description, spec sheet, every product image, and the retailer's own review score — data the multi-seller /offers call doesn't carry.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.mediamarkt.de%2Fde%2Fproduct%2F_nothing-ear-in-ear-kopfhorer-bluetooth-schwarz-2922480.html&raw=true&api_key=your_api_key_here"
GEThttps://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.mediamarkt.de%2Fde%2Fproduct%2F_nothing-ear-in-ear-kopfhorer-bluetooth-schwarz-2922480.html&raw=true&api_key=your_api_key_here
API Response
{
"shoppingscraper": {
"results": [
{
"classification": "product",
"title": "NOTHING Ear, In-ear Kopfhörer Bluetooth Schwarz",
"brand": "NOTHING",
"ean": "6974434222175",
"sku": "2922480",
"link": "https://www.mediamarkt.de/de/product/_nothing-ear-in-ear-kopfhorer-bluetooth-schwarz-2922480.html",
"currency": "EUR",
"offers": [
{
"price": "79",
"formerPrice": null,
"seller": "MediaMarkt DE",
"availability": "InStock",
"state": "NewCondition"
}
],
"content": {
"specs": [],
"description": "Erlebe mit den NOTHING Ear In-ear Bluetooth Kopfhörern in Schwarz satten Sound und aktives Noise Cancelling. Jetzt bei MediaMarkt kaufen!",
"images": [
"https://assets.mmsrg.com/isr/166325/c1/-/ASSET_MMS_139805504/fee_786_587_png",
"https://assets.mmsrg.com/isr/166325/c1/-/ASSET_MMS_139805492/fee_786_587_png"
],
"reviews": {
"rating": 4.5,
"count": null
}
},
"thumbnail": "https://assets.mmsrg.com/isr/166325/c1/-/ASSET_MMS_139805504/fee_786_587_png"
}
]
}
}
Features

What you get with MediaMarkt DE

Every Seller's Price by EAN

Send an EAN to the Google Shopping /offers endpoint and get every seller's offer for that product — including MediaMarkt DE — each with its own price, shipping cost, and total. One call returns the whole competitive set.

Price & Discount Tracking

Each offer returns the current price and the former price, so you can track the live price from MediaMarkt DE and detect exactly when it drops below its previous one.

Total Landed Price

Offers include shipping price and total price alongside the item price — the real all-in cost shoppers compare, not just the headline figure.

Stock & Condition Signals

Every offer carries an availability status (in stock / out of stock) and a condition (new / refurbished), so you know whether MediaMarkt DE and competing sellers actually have the item.

Seller Identity & Direct Link

Each offer names the seller and includes a direct seller-reference link, so you can attribute every price to MediaMarkt DE or a rival and click straight through to the listing.

EAN-Matched Product, Multi-Country

Google Shopping matches your EAN to the right product — returning title, brand, image, and catalog SKU — and the same EAN runs across Google Shopping country domains, so you can compare the product market by market.

ShoppingScraper mascot
Data

Available data points

  • Product title
  • Brand
  • EAN / GTIN barcode
  • Google Shopping catalog SKU
  • Product image (thumbnail)
  • Seller name (per offer)
  • Direct seller-reference link
  • Price and former price
  • Shipping price and total price
  • Condition (new / refurbished)
  • Availability / stock status
  • Currency

Frequently Asked Questions

How do I scrape MediaMarkt DE products?+

Send a GET request to our API with site=mediamarkt.de and the product's EAN barcode. The API returns structured JSON with pricing, availability, and product details.

How often is MediaMarkt DE data updated?+

Every API call fetches live data from mediamarkt.de. For automated monitoring, set up a scheduler to check prices daily or multiple times per day.

Can I compare MediaMarkt DE prices with other retailers?+

Yes. Use our Google Shopping or Global endpoint to get prices from multiple retailers for the same product, then compare against MediaMarkt DE data.

Start scraping MediaMarkt DE today

100 free API calls. No credit card required.