# Nlm Clinical Terms: search “diabetes”

**Use case:** 

Run a ready-made Nlm Clinical Terms example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: nlm-clinical-terms-scrap

## Input

```json
{
  "query": "diabetes",
  "maxResults": 3
}
```

## Output

```json
{
  "condition_name": {
    "label": "Condition Name",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [NLM Clinical Terms Scraper - Condition Search](https://apify.com/benthepythondev/nlm-clinical-terms-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/nlm-clinical-terms-scraper) to learn more, explore other use cases, and run it yourself.