Groupon Scraper: 12 Countries, $3 per 1,000 Deals

Scrape Groupon deals across 12 countries: DE, US, UK, FR, IT, ES, NL, BE, AT, PL, AU and IE. Reads the public SSR Apollo cache directly so no browser is needed. Category fan-out discovers sub-pages and collects around 80 unique deals per city, deduplicated by UUID. Optional detail mode pulls full descriptions, fine print, options, locations and review counts. Built for deal intelligence, promo timing analytics and local merchant discovery.

Open on Apify → Try it now
Pricing
$0.003/deal
RAM
128MB
Countries
12
Deals per city
~80
Proxy
Datacenter
Method
SSR Apollo cache

What you can scrape

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~groupon-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "country": "DE",
    "city": "berlin",
    "maxResults": 100,
    "includeDetails": false
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/groupon-scraper

Integrations

Output fields

FieldTypeExample
titlestring60-Minute Deep Tissue Massage
merchant_namestringBerlin Wellness Spa
pricenumber39.00
original_pricenumber79.00
currencystringEUR
discount_percentnumber51
merchant_ratingnumber4.5
location_addressstringFriedrichstr. 100, 10117 Berlin
latitudenumber52.5170
categorystringbeauty-spas

Related Actors

Open on Apify → Try it now (free tier available)