# FDA Drug Approval Updates for Pembrolizumab and Semaglutide

**Use case:** 

Get real-time updates on FDA approvals and recalls for pembrolizumab and semaglutide. Access application status, sponsor details, and recall classifications.

## Input

```json
{
  "queries": [
    "pembrolizumab",
    "semaglutide"
  ],
  "dataset": "both",
  "limit": 3,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "found": {
    "label": "Billed",
    "format": "boolean"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "sponsor": {
    "label": "Sponsor",
    "format": "text"
  },
  "firm": {
    "label": "Recalling firm",
    "format": "text"
  },
  "matchBasis": {
    "label": "Match type",
    "format": "text"
  },
  "matched": {
    "label": "Total matches",
    "format": "text"
  },
  "truncated": {
    "label": "More exist",
    "format": "boolean"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "reportDate": {
    "label": "Report date",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Approval Feed](https://apify.com/zinin/fda-approval-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/fda-approval-feed) to learn more, explore other use cases, and run it yourself.