# WKO Marketing Graz Extractor

**Use case:** 

Extract marketing company leads from WKO Firmen A-Z in Graz for sales, SEO, and market research workflows.

## Input

```json
{
  "keyword": "Marketing",
  "location": "Graz",
  "maxItems": 100,
  "detailPages": false,
  "requestDelayMillis": 250
}
```

## 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.