# HPO Human Phenotype Ontology Latest Results

**Use case:** 

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

## Input

```json
{
  "searchTerm": "seizure",
  "maxItems": 25,
  "includeAssociations": true
}
```

## Output

```json
{
  "hpoId": {
    "label": "🆔 HPO ID",
    "format": "text"
  },
  "name": {
    "label": "🧠 Name",
    "format": "text"
  },
  "definition": {
    "label": "📖 Definition",
    "format": "text"
  },
  "synonyms": {
    "label": "🔄 Synonyms",
    "format": "text"
  },
  "parents": {
    "label": "⬆️ Parents",
    "format": "text"
  },
  "children": {
    "label": "⬇️ Children",
    "format": "text"
  },
  "associatedDiseases": {
    "label": "🩺 Diseases",
    "format": "text"
  },
  "genes": {
    "label": "🧬 Genes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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