# Herold.at Scraper - Austrian Business Directory (`plowdata/herold-at`) Actor

Extract Austrian business leads and company intelligence from Herold.at. Collect emails, phone numbers, addresses, opening hours, services, reviews, and payment methods. Export to CSV, Excel, JSON, or integrate into automation / CRM workflows.

- **URL**: https://apify.com/plowdata/herold-at.md
- **Developed by:** [Frederic](https://apify.com/plowdata) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 14 total users, 1 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.35 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Herold.at Scraper

Turn **Herold.at** into a clean, ready-to-use **Austrian business leads and company intelligence dataset**.

This actor is built for agencies, analysts, and automation workflows that need **high-quality Austrian business data** — including **emails, phone numbers, addresses, opening hours, services, reviews, and trust signals** - extracted reliably in one streamlined process.

> **Prefer usage-based pricing for smaller or variable workloads, or per-client billing?**\
> For pay-per-result pricing without a monthly commitment, see the **[Herold.at Scraper (Pay per Result)](https://apify.com/plowdata/herold-at-ppr)** version.

***

### 🚀 Built for agencies & recurring workflows

The Herold.at Scraper focuses on **depth, reliability, and predictable operation**, making it a strong fit for agency use cases, CRM enrichment, and automated pipelines.

- **One company = one row**
  Each Herold.at listing is emitted once and deduplicated automatically, ensuring clean datasets even across large or repeated runs.

- **Rich contact information**
  Emails, phone numbers, websites, addresses, and opening hours are extracted wherever available — ideal for lead generation and enrichment.

- **Deep company profiles**
  Extracts services, industries, reviews, payment methods, awards, images, and detailed company metadata when present.

- **No hard page limits**
  The scraper automatically paginates through all available results and stops when the directory is exhausted.

- **Built for unattended runs**
  Error-resilient by design: malformed listings are logged and skipped without interrupting the run.

- **Clean exports by default**
  Works out of the box with CSV, Excel, JSON, XML, and Apify’s table view.

***

### 🎯 Typical use cases

- **Austrian Lead Generation** – Build business lead lists by category and location
- **Sales & Marketing** – Extract verified contact data for outreach campaigns
- **Market & Competitor Research** – Analyze services, reviews, and positioning
- **CRM & Data Enrichment** – Augment existing records with authoritative Herold.at data
- **Automation Agencies** – Integrate Herold.at data into recurring pipelines

***

### ⚙️ Input

| Parameter   | Type    | Description                                                             |
| ----------- | ------- | ----------------------------------------------------------------------- |
| `query`     | string  | Search term you’d normally enter on Herold.at (required).               |
| `location`  | string  | Optional location filter (e.g., `Wien`, `Innsbruck`).                   |
| `openedNow` | boolean | Include only businesses currently open.                                 |
| `maxPages`  | number  | Maximum number of pages to scrape. If not set, all pages are processed. |

Example:

```json
{
  "query": "Restaurant",
  "location": "Wien",
  "openedNow": true
}
```

***

### 📦 Output: rich, structured business data

Each dataset row represents **one Herold.at company listing** with strictly typed, schema-validated fields. The output works both as a **flat table** for spreadsheets and CRMs, and as a **rich nested structure** for integrations and automations.

#### ⭐ Commonly used fields

- `name`
- `email`
- `phone`
- `website`
- `address`
- `rating`, `reviews.total`
- `industries`, `services`
- `openingHours`

***

### 📘 Detailed output schema (high-level)

Below is a structured overview of the available data groups. Many fields are optional because availability varies by listing type.

#### 🔹 Identification & trust

- Stable listing ID and profile URL
- Verification status and awards
- Aggregated ratings and review counts

#### 🔹 Location & contact

- Structured address data
- Primary and additional contact channels
- Opening hours and operational notes

#### 🔹 Reviews & reputation

- Full review texts and metadata
- Per-category ratings
- Owner responses (when available)

#### 🔹 Business details

- Industries and services
- Payment methods
- Company metadata (founding year, employee count, register ID)

#### 🔹 Media & enrichment

- Images and logos
- Social accounts and external links

#### 🔹 Multi-location companies

- Additional branch locations with individual addresses

***

### 🛡️ Reliability & schema guarantees

- Strongly typed, schema-validated output
- Automatic recovery from malformed or partial listings
- Safe to stop and restart without duplicating results
- Continues scraping even when individual fields are missing

If Herold.at changes its structure or introduces new fields, the scraper continues to run and logs the change for review.

***

### 👥 Target audience

This scraper is designed for:

- **Agencies & Sales Teams** – Generate Austrian business leads with rich contact data
- **Business Analysts & Researchers** – Collect structured market data
- **Competitor Intelligence** – Track services, reviews, and positioning at scale
- **Automation Builders** – Integrate Herold.at data into recurring workflows

***

### 💬 Support

Questions, edge cases, or feature requests?

Open a support ticket or attach a failing run log — we’ll take care of it.

# Actor input Schema

## `query` (type: `string`):

Search query for the Herold.at search.

## `location` (type: `string`):

Location for the Herold.at search, optional.

## `openedNow` (type: `boolean`):

Filter results to only include businesses that are currently open.

## `maxPages` (type: `integer`):

Maximum number of pages to scrape, optional - when omitted/left empty, all pages are scraped.

## Actor input object example

```json
{
  "query": "Cafe",
  "maxPages": 10
}
```

# Actor output Schema

## `companies` (type: `string`):

Extracted companies

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "Cafe",
    "maxPages": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("plowdata/herold-at").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "Cafe",
    "maxPages": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("plowdata/herold-at").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "Cafe",
  "maxPages": 10
}' |
apify call plowdata/herold-at --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,plowdata/herold-at"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/XqAHbQQlOfiTThzNy/builds/giHBC2ZqWZrf2N44S/openapi.json
