# Look Up Ohio Insurance Agents Named Davis

**Use case:** 

Search every Ohio-licensed insurance agent with the last name Davis. Verify license status, NPN, and lines of authority in one lookup.

## Input

```json
{
  "entityType": "IND",
  "lastName": "Davis",
  "licenseType": "",
  "residenceType": "",
  "activeOnly": false,
  "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.