# Extract Foreclosure Real Estate Agents in Phoenix

**Use case:** 

Obtain a list of agents specializing in foreclosures within the Phoenix area for distressed property investment strategies. This enables investors to connect wi

## Input

```json
{
  "location": "Phoenix, AZ",
  "specialty": "foreclosures",
  "language": "any",
  "agentType": "any",
  "maxAgents": 50,
  "endPage": 3
}
```

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