# Overture Maps cafe extractor for Berlin

**Use case:** 

Extract public Overture Maps cafe places in a Berlin bounding box with addresses, contacts, coordinates, taxonomy, and GERS IDs.

## Input

```json
{
  "boundingBox": {
    "west": 13.37,
    "south": 52.49,
    "east": 13.43,
    "north": 52.54
  },
  "category": "cafe",
  "minConfidence": 0,
  "maxItems": 100
}
```

## Output

```json
{
  "gersId": {
    "label": "GERS ID"
  },
  "name": {
    "label": "Place name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "locality": {
    "label": "Locality"
  },
  "country": {
    "label": "Country"
  },
  "phones": {
    "label": "Phones"
  },
  "emails": {
    "label": "Emails"
  },
  "websites": {
    "label": "Websites"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "release": {
    "label": "Release"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Overture Maps Places Extractor](https://apify.com/automation-lab/overture-maps-places-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/overture-maps-places-extractor) to learn more, explore other use cases, and run it yourself.