# Scrape FDA Medical Device Recalls by Firm

**Use case:** 

Pull FDA device recall enforcement actions for a manufacturer with classification, recall reason, distribution pattern, and status.

## Input

```json
{
  "mode": "recalls",
  "sponsorIdentifiers": [
    "Medtronic"
  ],
  "nctIds": [
    "NCT04368728"
  ],
  "conditions": [
    "non-small cell lung cancer"
  ],
  "interventions": [],
  "phases": [],
  "statuses": [],
  "countries": [],
  "applicantName": "Medtronic",
  "productCode": "",
  "devicePathways": [
    "510k",
    "pma"
  ],
  "drugName": "Ozempic",
  "seriousOnly": false,
  "recallClassifications": [],
  "recallDomains": [
    "device"
  ],
  "shortageStatus": "any",
  "dateFrom": "2025-01-01",
  "dateTo": "",
  "maxItems": 50,
  "maxItemsPerSource": 1000,
  "incrementalMode": false,
  "monitorTargets": [],
  "enableAiSummary": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall #",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "recallingFirm": {
    "label": "Firm",
    "format": "text"
  },
  "productDescription": {
    "label": "Product",
    "format": "text"
  },
  "reasonForRecall": {
    "label": "Reason",
    "format": "text"
  },
  "recallInitiationDate": {
    "label": "Initiated",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "verifyUrl": {
    "label": "FDA IRES",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials & FDA Pipeline Intelligence Scraper](https://apify.com/constructive_calm/clinical-trials-fda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/clinical-trials-fda-scraper) to learn more, explore other use cases, and run it yourself.