# Open Targets Drug Data Scraper

**Use case:** 

Extract drug data from Open Targets Platform including mechanisms and indications as structured JSON for research.

## Input

```json
{
  "mode": "drug",
  "searchQuery": "",
  "searchEntities": [],
  "ensemblId": "ENSG00000146648",
  "symbol": "",
  "efoId": "EFO_0000222",
  "chemblId": "CHEMBL1201583",
  "maxItems": 5
}
```

## Output

```json
{
  "entity": {
    "label": "Entity",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "approvedSymbol": {
    "label": "Approved Symbol",
    "format": "text"
  },
  "approvedName": {
    "label": "Approved Name",
    "format": "text"
  },
  "biotype": {
    "label": "Biotype",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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