Pepper.com Network Scraper
Pricing
from $3.00 / 1,000 results
Pepper.com Network Scraper
Scrape the Pepper.com deal community network across multiple European locales - Germany (mydealz.de), France (dealabs.com), Spain, Netherlands, Poland, and more. Extract hot deals, new listings, search results, and category deals.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape deal communities from the Pepper.com network — Europe's largest deal-sharing platform operating in multiple countries. Supports Germany (mydealz.de), France (dealabs.com), Spain (pepper.es), Netherlands (pepper.com/nl), Poland (pepper.pl), and United Kingdom (hotukdeals.com).
What data do you get?
Each scraped deal includes:
| Field | Description |
|---|---|
dealId | Unique thread ID |
title | Deal title (in local language) |
dealType | deal, voucher, or freebie |
dealPrice | Current deal price |
originalPrice | Previous/next-best price |
discount | Discount percentage |
discountAbsolute | Absolute saving in local currency |
currency | EUR (DE/FR/ES/NL), PLN (PL), GBP (UK) |
voucherCode | Discount code (if available) |
merchant | Store or retailer name |
merchantUrl | External deal link |
hotness | Community temperature/vote score |
commentsCount | Number of comments |
postedAt | ISO-8601 timestamp when posted |
expiresAt | ISO-8601 expiry timestamp (when available) |
category | Product category name |
categorySlug | Category URL slug |
tags | Keywords/tags |
imageUrl | Product image URL (from Pepper CDN) |
isExpired | Whether the deal has expired |
isFreebie | Whether this is a free/freebie deal |
locale | Market/locale code (de/fr/es/nl/pl/uk) |
dealUrl | Link to the deal page on the locale site |
sourceUrl | Shareable deal URL |
recordType | Always deal |
scrapedAt | UTC timestamp of scrape |
Input
| Field | Type | Description |
|---|---|---|
locale | select | Market to scrape: de, fr, es, nl, pl, uk |
mode | select | hot (default), new, search, byCategory |
searchQuery | string | Keyword to search (mode=search) |
category | select | Category slug to browse (mode=byCategory) |
minHotness | integer | Minimum community temperature score |
isExpired | boolean | Include expired deals (default: false) |
maxItems | integer | Maximum deals to return (default: 50) |
Supported locales
| Locale | Site | Currency |
|---|---|---|
de | mydealz.de | EUR |
fr | dealabs.com | EUR |
es | pepper.es | EUR |
nl | pepper.com/nl | EUR |
pl | pepper.pl | PLN |
uk | hotukdeals.com | GBP |
Example inputs
Get hot deals from Germany (mydealz.de)
{"locale": "de","mode": "hot","maxItems": 50}
Search for laptops in France (dealabs.com)
{"locale": "fr","mode": "search","searchQuery": "ordinateur portable","maxItems": 50}
Get new deals from the Netherlands
{"locale": "nl","mode": "new","maxItems": 30}
Browse electronics deals in Spain
{"locale": "es","mode": "byCategory","category": "electronics","maxItems": 50}
Get hot deals with minimum hotness filter
{"locale": "de","mode": "hot","minHotness": 100,"maxItems": 25}
FAQs
Do I need login or API keys? No. All Pepper network sites are publicly accessible. No credentials required.
What is the hotness/temperature score? The community vote score. Deals with 100+ temperature are "Hot", 500+ are "Very Hot", and top deals reach 1000+.
Are deals in local language? Yes — titles, category names, and descriptions are in the local language for each locale.
Why does the category browse use German slugs for some locales?
Each Pepper market has its own category slugs. The input schema includes commonly used slugs. For other locales, check the URL on the target site (e.g., group=elektronik for mydealz.de).
Can I scrape multiple locales in one run? Each actor run targets one locale. To scrape multiple locales, run the actor once per locale.
How often does data update? Pepper network sites update in real-time with new community posts. Each actor run fetches fresh live data.
Are voucher/promo codes included?
Yes — when available, the voucherCode field contains the discount code.
What's the difference between hot and new modes?
hot mode returns deals sorted by community temperature (most upvoted). new mode returns the most recently posted deals, regardless of votes.