Canada Recalls & Safety Alerts (Health Canada / CFIA Open Data) avatar

Canada Recalls & Safety Alerts (Health Canada / CFIA Open Data)

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Canada Recalls & Safety Alerts (Health Canada / CFIA Open Data)

Canada Recalls & Safety Alerts (Health Canada / CFIA Open Data)

All Government of Canada recalls and safety alerts — food, health products, consumer goods, vehicles, cannabis — from the official Health Canada / CFIA open-data feed. OGL licensed, updated daily, 33k+ records.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AgentumGroup

AgentumGroup

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Canada Recall Alerts

One unified feed of all Government of Canada recalls and safety alerts — food, health products, pharmaceuticals, consumer goods, motor vehicles, and cannabis — from the official Health Canada / CFIA open-data feed. Updated daily, zero scraping required.

What it does

Streams the Government of Canada's daily-updated CSV export of every recall and safety alert ever issued, filters by category, date range, and optional keywords, and returns structured records — newest first.

Categories covered:

CodeDescriptionIssuing body
FOODFood recalls (e.g. allergens, pathogens, foreign objects)CFIA
VEHICLEMotor vehicle safety defects and recallsTransport Canada
HEALTHHealth products, pharmaceuticals, and medical devicesHealth Canada
CPSConsumer product safety (household goods, children's products, etc.)Health Canada
CANNABISCannabis and cannabis-derivative recallsHealth Canada

Primary use cases: food safety monitoring, consumer product intelligence, brand-mention alerts in recall notices, insurance risk scoring, AI safety agents, regulatory compliance tracking, recall notification services, supply chain risk management, media and PR monitoring.

Data source and licence

  • Source: Health Canada and Canadian Food Inspection Agency (CFIA)
  • Dataset: Recalls and Safety Alerts open data
  • Licence: Open Government Licence – Canada — permits copying, redistribution, and commercial use with attribution.
  • Update frequency: Daily
  • Coverage: ~33,800 records (active + archived) across all categories from the mid-1990s to present

Input

FieldTypeDefaultDescription
categoriesstring[][] (all)Category codes to include: FOOD, VEHICLE, HEALTH, CPS, CANNABIS. Leave empty for all.
recalledAfterdatenullOnly recalls published on or after this date (YYYY-MM-DD).
recalledBeforedatenullOnly recalls published on or before this date (YYYY-MM-DD).
keywordsstringnullComma-separated keywords matched against title, product name, and hazard description (case-insensitive).
maxRecordsinteger500Maximum total records to return (min 1, max 50,000).
includeArchivedbooleanfalseAlso return archived (resolved) recalls. Default is active recalls only.

Example — food recalls in the last 30 days

{
"categories": ["FOOD"],
"recalledAfter": "2026-06-20",
"maxRecords": 200
}

Example — allergen and pathogen monitoring

{
"categories": ["FOOD"],
"keywords": "listeria, salmonella, peanut, allergen, undeclared",
"maxRecords": 500
}

Example — all active Class 1 food and health recalls this year

{
"categories": ["FOOD", "HEALTH"],
"recalledAfter": "2026-01-01",
"maxRecords": 2000
}

Example — brand monitoring (e.g. supplier due-diligence)

{
"keywords": "amara, nestlé, kraft",
"includeArchived": true,
"maxRecords": 500
}

Output

Each record in the dataset:

{
"recallId": "76771",
"title": "Amara brand Organic Smoothie Melts – Carrot Raspberry recalled due to plastic pieces",
"category": "FOOD",
"recallDate": "2021-10-29",
"product": "Organic Smoothie Melts – Carrot Raspberry",
"hazardDescription": "Potential presence of plastic fragments",
"recallClassification": "Class 3",
"distributionScope": null,
"status": "active",
"authority": "Canadian Food Inspection Agency",
"sourceUrl": "https://recalls-rappels.canada.ca/en/alert-recall/amara-brand-organic-smoothie-melts-carrot-raspberry-recalled-due-plastic-pieces",
"fetchedAt": "2026-07-20T12:00:00.000Z"
}

Field reference

FieldDescription
recallIdGovernment of Canada recall identifier (NID)
titleFull recall title (English)
categoryStandardised category code: FOOD, VEHICLE, HEALTH, CPS, CANNABIS, or OTHER
recallDateDate the recall was last updated / published (ISO 8601)
productProduct name or description
hazardDescriptionHazard or issue description (e.g. "Listeria monocytogenes", "fire risk")
recallClassificationClass I / II / III for food; Type I / II / III for medical devices; blank for others
distributionScopeGeographic distribution scope — not available in open-data CSV (null)
status"active" or "archived"
authorityIssuing authority (e.g. "Canadian Food Inspection Agency", "Health Canada", "Transport Canada")
sourceUrlDirect URL to the recall detail page on recalls-rappels.canada.ca
fetchedAtISO 8601 timestamp of when this record was fetched

A RUN_SUMMARY key in the key-value store is written at the end of each run with totals and input parameters.

Recall classification guide

Food (CFIA):

  • Class 1 — Reasonably likely to cause serious adverse health consequences or death
  • Class 2 — May cause temporary adverse health consequences; serious consequences unlikely
  • Class 3 — Unlikely to cause adverse health consequences

Medical devices (Health Canada):

  • Type I — Serious injury or death likely if device continues in use
  • Type II — Temporary or medically reversible adverse health consequences
  • Type III — Unlikely to cause adverse health consequences

Limitations

  • No distribution scope in CSV. The geographic distribution field is available only via the individual recall detail API, not the bulk CSV. Set distributionScope to null for all records.
  • Last updated date used as recallDate. The CSV does not include an original publication date — the "Last updated" field is used, which reflects the most recent update to the recall notice (usually the same as the original date for new recalls).
  • English only. The CSV endpoint returns English titles and descriptions. French data is available at the same endpoint with /fr/ URLs.

Attribution

Contains information licensed under the Open Government Licence – Canada.

Data sourced from the Health Canada / CFIA Recalls and Safety Alerts open dataset.