# Herman Miller Authorized Dealer Locator — Full Export

**Use case:** 

Scrape the full herman miller authorized dealer locator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract herman miller authorized dealer locator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "dealerTypes": [
    "retail",
    "contract",
    "showroom",
    "online"
  ],
  "countries": []
}
```

## Output

```json
{
  "dealerId": {
    "label": "Dealerid",
    "format": "string"
  },
  "dealerName": {
    "label": "Dealername",
    "format": "string"
  },
  "dealerType": {
    "label": "Dealertype",
    "format": "string"
  },
  "addressCity": {
    "label": "Addresscity",
    "format": "string"
  },
  "addressState": {
    "label": "Addressstate",
    "format": "string"
  },
  "addressCountry": {
    "label": "Addresscountry",
    "format": "string"
  },
  "certificationLevel": {
    "label": "Certificationlevel",
    "format": "string"
  },
  "brands": {
    "label": "Brands",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Herman Miller Authorized Dealer Locator Scraper](https://apify.com/jungle_synthesizer/herman-miller-authorized-dealer-locator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/herman-miller-authorized-dealer-locator-scraper) to learn more, explore other use cases, and run it yourself.