# Zillow Professional Profil ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zillow/professional-profil` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zillow-professional-profil | ## Description Unlock Zillow real estate agent profiles for comprehensive data insights and strategic advantages. ## 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/professional-profil' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "contact": [ { "email": "info@pardeeproperties.com", "phone": "(123) 456-7890" } ], "reviews": { "totalReviews": 120, "averageRating": 4.5 }, "listings": [ { "location": "123 Main St, Santa Monica, CA", "detailsURL": "https://www.zillow.com/homedetails/123-Main-St-Santa-Monica-CA/", "listingPrice": "$1,200,000", "propertyTitle": "3 Bed, 2 Bath" } ], "profileName": "Pardee Properties", "profileType": "Agent", "officeLocation": "1234 Elm St, Santa Monica, CA 90401" } ``` ## Documentation ## Overview Unlock Zillow real estate agent profiles for comprehensive data insights and strategic advantages. ## Quickstart ``` GET https://api.piloterr.com/v2/zillow/professional-profil?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Zillow Professional Profil 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