# Empresas de Farmacias en Panamá (FARMACIA)

**Use case:** 

Busca empresas de farmacias en el registro Panamá Emprende y exporta propietario, RUC, actividad CIIU, capital, dirección y estado.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchType": "razon_comercial",
  "query": "FARMACIA",
  "personType": "any",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PA"
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "ruc": {
    "label": "RUC",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "legalRepresentative": {
    "label": "Owner / Legal Rep",
    "format": "text"
  },
  "activity": {
    "label": "Activity",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Panama Emprende Business Registry Scraper](https://apify.com/scrapers_lat/panama-emprende-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/panama-emprende-scraper) to learn more, explore other use cases, and run it yourself.