Japan Food Import Risk Signals
Pricing
from $15.00 / 1,000 food import risk signal emitteds
Japan Food Import Risk Signals
Official MHLW food-import violation, inspection-order and monitoring-notice signals in auditable English JSON.
Pricing
from $15.00 / 1,000 food import risk signal emitteds
Rating
0.0
(0)
Developer
Japan Signal Lab
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Official Japan food-import risk signals for overseas suppliers, in auditable English JSON. The Actor monitors a deliberately small MHLW source set and returns what the official source reported, who it explicitly names by country when available, when it was published, and the original Japanese evidence link.
It is for food and food-contact-material exporters, overseas seller/compliance teams, testing and inspection companies, Japanese import-support firms, and AI compliance workflows that need to route a source-backed review task. It is not a Japan import-clearance engine, a legal opinion, a certificate, or a decision that a shipment is admissible.
What it returns
The feed joins three current official MHLW publication types:
- Published imported-food Food Sanitation Act violation records.
- Inspection-order implementation notices.
- Monitoring-inspection implementation notices.
Every Dataset item includes a stable eventType, priority, source-country values only when directly extracted from Japanese official text, Japanese official scope, a fixed English source-backed summary, publication date, source URL, document URL where present, retrieval time, and processed-source attribution.
{"eventType": "violation_detected","riskLevel": "medium","affectedProductCategory": "food","productNameJa": "生鮮亜麻の種子","sourceCountries": [{ "name": "India", "iso2": "IN", "sourceTextJa": "インド" }],"hazardOrReasonJa": "シアン化合物 180 mg/kg 検出","englishSummary": "MHLW published an imported-food Food Sanitation Act violation record involving India...","requiredActionSummary": "Treat this as a historical official record...","legalDetermination": "not_provided","source": {"sourceKind": "violation_list","sourcePublicationDate": "2026-08-24","officialDocumentUrl": "https://www.mhlw.go.jp/content/001741833.xlsx","sourcePageUrl": "https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/kenkou_iryou/shokuhin/yunyu_kanshi/ihan/index.html"}}
productNameEnglish is intentionally null. The MVP does not invent a translation for a product description that was not published in English. englishSummary is a fixed, conservative event envelope; the Japanese original evidence is retained for the exact scope.
Safety and legal boundary
inspection_order_updatedis not silently recast as a new order, cancellation, or legal consequence. The original notice title controls.inspection_order_exemption_updatedis used only where the Japanese official title explicitly refers to an inspection-order exemption list.- An official violation record is historical evidence, not a finding about another exporter, producer, or shipment.
- The Actor never republishes the violation workbook's manufacturer, shipper, importer, or cause/remedy company fields.
- No LLM is used. English summaries, country projection, and priority are deterministic templates around retained official facts.
Official sources and permitted use
The source of truth is the MHLW imported-food violation page and the MHLW import-food monitoring portal:
- Published violation records
- Inspection-order and monitoring-notice portal
- MHLW terms of use / Government of Japan Standard Terms of Use (PDL 1.0)
MHLW says its content is available under the Government of Japan Standard Terms of Use (Version 2.0 / PDL 1.0), unless a page states otherwise. This Actor retains source attribution and identifies its data as processed. Before adding a new source or redistributing a source-specific attachment, check the page for an exception or separate rights statement. The Actor uses only MHLW-hosted HTTPS links discovered from those pages; it reads the current link chain and one current violation workbook per run, enforces a 20-second timeout and byte limits, and does not crawl PDFs or use a non-public API.
https://www.mhlw.go.jp/robots.txt does not disallow these target paths as checked on 2026-08-27 JST. Robots rules are not a copyright licence; they are observed alongside the explicit terms above.
Input
{"lookbackDays": 30,"maxResults": 500,"signalTypes": ["violation_detected", "inspection_order_updated", "inspection_order_exemption_updated", "monitoring_updated"],"sourceCountries": ["China", "South Korea", "United States"],"includeViolationCases": true,"includeInspectionOrders": true,"includeMonitoringUpdates": true}
lookbackDaysis 1–365 and applies to the official publication date.sourceCountriesaccepts an English name or ISO-2 code only for source countries that can be directly derived from official Japanese text. Leave it blank to retain unclassified records too.maxResultslimits output after filtering. The bounded source scan is still three primary publications at most.
Why this product / competitive boundary
This is not a recall feed. It also does not compete head-on with a Japanese importer workflow. Japan-focused importer tools such as シルシさん provide a Japanese shipment workflow and country/category warning experience. Global food regulatory services such as FoodChain ID provide broad regulatory intelligence. The differentiated product is a small, current, MHLW-first English JSON feed that preserves original evidence and can be consumed by overseas supplier or agent workflows.
Direct catalog checks on 2026-08-27 JST found no matching Japan MHLW food-import inspection/violation feed in Apify Store searches for MHLW food import and Japan import inspection; RapidAPI search for Japan food import returned no result. That is a search result, not a claim that no substitute exists.
Public price evidence supports paid demand for the underlying Japanese import-compliance work: Powerspot lists product/ingredient checks and quarantine consulting and Sapporo Public Health Research Institute lists imported-food testing fees. This Actor sells an early, machine-readable source signal—not a replacement for their laboratory or advisory services.
Frequency and recurring value
The MHLW FY2025 consolidated violation workbook contained 803 published cases (about 67/month). The FY2025 inspection-order and monitoring-notice lists contained 88 and 76 PDF notices, respectively (about 14/month combined). That is enough continuing change volume for a supplier-side monitoring feed, particularly when a user filters to a country, ingredient, hazard, or product group downstream.
On 2026-08-27 JST, the live 365-day E2E scanned three current primary publications, observed 313 source rows, and emitted the first 100 bounded results with no source failures. The current source pages are dynamic public publications; these counts are an observed sample, not a future-volume guarantee.
Pay per event proposal
The code permits PPE only when the Console contract matches exactly:
| Event | Billed unit | Price |
|---|---|---|
official-publication-scanned | Each of the current violation workbook, inspection-order list, or monitoring-notice list actually scanned | $0.030 |
food-import-risk-signal-emitted | Each Dataset item emitted after filters | $0.015 |
Do not add apify-default-dataset-item: it would duplicate the emitted-signal charge. With all three sources enabled, the source component is $0.09/run; a 10-signal run is $0.24. A 30-day daily monitor that averages three signals/day is approximately $4.05/month before Apify platform costs. This is a proposed initial contract; enable it only after confirming the Cloud run cost and the Console pricing page permits these values.
Development and verification
npm cinpm testnpm run buildnpm run e2e:liveAPIFY_LOCAL_STORAGE_DIR=storage npm startnpm audit --json
Verified locally on 2026-08-27 JST:
- Unit tests: 4/4 passed.
- TypeScript build: passed.
- Live source E2E: 3 primary MHLW publications, 313 source rows, 100 bounded result samples, zero source failures.
- Full Actor local run: 3 publications, 313 rows, 10 output signals,
SUMMARYwritten, no company identity fields in Dataset output. - Dependency audit: 0 vulnerabilities after upgrading
fast-xml-parserto 5.11.0.
The Private GitHub source and Apify Cloud build/run were verified on 2026-08-27 JST. The Actor remains private. PPE pricing and Store publication are intentionally disabled pending a separate publication decision.