# NHS ODS provider registry — example search

**Use case:** 

Searches the NHS Organisation Data Service for UK healthcare providers and returns a few records with name, type and status.

## Input

```json
{
  "mode": "search",
  "postCode": "BS1",
  "providerType": "pharmacy",
  "status": "active",
  "onlyNewSinceLastRun": false,
  "includeDetails": false,
  "includeGeo": false,
  "includeRelationshipNames": false,
  "maxItems": 5,
  "concurrency": 8
}
```

## Output

```json
{
  "odsCode": {
    "label": "ODS code",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "primaryRoleDescription": {
    "label": "Primary role description",
    "format": "string"
  },
  "postCode": {
    "label": "Postcode",
    "format": "string"
  },
  "town": {
    "label": "Town",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "lastChangeDate": {
    "label": "Last change date",
    "format": "string"
  },
  "orgLink": {
    "label": "Registry link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UK NHS Providers Scraper — ODS Organisation Registry](https://apify.com/nomad-agent/uk-nhs-ods-providers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/uk-nhs-ods-providers-scraper) to learn more, explore other use cases, and run it yourself.