# 💊 Singapore Pharmacy Locations — Names & Map Data

**Use case:** 

No-code, cheap Singapore pharmacy API. Scrape pharmacy data: pharmacy name, brand, outlet, full address, postal code, latitude, longitude — cheapest per item.

## Input

```json
{
  "query": "",
  "brand": "",
  "postalCode": "",
  "centerLat": "",
  "centerLng": "",
  "radiusKm": "",
  "maxItems": 5000
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "outlet": {
    "label": "Outlet",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "formattedAddress": {
    "label": "Formatted Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Pharmacy Locations Scraper](https://apify.com/hipersoft/singapore-pharmacy-locations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/singapore-pharmacy-locations-scraper) to learn more, explore other use cases, and run it yourself.