# SEPREC Bolivia Pharmacy Company Scraper

**Use case:** 

Scrape Bolivia pharmacy companies from the SEPREC business registry by name. Get legal name, registration number, status and activity for KYC.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "searchTerms": [
    "FARMACIA"
  ],
  "searchType": "nombre",
  "useProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "matricula": {
    "label": "Matricula",
    "format": "text"
  },
  "nit": {
    "label": "NIT",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "economicActivity": {
    "label": "Economic Activity",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "lastRenewalYear": {
    "label": "Last Renewal",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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