# Postal Code Lookup (60+ Countries) Data Export

**Use case:** 

Data Export of Postal Code Lookup (60+ Countries). Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "lookups": [
    {
      "country": "us",
      "postcode": "90210"
    },
    {
      "country": "gb",
      "postcode": "SW1A"
    },
    {
      "country": "de",
      "postcode": "10115"
    }
  ],
  "explodePlaces": true,
  "maxItems": 100
}
```

## Output

```json
{
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postCode": {
    "label": "Post Code",
    "format": "text"
  },
  "placeName": {
    "label": "Place",
    "format": "text"
  },
  "state": {
    "label": "State / Region",
    "format": "text"
  },
  "stateAbbreviation": {
    "label": "State Abbr",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "places": {
    "label": "All Places",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Postal Code Lookup Scraper (60+ Countries)](https://apify.com/parseforge/zippopotam-postal-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/zippopotam-postal-lookup-scraper) to learn more, explore other use cases, and run it yourself.