# Find Farmers Insurance agents in Phoenix

**Use case:** 

Pull Farmers Insurance agents in Phoenix: agent and agency name, phone, full office address, ZIP, lines of business and a lead score. No login.

## Input

```json
{
  "carriers": [
    "Farmers"
  ],
  "locations": [
    "Phoenix, AZ"
  ],
  "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"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "linesOfBusiness": {
    "label": "Lines"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## 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.