# Single protein ChEMBL Targets

**Use case:** 

Extract ChEMBL Targets data filtered by Single protein. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "targetType": "SINGLE PROTEIN"
}
```

## Output

```json
{
  "targetChemblId": {
    "label": "🆔 ChEMBL ID",
    "format": "text"
  },
  "prefName": {
    "label": "📛 Preferred Name",
    "format": "text"
  },
  "organism": {
    "label": "🧬 Organism",
    "format": "text"
  },
  "targetType": {
    "label": "🎯 Target Type",
    "format": "text"
  },
  "geneSymbol": {
    "label": "🧫 Gene Symbol",
    "format": "text"
  },
  "taxId": {
    "label": "🔢 Tax ID",
    "format": "number"
  },
  "components": {
    "label": "🧩 Components",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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