# Phoenix AZ Listing Agents - Zillow Active Listings

**Use case:** 

Export Phoenix, AZ real estate agents with active for-sale listings from Zillow, including brokerages, ratings, and listing counts. Save as CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.zillow.com/profile/Matt-Laricy"
  ],
  "location": "Phoenix, AZ",
  "maxPages": 3,
  "includeReviews": true,
  "includeListings": true,
  "listingType": "sale",
  "reviewSort": "newest",
  "reviewFilter": "all",
  "maxReviewPages": 5,
  "maxListingPages": 5,
  "includeTeamListings": true,
  "includeMortgageHistory": false,
  "apiBaseUrl": "https://api.zillow-pulse.co",
  "maxConcurrency": 5,
  "requestTimeout": 30
}
```

## Output

```json
{
  "screen_name": {
    "label": "Agent",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brokerage": {
    "label": "Brokerage",
    "format": "text"
  },
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "listings_summary.for_sale": {
    "label": "For Sale",
    "format": "number"
  },
  "listings_summary.for_rent": {
    "label": "For Rent",
    "format": "number"
  },
  "listings_summary.past_sales": {
    "label": "Past Sales",
    "format": "number"
  },
  "listings": {
    "label": "Listings Data",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Agents & Market Intelligence](https://apify.com/jdtpnjtp/zillow-agents-market-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jdtpnjtp/zillow-agents-market-intelligence) to learn more, explore other use cases, and run it yourself.