# Herold.at Lead Enrichment Workflow

**Use case:** 

Scrape and enrich Herold.at business leads with profile pages, contact fields, addresses, websites, ratings, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.herold.at/gelbe-seiten/wien/restaurant/"
    }
  ],
  "what": "restaurant",
  "where": "wien",
  "maxItems": 50,
  "includeProfiles": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "category": {
    "label": "Category"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "city": {
    "label": "City / region"
  },
  "ratingValue": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "searchUrl": {
    "label": "Search URL"
  },
  "position": {
    "label": "Search position"
  },
  "description": {
    "label": "Description"
  },
  "region": {
    "label": "Address text"
  },
  "country": {
    "label": "Country"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "verified": {
    "label": "Verified"
  },
  "branchCode": {
    "label": "Herold branch code"
  },
  "profileText": {
    "label": "Profile text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Herold.at Business Directory Scraper](https://apify.com/automation-lab/herold-at-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/herold-at-business-directory-scraper) to learn more, explore other use cases, and run it yourself.