# Mondo Disease Ontology Latest Results

**Use case:** 

Latest Results of Mondo Disease Ontology. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "diabetes mellitus"
}
```

## Output

```json
{
  "iri": {
    "label": "iri",
    "format": "text"
  },
  "label": {
    "label": "label",
    "format": "text"
  },
  "definition": {
    "label": "definition",
    "format": "text"
  },
  "synonyms": {
    "label": "synonyms",
    "format": "text"
  },
  "parents": {
    "label": "parents",
    "format": "text"
  },
  "children": {
    "label": "children",
    "format": "text"
  },
  "xrefs": {
    "label": "xrefs",
    "format": "text"
  },
  "obo_id": {
    "label": "obo_id",
    "format": "text"
  },
  "annotations": {
    "label": "annotations",
    "format": "text"
  },
  "has_children": {
    "label": "has_children",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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