# German Photon Geocoder

**Use case:** 

Extract Photon Geocoder data filtered by German. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "Brandenburg Gate, Berlin",
  "language": "de",
  "maxItems": 10
}
```

## Output

```json
{
  "displayName": {
    "label": "📍 Place",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "text"
  },
  "type": {
    "label": "🏷 Type",
    "format": "text"
  },
  "category": {
    "label": "🗂 Category",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "postcode": {
    "label": "✉️ Postcode",
    "format": "text"
  },
  "mapUrl": {
    "label": "🔗 Map",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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