# Pharmacies in Central Berlin — OpenStreetMap POI Search

**Use case:** 

Up to 40 pharmacies mapped in OpenStreetMap inside a box around Berlin-Mitte: name, street and house number, postcode, coordinates and, where mapped, opening hours, phone and website. For local lead lists, market mapping and location analysis. Change the keyword (cafe, supermarket, hotel) and the viewbox to search any area.

## Input

```json
{
  "queries": [
    "pharmacy"
  ],
  "structuredQueries": [
    {
      "street": "Nauryzbai Batyr 154A",
      "city": "Almaty",
      "country": "Kazakhstan",
      "label": "Kaspi HQ"
    }
  ],
  "mode": "forward",
  "engine": "nominatim",
  "lang": "en",
  "countryCodes": "de",
  "viewbox": "13.36,52.50,13.43,52.54",
  "bounded": true,
  "featureType": "",
  "limit": 40,
  "reverseZoom": 18,
  "addressDetails": true,
  "extraTags": true,
  "nameDetails": false,
  "polygon": false,
  "polygonThreshold": 0,
  "dedupe": true,
  "emitNotFound": false,
  "maxItems": 10000
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "rank": {
    "label": "Rank"
  },
  "name": {
    "label": "Name"
  },
  "houseNumber": {
    "label": "House number"
  },
  "road": {
    "label": "Road"
  },
  "suburb": {
    "label": "Suburb"
  },
  "district": {
    "label": "District"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "state": {
    "label": "State"
  },
  "postcode": {
    "label": "Postcode"
  },
  "country": {
    "label": "Country"
  },
  "placeRank": {
    "label": "Place rank"
  },
  "importance": {
    "label": "Importance"
  }
}
```

## About this Actor

This example demonstrates how to use [Geocoding Scraper — Address ↔ Coordinates (OpenStreetMap)](https://apify.com/yadroo/osm-geocode.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yadroo/osm-geocode.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/yadroo/osm-geocode.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
