# Dentist Directory Scraper in Guadalajara

**Use case:** 

Scrape dentist listings in Guadalajara from Doctoralia: provider names, phones, license numbers, clinic addresses and services for B2B lead generation.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.doctoralia.com.mx/dentista-odontologo/guadalajara",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "doctorName": {
    "label": "Doctor",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviews": {
    "label": "Review Texts",
    "format": "array"
  },
  "registrationNumber": {
    "label": "Cédula",
    "format": "text"
  },
  "services": {
    "label": "Services",
    "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 [Doctoralia Doctor Profiles & Reviews Scraper](https://apify.com/scrapers_lat/doctoralia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/doctoralia-scraper) to learn more, explore other use cases, and run it yourself.