# India NMC Doctor Registry — Full Export

**Use case:** 

Scrape the full india nmc doctor registry dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract india nmc doctor registry for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "name": "",
  "registration_no": "",
  "allow_full_enumeration": false
}
```

## Output

```json
{
  "doctor_name": {
    "label": "Doctor Name",
    "format": "string"
  },
  "state_medical_council": {
    "label": "State Medical Council",
    "format": "string"
  },
  "qualification": {
    "label": "Qualification",
    "format": "string"
  },
  "year_of_registration": {
    "label": "Year Of Registration",
    "format": "number"
  },
  "registration_number": {
    "label": "Registration Number",
    "format": "string"
  }
}
```

## About this Actor

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