# Zoopla Prices ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zoopla/prices` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zoopla-prices | ## Description Access Zoopla's latest Oxford property sale prices to boost real estate market analysis and decision-making. ## 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/zoopla/prices' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "data": [ { "price": "£1,250,000", "address": "Oxford, Oxfordshire OX1 1QN", "date_sold": "2023-01-15", "property_id": "1", "property_type": "Detached house" }, { "price": "£750,000", "address": "Oxford, Oxfordshire OX2 6EP", "date_sold": "2023-02-20", "property_id": "2", "property_type": "Semi-detached house" }, { "price": "£380,000", "address": "Oxford, Oxfordshire OX3 7EF", "date_sold": "2023-03-10", "property_id": "3", "property_type": "Terraced house" }, { "price": "£200,000", "address": "Oxford, Oxfordshire OX4 4AA", "date_sold": "2023-04-05", "property_id": "4", "property_type": "Flat" }, { "price": "£1,100,000", "address": "Oxford, Oxfordshire OX1 1ZV", "date_sold": "2023-05-16", "property_id": "5", "property_type": "Detached house" } ], "status": "success" } ``` ## Documentation ## Overview Access Zoopla's latest Oxford property sale prices to boost real estate market analysis and decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/zoopla/prices?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Zoopla Prices data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Zoopla without maintaining scrapers - Power internal dashboards and workflow automations with live Zoopla data