Medicalcouncil: Search Doctors
Medicalcouncil via Parse · healthcare
Search the MCNZ public register of doctors. Supports filtering by keyword (name), location, area of medicine, and registration status. Returns up to 20 results per page. Pagination advances via the start parameter in multiples of 20. At least one filter should be provided to get meaningful results; calling with no filters returns all registered doctors. Scraper for the Medical Council of New Zealand (MCNZ) Register of Doctors. Allows searching for practitioners by name, location, specialty, and status, and retrieving detailed professional profiles including qualifications and scope of practice. Fulfilled by Parse from medicalcouncil.org.nz.
- b2b-directory
- government-public
- healthcare
- medicalcouncil
- medicalcouncil-org-nz
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1c6e1494-adcf-4bf9-938f-637c95443b45/search_doctors
- Interface artifact
- sha256:54d52faf3654e00aaa5780398f411a5a383515074f8da9fbf19bc90b6380656a
- Manifest digest
- sha256:16ed5d2e9fa947698e940390e7b445c0a0eabbd6a3325a8d53b6845496d07866
Request fields
- area (string): Area of medicine slug from get_register_metadata areas_of_medicine (e.g. 'general-practice', 'emergency-medicine', 'anaesthesia').
- start (integer): Pagination offset in multiples of 20.
- status (string): Registration status slug: 'practising', 'not-practising', 'inactive', 'suspended'.: Allowed values: practising, not-practising, inactive, suspended
- keyword (string): Search by doctor name or keyword.
- location (string): Location slug from get_register_metadata locations (e.g. 'auckland', 'christchurch', 'wellington').
Example queries
- {"area":"general-practice","start":"0","status":"practising","keyword":"Smith","location":"auckland"}