# openFDA API — Food Recall Records Export

**Use case:** 

Query public openFDA food recall records. Export products, firms, distribution, reasons, dates, and source links for compliance research.

## Input

```json
{
  "queries": [
    "status:\"Ongoing\""
  ],
  "maxItems": 10,
  "canaryMode": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "sourceId": {
    "label": "Source ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "string"
  },
  "sourceName": {
    "label": "Source",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  },
  "releaseState": {
    "label": "Release",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA API — Food Recall Records Export](https://apify.com/tugelbay/openfda-recall-safety-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/openfda-recall-safety-monitor) to learn more, explore other use cases, and run it yourself.