# ZAP Imóveis Ad ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zapimoveis/ad` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zapimoveis-ad | ## Description Fetch a single ZAP Imóveis property listing by URL or ID and get full details: price, area, rooms, condo fee, IPTU, description, agent contact, and geo coordinates as structured JSON. ## 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/zapimoveis/ad' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Apartment listing in Vila Mariana, São Paulo ```json { "id": "2859088547", "lat": -23.5865, "lon": -46.6388, "url": "https://www.zapimoveis.com.br/imovel/apartamento-2-quartos-vila-mariana-bairros-sao-paulo-sp-84m2-venda-id-2859088547/", "city": "São Paulo", "iptu": 97, "floor": 8, "price": 730000, "state": "SP", "title": "Apartamento para comprar com 84 m², 2 quartos, 2 banheiros, 1 vaga em Vila Mariana, São Paulo", "images": [ "https://resizedimgs.zapimoveis.com.br/fit-in/1280x720/vr.images.sp/2859088547_01.jpg", "https://resizedimgs.zapimoveis.com.br/fit-in/1280x720/vr.images.sp/2859088547_02.jpg", "https://resizedimgs.zapimoveis.com.br/fit-in/1280x720/vr.images.sp/2859088547_03.jpg" ], "street": "Rua Doutor Mário Cardim", "suites": 1, "bedrooms": 2, "zip_code": "04019-040", "amenities": [ "Piscina", "Academia", "Portaria 24h", "Varanda gourmet", "Área de lazer" ], "bathrooms": 2, "condo_fee": 1445, "video_url": null, "agent_name": "Fernanda Almeida", "area_total": 84, "updated_at": "2026-04-25T14:10:00Z", "year_built": 2012, "agency_name": "CURY EMPREENDIMENTOS E INCORPORAÇÕES LTDA", "agent_email": null, "agent_phone": "+55 11 98765-4321", "area_useful": 78, "description": "Apartamento com 84 m² de área total, localizado no bairro Vila Mariana, um dos mais valorizados de São Paulo. O imóvel conta com dois quartos, sendo uma suíte, dois banheiros sociais, uma vaga de garagem e uma varanda gourmet com vista para a cidade.", "neighborhood": "Vila Mariana", "published_at": "2026-04-01T09:00:00Z", "total_floors": 15, "price_per_sqm": 8690, "property_type": "Apartamento", "street_number": "142", "floor_plan_url": "https://resizedimgs.zapimoveis.com.br/fit-in/1280x720/vr.images.sp/2859088547_planta.jpg", "parking_spaces": 1, "transaction_type": "venda", "is_new_development": false, "price_below_market": true } ``` ## Documentation ## Overview ZAP Imóveis applies Cloudflare bot protection on every listing page. Piloterr handles the bypass transparently. One GET request with a listing URL or ID returns the complete property sheet: price, condo fee, IPTU tax, area in m², floor, amenities, agent contact, geo coordinates, and all listing images. ## Quickstart ``` GET https://api.piloterr.com/v2/zapimoveis/ad?query=2859088547 ``` ## Main use cases - Pull the full property sheet to populate a comparison platform with live ZAP Imóveis data - Extract geo coordinates and amenities for a neighborhood quality-of-life analysis tool - Monitor price changes on specific listings to identify market movement - Verify agent contact details before routing leads to a sales team - Enrich a CRM with full property data after a buyer saves a ZAP listing