11880.com Scraper: Germany Business Directory
Extract business listings from 11880.com, one of Germany's leading directories with millions of entries. Returns name, full address, phone, mobile, email, website, fax, primary category and full services list, star rating and review count, opening hours when available, GPS coordinates, company logo, about text and legal form (Rechtsform). Search by keyword plus city (e.g., "Zahnarzt" in "Berlin") and walk pagination automatically.
Detail price
$5/1k profiles
What you can scrape
- Identity: business_name, about_text, legal_form (Rechtsform), source_url, company_logo_url
- Contact: phone, mobile, fax, email, website
- Address: street, postal_code, city, region (Bundesland)
- Category and services: primary_category plus full services list
- Reviews and hours: star_rating, review_count, opening_hours when available
- Geo: latitude, longitude for mapping
Primary use cases
- German lead generation. Build city-specific lead lists by trade (Zahnarzt, Friseur, Heizung) for local outreach
- Local SEO competitive scan. Map all competitors in a city plus their reviews for citation and ranking analysis
- Field sales territory planning. Pull all businesses in a postal code for door-to-door or route planning
- Franchise expansion research. Count category density (e.g., gyms) per city to identify underserved markets
- Trade-specific marketing. Target wARMEpumpe installers, dental clinics, or restaurants with verified contact data
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~11880-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQuery": "Wärmepumpe Installation",
"location": "Hamburg",
"maxResults": 50,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process business records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable, HubSpot: push German leads into your CRM
Output fields
| Field | Type | Example |
| business_name | string | Zahnarztpraxis Dr. Müller |
| phone | string | +49 40 1234567 |
| email | string | [email protected] |
| website | string | https://www.example.de |
| street | string | Mönckebergstr. 7 |
| postal_code | string | 20095 |
| city | string | Hamburg |
| primary_category | string | Zahnarzt |
| star_rating | float | 4.7 |
| latitude | float | 53.5511 |
Notes and limits
- Email is best-effort. 11880 publishes email for many but not all listings. Pair with Website Contact Extractor for fuller coverage
- Opening hours format varies. Returned as the original German text (e.g., "Mo-Fr 8:00-18:00") for fidelity
- Detail page enrichment. Set
includeDetails: true for full services list, about text, and geo coordinates
Related Actors