# Pharos Kinase Target Druggability Scraper

**Use case:** 

Scrape Pharos druggability data for kinase protein targets with TDL, novelty, family, disease and drug counts, and UniProt IDs. Export to JSON or CSV.

## Input

```json
{
  "targets": [
    "BRAF",
    "ALK",
    "MET"
  ],
  "includeLigands": false,
  "includeDiseases": false,
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "🧬 Protein",
    "format": "text"
  },
  "sym": {
    "label": "🏷 Gene",
    "format": "text"
  },
  "uniprot": {
    "label": "🆔 UniProt",
    "format": "text"
  },
  "tdl": {
    "label": "🎯 Tdl",
    "format": "text"
  },
  "fam": {
    "label": "👪 Family",
    "format": "text"
  },
  "novelty": {
    "label": "✨ Novelty",
    "format": "number"
  },
  "ligandCount": {
    "label": "💊 Ligands",
    "format": "number"
  },
  "diseaseCount": {
    "label": "🦠 Diseases",
    "format": "number"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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