# Practo India Doctor — Full Export

**Use case:** 

Scrape the full practo india doctor dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract practo india doctor for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "city": "bangalore",
  "specialty": "dentist",
  "maxItems": 200,
  "maxPages": 10,
  "scrapeDetails": true
}
```

## Output

```json
{
  "doctorName": {
    "label": "Doctorname",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "experienceYears": {
    "label": "Experienceyears",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "consultationFee": {
    "label": "Consultationfee",
    "format": "number"
  },
  "ratingValue": {
    "label": "Ratingvalue",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Practo India Doctor Directory Scraper](https://apify.com/jungle_synthesizer/practo-doctor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/practo-doctor-scraper) to learn more, explore other use cases, and run it yourself.