Open Food Facts Scraper: Products by Barcode or Search
Pricing
Pay per usage
Go to Apify Store

Open Food Facts Scraper: Products by Barcode or Search
Look up food products by barcode or free-text search via the Open Food Facts public API: brand, category, Nutri-Score, ingredients. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
Open Food Facts Scraper
Looks up food products by exact barcode or free-text search through the Open Food Facts public API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
barcode | string | Exact EAN/UPC. Takes priority over searchTerm if both are set. |
searchTerm | string | Free-text search, used when no barcode is given. |
maxItems | integer | Cap on search results. Default 50. Ignored for a barcode lookup. |
Output
code, name, brands, categories, quantity, nutriscoreGrade,
novaGroup, ecoscoreGrade, ingredientsText, imageUrl.
Notes
- A barcode with no match throws, since a silent empty result would look like a run that succeeded but found nothing, which is a different failure to debug.
- A search with no matches returns an empty dataset, not an error — an empty result set is a valid answer to "search for X".