# UK Postcodes Data Export

**Use case:** 

Data Export of UK Postcodes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "postcodes": [
    "OX1 1DP",
    "M1 1AE",
    "GU1 3UW",
    "CF10 1EP",
    "EH1 1RE"
  ],
  "radiusMeters": 1000,
  "maxItems": 100
}
```

## Output

```json
{
  "postcode": {
    "label": "📮 Postcode",
    "format": "text"
  },
  "country": {
    "label": "🏳 Country",
    "format": "text"
  },
  "region": {
    "label": "🗺 Region",
    "format": "text"
  },
  "adminDistrict": {
    "label": "🏛 District",
    "format": "text"
  },
  "adminWard": {
    "label": "📍 Ward",
    "format": "text"
  },
  "parliamentaryConstituency": {
    "label": "🗳 Constituency",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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