# WKO Installateur Linz Lead Enrichment

**Use case:** 

Enrich WKO Installateur leads in Linz with profile URLs, contact fields, addresses, websites, and detail text.

## Input

```json
{
  "keyword": "Installateur",
  "location": "Linz",
  "maxItems": 50,
  "detailPages": true,
  "requestDelayMillis": 500
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "street": {
    "label": "Street"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "city": {
    "label": "City"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "mobilePhone": {
    "label": "Mobile"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "profileUrl": {
    "label": "WKO profile"
  },
  "sourceUrl": {
    "label": "Search page"
  },
  "searchKeyword": {
    "label": "Keyword"
  },
  "searchLocation": {
    "label": "Location"
  },
  "pageNumber": {
    "label": "Page"
  },
  "detailFetched": {
    "label": "Detail fetched"
  },
  "detailText": {
    "label": "Detail text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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