# Zillow Search Professional ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zillow/search-professional` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zillow-search-professional | ## Description Unlock real estate agent insights with the Zillow Search Professional API. Gain access to detailed and up-to-date agent data now. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/zillow/search-professional' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "tami", "results": [ { "name": "Tami Pardee", "phone": "(310) 907-6517", "rating": 5, "address": "3015 Ocean Front Walk, Venice, CA 90291", "company": "Pardee Properties", "photo_url": "https://photos.zillowstatic.com/agent_profile/ZILLOW/AGENT_2288033_1516768.jpg", "specialties": [ "Buyer’s Agent", "Listing Agent", "Relocation", "Short-Sale" ], "recent_sales": [ { "date": "2022-08-15", "price": "$2,365,000", "address": "654A Milwood Ave, Venice, CA 90291" }, { "date": "2022-07-29", "price": "$1,785,000", "address": "335 Sunset Ave, Venice, CA 90291" } ], "review_count": 207 } ] } ``` ## Documentation ## Overview Unlock real estate agent insights with the Zillow Search Professional API. Gain access to detailed and up-to-date agent data now. ## Quickstart ``` GET https://api.piloterr.com/v2/zillow/search-professional?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Zillow Search Professional data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Zillow without maintaining scrapers - Power internal dashboards and workflow automations with live Zillow data