# MyChem.info Drug Annotation Latest Results

**Use case:** 

Latest Results of MyChem.info Drug Annotation. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "leukemia",
  "drugList": [
    "imatinib",
    "dasatinib",
    "nilotinib",
    "aspirin",
    "metformin"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "drugName": {
    "label": "💊 Drug",
    "format": "text"
  },
  "drugbankId": {
    "label": "🆔 DrugBank",
    "format": "text"
  },
  "atcCodes": {
    "label": "🏷 ATC",
    "format": "array"
  },
  "chemblId": {
    "label": "🧪 ChEMBL",
    "format": "text"
  },
  "pubchemCid": {
    "label": "🔬 PubChem CID",
    "format": "text"
  },
  "unii": {
    "label": "🧬 UNII",
    "format": "text"
  },
  "molecularFormula": {
    "label": "⚗️ Formula",
    "format": "text"
  },
  "molecularWeight": {
    "label": "⚖️ Weight",
    "format": "number"
  },
  "primaryIndication": {
    "label": "🩺 Indication",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MyChem.info Drug Annotation Scraper](https://apify.com/parseforge/mychem-drug-annotation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mychem-drug-annotation-scraper) to learn more, explore other use cases, and run it yourself.