# Find WPS Dealers Near Dallas

**Use case:** 

Find WPS Dealers Near Dallas by scraping public dealer locator data for market research and outreach.

## Input

```json
{
  "maxItems": 100,
  "zipCodes": [
    "75201"
  ],
  "radius": "50"
}
```

## Output

```json
{
  "ID": {
    "label": "ID",
    "format": "text"
  },
  "NAME": {
    "label": "Name",
    "format": "text"
  },
  "EMAIL": {
    "label": "Email",
    "format": "text"
  },
  "PHONE": {
    "label": "Phone",
    "format": "text"
  },
  "WEBSITE": {
    "label": "Website",
    "format": "text"
  },
  "ADDRESS_1": {
    "label": "Address 1",
    "format": "text"
  },
  "ADDRESS_2": {
    "label": "Address 2",
    "format": "text"
  },
  "CITY": {
    "label": "City",
    "format": "text"
  },
  "STATE": {
    "label": "State",
    "format": "text"
  },
  "ZIP": {
    "label": "Zip",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [WPS-inc.com Dealers Scraper](https://apify.com/igolaizola/wps-dealers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/wps-dealers-scraper) to learn more, explore other use cases, and run it yourself.