# Monarch Disease Ontology: search “diabetes”

**Use case:** 

Run a ready-made Monarch Disease Ontology example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: monarch-disease-on

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "highlighting_name": {
    "label": "Highlighting Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "xref": {
    "label": "Xref",
    "format": "text"
  },
  "subsets": {
    "label": "Subsets",
    "format": "text"
  },
  "synonym": {
    "label": "Synonym",
    "format": "text"
  },
  "namespace": {
    "label": "Namespace",
    "format": "text"
  },
  "file_source": {
    "label": "File Source",
    "format": "text"
  },
  "provided_by": {
    "label": "Provided By",
    "format": "text"
  },
  "exact_synonym": {
    "label": "Exact Synonym",
    "format": "text"
  },
  "has_descendant": {
    "label": "Has Descendant",
    "format": "text"
  },
  "has_phenotype_count": {
    "label": "Has Phenotype Count",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Monarch Disease Ontology Scraper](https://apify.com/benthepythondev/monarch-disease-ontology-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/monarch-disease-ontology-scraper) to learn more, explore other use cases, and run it yourself.