# Fast Doctor Leads Mexico City — Doctoralia Scraper

**Use case:** 

Cheapest mode: grab hundreds of Mexico City general practitioners per run — names, ratings, specializations and GPS clinic locations, no profile visits.

## Input

```json
{
  "country": "mx",
  "specializations": [
    "medico-general"
  ],
  "cities": [
    "ciudad-de-mexico"
  ],
  "fetchProfileDetails": false,
  "maxReviewsPerDoctor": 10,
  "maxDoctors": 300,
  "maxPages": 30,
  "maxConcurrency": 10,
  "maxRequestRetries": 5,
  "incremental": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Doctor"
  },
  "specialization": {
    "label": "Specialization"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "licenseNumber": {
    "label": "License"
  },
  "addressCities": {
    "label": "Cities"
  },
  "countryCode": {
    "label": "Country"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Doctoralia Scraper | 2$ / 1k Cheap](https://apify.com/trev0n/doctoralia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/doctoralia-scraper) to learn more, explore other use cases, and run it yourself.