# FDA Catheter Recall Monitoring Scraper

**Use case:** 

Track FDA catheter recall records by product text, class, date, firm, status, and distribution pattern for compliance workflows.

## Input

```json
{
  "maxItems": 200,
  "firmName": "Medtronic",
  "productText": "catheter",
  "dateField": "report_date",
  "startDate": "2024-01-01",
  "sortBy": "report_date",
  "sortDirection": "desc"
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall number"
  },
  "eventId": {
    "label": "Event ID"
  },
  "status": {
    "label": "Status"
  },
  "classification": {
    "label": "Class"
  },
  "recallingFirm": {
    "label": "Recalling firm"
  },
  "productDescription": {
    "label": "Product"
  },
  "reasonForRecall": {
    "label": "Reason"
  },
  "codeInfo": {
    "label": "Code info"
  },
  "moreCodeInfo": {
    "label": "More code info"
  },
  "distributionPattern": {
    "label": "Distribution"
  },
  "productQuantity": {
    "label": "Quantity"
  },
  "productType": {
    "label": "Product type"
  },
  "voluntaryMandated": {
    "label": "Voluntary/mandated"
  },
  "initialFirmNotification": {
    "label": "Initial notification"
  },
  "recallInitiationDate": {
    "label": "Initiated"
  },
  "centerClassificationDate": {
    "label": "Classified"
  },
  "reportDate": {
    "label": "Reported"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "address": {
    "label": "Address"
  },
  "openfda": {
    "label": "openFDA"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Medical Device Recalls Scraper](https://apify.com/automation-lab/fda-medical-device-recalls-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-medical-device-recalls-scraper) to learn more, explore other use cases, and run it yourself.