Start a lead extraction
Starts an asynchronous lead extraction on a real-estate portal. Returns immediately with extractionId and status: QUEUED.
Polling pattern: call GET /extractions/{id} every 5–10 s until status is COMPLETED or FAILED. Alternatively, subscribe to the extraction.completed webhook event.
Use GET /platforms to list supported portals and GET /platforms/{platform}/filters to discover filter keys.
Documentation Index
Fetch the complete documentation index at: https://docs.hostreach.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.
Body
Real-estate portal to extract leads from. Use GET /platforms to list supported portals and GET /platforms/{platform}/filters to discover the filter schema.
idealista, fotocasa, metrocuadrado, inmuebles24, zonaprop "idealista"
Platform-specific filter object. Required keys vary by portal — use GET /platforms/{platform}/filters to discover them. Typical fields: operation (rent|sale), location (object from /platforms/{platform}/locations), propertyType, minPrice, maxPrice, minRooms.
{
"operation": "rent",
"location": {
"id": "0-EU-ES-VC-46-46250-999-2-009",
"label": "Valencia"
}
}Maximum number of leads to extract. Default: 50.
x >= 1100
Advanced extraction options.