πŸ”₯ MyDealz Scraper - Hot German Deals & Heat Scores avatar

πŸ”₯ MyDealz Scraper - Hot German Deals & Heat Scores

Pricing

from $3.00 / 1,000 results

Go to Apify Store
πŸ”₯ MyDealz Scraper - Hot German Deals & Heat Scores

πŸ”₯ MyDealz Scraper - Hot German Deals & Heat Scores

Scrape deals from MyDealz.de, Germany's largest deal community. Get prices, discount codes, temperature scores, categories & merchant info.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ben

Ben

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

0

Monthly active users

16 days ago

Last modified

Share

πŸ”₯ MyDealz Scraper β€” Hot, Community-Validated German Deals

Extract deals and discounts from MyDealz.de, Germany's largest deal-sharing community, complete with the famous temperature score that tells you which offers the crowd actually rates. Pull title, price, merchant, free-shipping flag, comment count and more, then filter by category and minimum heat so you only keep validated bargains. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

πŸ”₯ What is the MyDealz Scraper?

It turns the MyDealz feed into structured data. Choose how to sort (newest, hottest or most discussed), optionally narrow to a category like Electronics or Gaming, set a minimum temperature, and the actor paginates through the listings, deduplicates them, and returns one clean row per deal. Because every deal carries a community temperature, you get built-in social proof β€” a quick way to separate genuinely good offers from overpriced noise for deal hunting, affiliate content and e-commerce intelligence.

What data does it extract?

  • Deal title and price
  • Temperature β€” the community heat score (votes up vs down)
  • Merchant β€” the shop behind the deal (Amazon, MediaMarkt, Saturn, …)
  • Free shipping flag and comments count (engagement)
  • Creation date and expiration date
  • Account name β€” the user who posted the deal
  • Direct link to the deal, plus the deal type (e.g. deal, coupon)
  • Trending status (is_trending) and the image URL

⬇️ Input

FieldTypeDescription
maxPagesintegerMaximum number of pages to scrape (~20 deals per page, 1–100)
categorystringFilter by category: elektronik, gaming, fashion, lebensmittel, haushalt, reisen, services (empty = all)
sortBystringSort order: new, hot or discussed
minTemperatureintegerOnly include deals at or above this temperature
includeExpiredbooleanInclude deals that have already expired
proxyConfigurationobjectApify proxy settings (residential recommended)

Example input

{
"maxPages": 10,
"category": "elektronik",
"sortBy": "hot",
"minTemperature": 100,
"includeExpired": false,
"proxyConfiguration": { "useApifyProxy": true }
}

⬆️ Output

Every deal is one clean row (view as a table, or export JSON / CSV / Excel):

{
"title": "PlayStation 5 Slim Digital Edition",
"price": "399.00",
"temperature": 847,
"merchant": "Saturn",
"free_shipping": true,
"comments_count": 234,
"creation_date": "2026-06-26T10:30:00+02:00",
"expiration_date": "",
"account_name": "DealHunter2026",
"link": "https://www.mydealz.de/deals/ps5-slim-digital-2345678",
"is_trending": true,
"deal_type": "deal",
"image_url": "https://static.mydealz.de/threads/ps5-slim.jpg"
}

πŸ’‘ Use cases

  • πŸ›’ Deal hunting: set minTemperature: 100 and sortBy: hot to surface only community-validated bargains in your favorite categories.
  • πŸ“£ Affiliate marketing: find what's trending right now, build content around the hottest offers, and prioritize high-engagement deals.
  • πŸ“Š E-commerce intelligence: monitor competitor promotions, track which merchants run the best offers, and benchmark your own pricing.
  • πŸ” Reselling & arbitrage: discover trending products with proven demand, validate that a price is actually good before you buy and flip.

❓ FAQ

How do I scrape deals from MyDealz? Pick a sortBy order, optionally choose a category, set maxPages and a minTemperature, then Run. You get a structured table of deals with price, merchant, temperature and links.

What is the temperature score? It's MyDealz's community heat rating β€” users vote a deal up or down, and the net score becomes its temperature. Higher means more people think it's a great deal, so it works as built-in social proof. Filter with minTemperature to keep only well-rated offers.

Can I filter to a single category? Yes. Set category to one of elektronik, gaming, fashion, lebensmittel, haushalt, reisen or services. Leave it empty to scan all categories.

How do I get only the hottest deals? Combine sortBy: hot with a higher minTemperature (e.g. 200) so the feed is ordered by heat and low-rated deals are filtered out.

Does it include expired deals? By default expired deals are filtered out. Set includeExpired: true if you want them in the results too.

How many deals can it return? Roughly 20 per page, up to your maxPages cap (max 100 pages). It deduplicates by link and stops early when no new deals appear.

Do I need an API key? No. The actor reads publicly available data from mydealz.de. A residential proxy is used by default on Apify to keep requests reliable.

Can I run it on a schedule or via API? Yes β€” schedule recurring runs in the Apify Console (e.g. hourly for hot deals), call it via the Apify API/SDK, or connect it to Make, Zapier or n8n for alerts and dashboards.

Is scraping MyDealz legal? It extracts publicly accessible deal data. Use it responsibly and respect mydealz.de's Terms of Service.

πŸ”— You might also like


Keywords: MyDealz scraper, mydealz.de scraper, German deals scraper, hot deals Germany, deal temperature, discount scraper, price alerts, affiliate marketing data, e-commerce intelligence, reselling, arbitrage, bargain finder, coupon scraper, deal monitoring, German shopping deals.