MediaMarkt TR Product Scraper avatar

MediaMarkt TR Product Scraper

Pricing

from $4.00 / 1,000 product scrapeds

Go to Apify Store
MediaMarkt TR Product Scraper

MediaMarkt TR Product Scraper

Scrape MediaMarkt prices for competitor price monitoring Extract product ratings and reviews count from MediaMarkt Export MediaMarkt catalog data to CSV or Excel

Pricing

from $4.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Fatih Şahinbaş

Fatih Şahinbaş

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape product listings from mediamarkt.com.tr search results — fast, static, no browser. Returns clean structured data (name, price, rating, image, URL) ready for price monitoring, market research, and competitive analysis.

What it does

Give it a search term (e.g. laptop, kulaklık, televizyon) and it returns every product on the result pages with:

FieldDescription
productIdMediaMarkt SKU (from product URL)
nameFull product title
priceCurrent price as a number (e.g. 69.99)
priceTextRaw price string as shown on site
ratingAverage customer rating (0–5), null if unrated
urlDirect product page link
imageProduct image URL
brandnull — listing cards don't expose brand
originalPricenull — reserved

Input

FieldTypeDefaultNotes
querystringlaptopSearch term (required)
sortstringcurrentprice+asccurrentprice+asc, currentprice+desc, topseller, rating
maxPagesinteger1Result pages to scrape (~12 products/page)
proxyConfigurationobjectResidential TR proxy recommended

Example input

{
"query": "laptop",
"sort": "currentprice+asc",
"maxPages": 3,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "TR"
}
}

Example output

{
"productId": "1241126",
"brand": null,
"name": "S-LINK 1.5 m 0.5 mm CAT605 Notebook Güç Kablosu Siyah",
"price": 69.99,
"priceText": "₺69,99₺69,99KDV dahil kargo hariç",
"originalPrice": null,
"rating": 3.7,
"url": "https://www.mediamarkt.com.tr/tr/product/_s-link-15-m-05-mm-cat605-notebook-guc-kablosu-siyah-1241126.html",
"image": "https://assets.mmsrg.com/isr/166325/c1/-/ASSET_MMS_147908081?x=416&y=416&format=webp"
}

Pricing

Pay per result — $0.004 per product scraped. You only pay for products actually extracted; incomplete records (no price) are skipped and never charged.

Notes

  • TR proxy recommended. MediaMarkt TR serves localized pricing/availability; a residential Turkey proxy gives accurate, block-free results.
  • Brand is null by design — listing cards don't carry a brand field. Extracting it from the title would risk wrong data.
  • Static HTTP scraping (no headless browser) keeps runs fast and cheap.

Use cases

  • Price monitoring across electronics categories
  • Competitor & market research for Turkish e-commerce
  • Building product/price datasets and APIs
  • Stock and rating tracking over time

Disclaimer

Scrapes only public product listing data. No personal data is collected. Use responsibly and in line with applicable terms and local regulations.