# Bar OpenStreetMap Points of Interest

**Use case:** 

Extract OpenStreetMap Points of Interest data filtered by bar. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "place": "Berlin, Germany",
  "radiusMeters": 1500,
  "categories": [
    "bar"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "category": {
    "label": "🏷 Category",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "website": {
    "label": "🌐 Website",
    "format": "link"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "text"
  },
  "osmUrl": {
    "label": "🔗 OSM",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenStreetMap Points of Interest Scraper](https://apify.com/parseforge/overpass-osm-poi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/overpass-osm-poi-scraper) to learn more, explore other use cases, and run it yourself.