# Colombia Lawyer Leads Scraper (Phone + Email)

**Use case:** 

Collect Colombia lawyer and law firm leads from Paginas Amarillas. Export names, phones, emails, addresses and websites for legal B2B prospecting.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.paginasamarillas.com.co/servicios/abogados",
  "searchTerm": "restaurantes",
  "country": "co"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "slogan": {
    "label": "Slogan",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "allPhonesList": {
    "label": "All Phones",
    "format": "array"
  },
  "emails": {
    "label": "All Emails",
    "format": "array"
  },
  "allAddresses": {
    "label": "All Branches",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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