Pepper.com Network Scraper avatar

Pepper.com Network Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Pepper.com Network Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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:

FieldDescription
dealIdUnique thread ID
titleDeal title (in local language)
dealTypedeal, voucher, or freebie
dealPriceCurrent deal price
originalPricePrevious/next-best price
discountDiscount percentage
discountAbsoluteAbsolute saving in local currency
currencyEUR (DE/FR/ES/NL), PLN (PL), GBP (UK)
voucherCodeDiscount code (if available)
merchantStore or retailer name
merchantUrlExternal deal link
hotnessCommunity temperature/vote score
commentsCountNumber of comments
postedAtISO-8601 timestamp when posted
expiresAtISO-8601 expiry timestamp (when available)
categoryProduct category name
categorySlugCategory URL slug
tagsKeywords/tags
imageUrlProduct image URL (from Pepper CDN)
isExpiredWhether the deal has expired
isFreebieWhether this is a free/freebie deal
localeMarket/locale code (de/fr/es/nl/pl/uk)
dealUrlLink to the deal page on the locale site
sourceUrlShareable deal URL
recordTypeAlways deal
scrapedAtUTC timestamp of scrape

Input

FieldTypeDescription
localeselectMarket to scrape: de, fr, es, nl, pl, uk
modeselecthot (default), new, search, byCategory
searchQuerystringKeyword to search (mode=search)
categoryselectCategory slug to browse (mode=byCategory)
minHotnessintegerMinimum community temperature score
isExpiredbooleanInclude expired deals (default: false)
maxItemsintegerMaximum deals to return (default: 50)

Supported locales

LocaleSiteCurrency
demydealz.deEUR
frdealabs.comEUR
espepper.esEUR
nlpepper.com/nlEUR
plpepper.plPLN
ukhotukdeals.comGBP

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.