# GP Doctor Leads Toluca - Doctoralia Scraper

**Use case:** 

Scrape general practitioner leads in Toluca from Doctoralia. Names, phones, clinics, reviews and services exported to a structured dataset.

## Input

```json
{
  "maxDoctors": 10,
  "withDetails": true,
  "startUrl": "https://www.doctoralia.com.mx/medico-general/toluca"
}
```

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