German Product Recall Monitor avatar

German Product Recall Monitor

Pricing

Pay per usage

Go to Apify Store
German Product Recall Monitor

German Product Recall Monitor

Monitor current German food and product recall notices from the official lebensmittelwarnung.de portal. Get structured dates, product types, recall reasons, company details, images, and official source links for compliance, retail monitoring, alerts, and automation.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mirco Kreuz

Mirco Kreuz

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Apify Actor that converts current public notices from Germany's official lebensmittelwarnung.de portal into structured JSON.

Use cases

  • Retail and marketplace compliance monitoring
  • Food-safety and consumer-warning feeds
  • Product-risk dashboards
  • Supplier and brand monitoring
  • Alerting workflows through Apify integrations

Input

{
"maxItems": 20,
"query": "Käse",
"productTypes": ["Lebensmittel"],
"reasons": []
}

All filters are optional. maxItems is limited to 1–100.

Output

Each dataset item contains:

  • title
  • productType
  • publishedDate in ISO format
  • reason
  • companySummary
  • detailUrl linking to the official notice
  • imageUrl
  • source

Responsible collection

The Actor requests only the public notice overview by default. It does not bypass authentication, CAPTCHAs, access controls, or robots directives. The source's robots.txt declares a 30-second crawl delay; this Actor therefore does not crawl individual detail pages.

This is an independent data transformation tool, not an official government service. Always consult the linked official notice before making safety, legal, or commercial decisions. Source content can change or be corrected by the publishing authority.

Local development

npm install
npm test
npm start

Local Apify storage is written beneath storage/.

License

MIT. Source data remains attributable to its respective public authority and rights holders.