# Dentist Leads in Mexico City, Mexico on iGlobal

**Use case:** 

Find dentist business listings in Mexico City, Mexico with names, phone numbers, addresses, and websites from iGlobal.

## Input

```json
{
  "searchQuery": "dentist",
  "city": "mexico-city",
  "country": "mexico",
  "maxItems": 40
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "postcode": {
    "label": "Postcode"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [iGlobal Business Directory Scraper - Phone & Address Leads](https://apify.com/scrapers_lat/iglobal-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/iglobal-business-scraper) to learn more, explore other use cases, and run it yourself.