# 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
{
  "maxItems": 25,
  "query": "seizure"
}
```

## Output

```json
{
  "hpo_id": {
    "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"
  },
  "xrefs": {
    "label": "xrefs",
    "format": "text"
  },
  "comment": {
    "label": "comment",
    "format": "text"
  },
  "descendants": {
    "label": "descendants",
    "format": "text"
  },
  "genes": {
    "label": "genes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "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-phenotype-jax-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hpo-phenotype-jax-scraper) to learn more, explore other use cases, and run it yourself.