Scrape Gelbe Seiten — Millions of German Businesses from the Official Yellow Pages
Extract structured business data from Gelbe Seiten, Germany's official Yellow Pages with millions of business listings. Get company names, addresses, phone numbers, websites, opening hours, and industry categories. Our scraper also detects and extracts chat button availability, indicating businesses ready for instant communication.
Pricing
$0.003/SERP + $0.005/detail
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Business listings — company name, address, phone, fax, email, website
- Industry categories — Yellow Pages classification with subcategories
- Opening hours — structured weekly schedule
- Chat availability — detects businesses with active chat buttons
- Geographic search — filter by city, region, or postal code
- Multi-query — search for multiple categories or locations in one run
Primary Use Cases
- German B2B lead generation — build industry-specific prospect lists at scale
- Local business mapping — analyze business distribution across German cities
- Sales intelligence — identify businesses with chat capability for outreach
- Market sizing — count businesses by category and region for market analysis
- Data enrichment — supplement existing records with Gelbe Seiten data
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~gelbeseiten-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchQueries": ["elektriker"], "location": "Munich", "maxResultsPerQuery": 200}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Alternatives |
|---|
| Docker image | ~12MB | N/A |
| RAM usage | 128MB | N/A |
| Cost per 1k SERP | $3.00 | N/A |
| Chat detection | Yes | N/A |
| Listings coverage | Millions | N/A |
| Availability | Only scraper on Apify | None |
Output Fields
| Field | Type | Example |
|---|
| company_name | string | Elektro Schmidt GmbH |
| address | string | Lindwurmstr. 25, 80337 München |
| phone | string | +49 89 123456 |
| email | string | [email protected] |
| website | string | https://www.example.de |
| has_chat | boolean | true |
| opening_hours | object | {"Mon": "07:00-17:00", ...} |
| category | string | Elektriker |
| url | string | https://gelbeseiten.de/... |