# Insurance Agent Leads with Phone Numbers

**Use case:** 

Extract insurance agent leads with phone numbers from State Farm and Farmers: name, agency, office address with ZIP, lines of business and profile URL.

## Input

```json
{
  "carriers": [
    "State Farm",
    "Farmers"
  ],
  "locations": [
    "Houston, TX"
  ],
  "maxResultsPerLocation": 100,
  "maxResults": 300,
  "withPhoneOnly": true,
  "withEmailOnly": false,
  "enrichAgentContacts": false,
  "deduplicateAgents": true,
  "monitorMode": false,
  "monitorStoreName": "insurance-agent-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "carrier": {
    "label": "Carrier"
  },
  "name": {
    "label": "Agent / Agency"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "micrositeUrl": {
    "label": "Microsite"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Insurance Agent Scraper — State Farm & Farmers Agent Leads](https://apify.com/scrapesage/insurance-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/insurance-agent-scraper) to learn more, explore other use cases, and run it yourself.