# Disease (EFO) Open Targets Platform

**Use case:** 

Extract Open Targets Platform data filtered by Disease (EFO). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "entityType": "disease"
}
```

## Output

```json
{
  "entityType": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "approvedSymbol": {
    "label": "Symbol",
    "format": "text"
  },
  "approvedName": {
    "label": "Approved name"
  },
  "biotype": {
    "label": "Biotype"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "synonyms": {
    "label": "Synonyms",
    "format": "object"
  },
  "therapeuticAreas": {
    "label": "Therapeutic areas"
  },
  "tractability": {
    "label": "Tractability",
    "format": "object"
  },
  "mechanismsOfAction": {
    "label": "Mechanisms",
    "format": "object"
  },
  "indications": {
    "label": "Indications",
    "format": "object"
  },
  "maximumClinicalStage": {
    "label": "Max Phase",
    "format": "number"
  },
  "isApproved": {
    "label": "Is approved"
  },
  "drugType": {
    "label": "Drug Type",
    "format": "text"
  },
  "tradeNames": {
    "label": "Trade Names",
    "format": "object"
  },
  "crossReferences": {
    "label": "X-refs",
    "format": "object"
  },
  "proteinIds": {
    "label": "Protein ids"
  },
  "pathways": {
    "label": "Pathways"
  },
  "associatedDiseases": {
    "label": "Diseases",
    "format": "object"
  },
  "associatedTargets": {
    "label": "Targets",
    "format": "object"
  },
  "drugsLinked": {
    "label": "Drugs linked"
  },
  "sourceUrl": {
    "label": "Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Targets Platform Scraper](https://apify.com/parseforge/open-targets-platform-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/open-targets-platform-scraper) to learn more, explore other use cases, and run it yourself.