# Concepcion Professional Services Contact Data

**Use case:** 

Extract lawyers and dentists in Concepcion, Chile from Paginas Amarillas. Expansion planners and analysts measure professional-services density before opening.

## Input

```json
{
  "keywords": [
    "abogado",
    "dentista",
    "contador"
  ],
  "location": "concepcion",
  "max_pages": 3,
  "max_search_results": 150
}
```

## Output

```json
{
  "id": {
    "label": "Business ID",
    "format": "text"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "info_url": {
    "label": "Profile URL",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "search_keyword": {
    "label": "Search Keyword",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Paginas Amarillas Discovery By Keyword](https://apify.com/datacach/paginas-amarillas-discovery-by-keyword) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/paginas-amarillas-discovery-by-keyword) to learn more, explore other use cases, and run it yourself.