# Scrape Military Relocation Agents in San Diego, CA

**Use case:** 

Identify real estate agents focusing on military relocation in San Diego, a key market for service members. This helps relocation services and lenders provide s

## Input

```json
{
  "location": "San Diego, CA",
  "specialty": "military",
  "language": "any",
  "agentType": "any",
  "maxAgents": 60,
  "endPage": 1
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "businessName": {
    "label": "Brokerage",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "saleCountLastYear": {
    "label": "Sales/Year",
    "format": "integer"
  },
  "isTopAgent": {
    "label": "Top Agent",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agent & Premier Agent Directory Scraper](https://apify.com/crawlerbros/zillow-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zillow-agent-scraper) to learn more, explore other use cases, and run it yourself.