# Functional (F) ChEMBL Assays

**Use case:** 

Extract ChEMBL Assays data filtered by Functional (F). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "assayType": "F"
}
```

## Output

```json
{
  "assayChemblId": {
    "label": "🆔 Assay ID",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "assayType": {
    "label": "🔬 Type",
    "format": "text"
  },
  "organism": {
    "label": "🧬 Organism",
    "format": "text"
  },
  "targetChemblId": {
    "label": "🎯 Target",
    "format": "text"
  },
  "documentChemblId": {
    "label": "📄 Document",
    "format": "text"
  },
  "confidenceScore": {
    "label": "🏅 Confidence",
    "format": "number"
  },
  "cellChemblId": {
    "label": "🧫 Cell Line",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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