# Search India's NMC Doctor Registry (2023)

**Use case:** 

Export doctors registered in India's NMC registry for 2023 — names, registration numbers, and state medical councils.

## Input

```json
{
  "sp_intended_usage": "Medical directory research",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "name": "",
  "year": 2023,
  "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.