Herold.at Scraper: Austria Yellow Pages, 360K+ Businesses
Extract business listings from herold.at, Austria's leading Yellow Pages with 360,000+ businesses. Returns name, phone and email directly on the SERP (no detail page needed), Austrian address with 4-digit postal code and city, business category, optional website and opening hours, GPS coordinates, rating, industries served, founding year, keywords and social media links (Facebook, Instagram, LinkedIn, Xing, YouTube). Extracts Qwik-framework structured data alongside vCard and HTML parsing.
Detail price
$5/1k profiles
Inventory
360K+ businesses
Bonus
Phone + email on SERP
What you can scrape
- Identity: business_name, category, keywords, founding_year, source_url
- Contact on SERP: phone (tel: link) and email (mailto: link) directly in the search results
- Address: street, postal_code (4-digit AT), city, region
- Optional detail data: website, opening_hours, latitude, longitude
- Trust signals: rating, review_count, industries served
- Social: Facebook, Instagram, LinkedIn, Xing, YouTube via vCard + HTML
Primary use cases
- Austrian lead generation. Build city or regional lead lists (Wien, Salzburg, Innsbruck) by trade with phone and email already on the SERP
- Recruiting outreach. Find Austrian employers in a category, enrich with social links for hiring outreach
- Local SEO and citation building. Map all NAP data per category and city for Austrian SMBs
- Market entry research. Count businesses per category per region to size the Austrian market
- Trade-specific marketing. Target Elektriker, Restaurant, Gastronomie or Steuerberater with verified contacts
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~herold-at-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "Elektriker",
"location": "Wien",
"maxResults": 100,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process Austrian 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 Austrian leads into your CRM
Output fields
| Field | Type | Example |
| business_name | string | Elektrotechnik Hofer GmbH |
| phone | string | +43 1 1234567 |
| email | string | [email protected] |
| address | string | Mariahilfer Strasse 100 |
| postal_code | string | 1070 |
| city | string | Wien |
| category | string | Elektriker |
| website | string | https://www.example.at |
| founding_year | integer | 1995 |
| social_links | object | {facebook, linkedin, instagram} |
Notes and limits
- Phone and email on SERP. A standout feature: both are returned directly from the result page, no detail page round-trip required. You can run cheap SERP-only mode and still get usable contact data
- Qwik framework parsing. The scraper extracts structured JSON from herold.at's Qwik client bundle for rating and category data
- Set
includeDetails: true for website, opening hours, and geo coordinates
Related Actors