# Pediatrician Listings in Guadalajara

**Use case:** 

Retrieve detailed listings of pediatricians in Guadalajara. Data includes names, ratings, reviews, and profile links for each professional.

## Input

```json
{
  "items": [
    "pediatra:guadalajara"
  ],
  "maxConcurrency": 5
}
```

## Output

```json
{
  "input": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Doctoralia Mexico Directory Scraper](https://apify.com/zinin/doctoralia-directory) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/doctoralia-directory) to learn more, explore other use cases, and run it yourself.