# HomeAdvisor Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/homeadvisor/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/homeadvisor-search | ## Description Extract service provider data from HomeAdvisor for lead generation, market research, and more with our robust API. ## 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/homeadvisor/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "example_query", "results": [ { "title": "Plumber", "rating": 4.8, "reviews": 120, "location": "Los Angeles, CA", "contact_info": { "email": "info@plumbersla.com", "phone": "123-555-7890" } }, { "title": "Electrician", "rating": 4.6, "reviews": 95, "location": "New York, NY", "contact_info": { "email": "services@elecny.com", "phone": "987-555-1234" } }, { "title": "Carpenter", "rating": 4.7, "reviews": 110, "location": "Chicago, IL", "contact_info": { "email": "work@chicarpenters.com", "phone": "312-555-5555" } } ] } ``` ## Documentation ## Overview Extract service provider data from HomeAdvisor for lead generation, market research, and more with our robust API. ## Quickstart ``` GET https://api.piloterr.com/v2/homeadvisor/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate HomeAdvisor Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Homeadvisor without maintaining scrapers - Power internal dashboards and workflow automations with live Homeadvisor data