# Find Limited Lines Insurance Agents in Springfield, Ohio

**Use case:** 

Search Springfield, Ohio agents holding limited lines insurance licenses (travel, credit, rental car and more) for niche partnership outreach.

## Input

```json
{
  "entityType": "IND",
  "city": "Springfield",
  "licenseType": "limitedLines",
  "residenceType": "",
  "activeOnly": true,
  "fetchDetails": true,
  "maxResults": 200,
  "pageSize": 50
}
```

## Output

```json
{
  "npn": {
    "label": "NPN",
    "format": "string"
  },
  "name": {
    "label": "Full name",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "is_active": {
    "label": "Is active",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "address_city": {
    "label": "City",
    "format": "string"
  },
  "address_state": {
    "label": "State",
    "format": "string"
  },
  "address_zip": {
    "label": "ZIP code",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ohio Insurance License Lookup](https://apify.com/stackrelay/ohio-insurance-license) with a specific input configuration. Visit the [Actor detail page](https://apify.com/stackrelay/ohio-insurance-license) to learn more, explore other use cases, and run it yourself.