# Sample Run - NY, FL & TX (Active Licenses)

**Use case:** 

Try the Pest Control License Scraper on New York, Florida, and Texas — active pest control business licenses pulled live and normalized into one schema.

## Input

```json
{
  "states": [
    "NY",
    "MO",
    "FL"
  ],
  "licenseTypeFilter": [],
  "statusFilter": [
    "Active"
  ],
  "maxItemsPerState": 50
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseeName": {
    "label": "Licensee",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "licenseType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "date"
  },
  "disciplinaryFlag": {
    "label": "Disciplinary Flag",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pest Control License Scraper](https://apify.com/ledgerfield_data/pest-control-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ledgerfield_data/pest-control-license-scraper) to learn more, explore other use cases, and run it yourself.