# Santiago Construction Business Contacts

**Use case:** 

Get weekly contact records for construction companies in Santiago. Each entry includes key details like name, address, phone, email, and website.

## Input

```json
{
  "keywords": [
    "constructora",
    "ingeniero civil",
    "arquitecto"
  ],
  "location": "santiago",
  "max_pages": 2,
  "max_search_results": 100
}
```

## 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.