# Aspirin Clinical Trials & FDA Drug Data

**Use case:** 

Find public aspirin clinical trials, FDA drug labels, recalls, sponsors, phases, statuses, adverse-event counts, and official source links.

## Input

```json
{
  "sources": [
    "clinical_trials",
    "openfda_drugs",
    "openfda_recalls"
  ],
  "query": "aspirin",
  "status": "all",
  "phase": "all",
  "maxResults": 10,
  "userAgent": "ClinicalTrialsDrugDataAggregator/1.0 public-data-research",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source"
  },
  "query": {
    "label": "Query"
  },
  "recordType": {
    "label": "Record Type"
  },
  "recordId": {
    "label": "Record ID"
  },
  "name": {
    "label": "Title / Name"
  },
  "status": {
    "label": "Status"
  },
  "phase": {
    "label": "Phase"
  },
  "conditions": {
    "label": "Conditions"
  },
  "genericName": {
    "label": "Generic Name"
  },
  "brandName": {
    "label": "Brand Name"
  },
  "sponsorOrManufacturer": {
    "label": "Sponsor / Manufacturer"
  },
  "enrollmentCount": {
    "label": "Enrollment"
  },
  "completionDate": {
    "label": "Completion / Recall Date"
  },
  "recallDate": {
    "label": "Recall Date"
  },
  "classification": {
    "label": "Classification"
  },
  "adverseEventCount": {
    "label": "Adverse Event Count"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials & Drug Data Aggregator](https://apify.com/fascinating_lentil/clinical-trials-drug-data-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/clinical-trials-drug-data-aggregator) to learn more, explore other use cases, and run it yourself.