# Leads de Farmacias en Cúcuta — Google Places + OSM

**Use case:** 

Extrae leads B2B de farmacias en Cúcuta con Google Places + OpenStreetMap. Incluye teléfonos, emails, ratings, horarios y leadScore. Ideal para distribuidores farmacéuticos y agencias de marketing.

## Input

```json
{
  "searchMode": "city",
  "city": "Cucuta",
  "latitude": "7.8939",
  "longitude": "-72.5078",
  "radius": 5000,
  "category": "pharmacy",
  "maxResults": 50,
  "onlyWithContact": false,
  "includeRawTags": false,
  "googleApiKey": "<YOUR_SECRET>",
  "enrichAddress": true,
  "enrichGooglePlaces": true,
  "enrichWebsite": true
}
```

## Output

```json
{
  "name": {
    "label": "Nombre",
    "format": "string"
  },
  "category": {
    "label": "Categoría",
    "format": "string"
  },
  "phone": {
    "label": "Teléfono",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Web",
    "format": "string"
  },
  "address": {
    "label": "Dirección",
    "format": "string"
  },
  "city": {
    "label": "Ciudad",
    "format": "string"
  },
  "rating": {
    "label": "⭐",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Reseñas",
    "format": "integer"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "integer"
  },
  "oportunidad": {
    "label": "Oportunidad",
    "format": "string"
  },
  "dataQuality": {
    "label": "Calidad",
    "format": "string"
  },
  "googleMapsUri": {
    "label": "Google Maps",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Places Leads — Directorio de Negocios de Cúcuta](https://apify.com/mndezdark/cucuta-business-directory.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mndezdark/cucuta-business-directory.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/mndezdark/cucuta-business-directory.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`).
