# FDA Drug Recall Data for Ibuprofen Products

**Use case:** 

Retrieve detailed FDA recall information on ibuprofen products. Get data on recalling firms, product descriptions, and reasons for recalls.

## Input

```json
{
  "dataset": "drug/label",
  "sort": "newest",
  "searchQuery": "ibuprofen",
  "maxRecords": 100
}
```

## Output

```json
{
  "_dataset": {
    "label": "Dataset",
    "format": "string"
  },
  "recalling_firm": {
    "label": "Recalling Firm",
    "format": "string"
  },
  "product_description": {
    "label": "Product Description",
    "format": "string"
  },
  "reason_for_recall": {
    "label": "Reason for Recall",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "report_date": {
    "label": "Report Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Data Scraper - openFDA Recalls & Events](https://apify.com/logiover/fda-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/fda-data-scraper) to learn more, explore other use cases, and run it yourself.