# London PropertyData UK Analytics

**Use case:** 

Extract PropertyData UK Analytics data filtered by london. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "postcodes": [
    "W14 9JH"
  ],
  "cities": [
    "london"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "rentalYield": {
    "label": "Rental Yield (%)",
    "format": "number"
  },
  "pricePerSqft": {
    "label": "Price/Sqft (£)",
    "format": "number"
  },
  "psfSampleCount": {
    "label": "PSF Sample Count",
    "format": "number"
  },
  "commercialRentPerSqft": {
    "label": "Commercial Rent/Sqft (£)",
    "format": "number"
  },
  "avgPriceDetached": {
    "label": "Avg Price Detached",
    "format": "number"
  },
  "avgPriceSemiDetached": {
    "label": "Avg Price Semi-Detached",
    "format": "number"
  },
  "avgPriceTerraced": {
    "label": "Avg Price Terraced",
    "format": "number"
  },
  "avgPriceFlat": {
    "label": "Avg Price Flat",
    "format": "number"
  },
  "propertydataScore": {
    "label": "PD Score",
    "format": "text"
  },
  "yieldRadius": {
    "label": "Yield Radius (km)",
    "format": "number"
  },
  "recentSoldPrices": {
    "label": "Recent Sold Prices",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PropertyData UK Analytics](https://apify.com/parseforge/propertydata-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/propertydata-scraper) to learn more, explore other use cases, and run it yourself.