Open Food Facts Scraper: Products by Barcode or Search avatar

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

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

Naimur Hasan

Maintained by Community

Actor 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

FieldTypeNotes
barcodestringExact EAN/UPC. Takes priority over searchTerm if both are set.
searchTermstringFree-text search, used when no barcode is given.
maxItemsintegerCap 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".