Myfitnesspal Nutrition Scraper avatar

Myfitnesspal Nutrition Scraper

Pricing

Pay per usage

Go to Apify Store
Myfitnesspal Nutrition Scraper

Myfitnesspal Nutrition Scraper

Myfitnesspal Nutrition Scraper. Extract structured data with automatic pagination, proxy rotation, and JSON/CSV export. Pay only for results.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Nutrition Data Scraper

What it does

Nutrition Data Scraper searches and extracts detailed food nutrition information from the Open Food Facts database, one of the largest open-source nutrition databases in the world. For any food item, it retrieves calories, protein, carbohydrates, fat, fiber content, and serving sizes. The actor processes data in paginated batches to handle large result sets efficiently and returns clean, standardized nutrition data.

Why use it

Access to comprehensive nutrition data is essential for dietitians, fitness app developers, meal planning services, food bloggers, health researchers, and anyone building nutrition-related applications. This actor eliminates the need for manual data entry or expensive commercial API subscriptions by leveraging the free Open Food Facts database. Get structured, machine-readable nutrition data that integrates seamlessly into your workflows, databases, or applications.

How it works

  1. The actor accepts a food search query and maximum result count.
  2. It queries the Open Food Facts search API with the provided search terms.
  3. Results are paginated automatically to collect up to the requested number of items.
  4. Nutrition values are extracted from the nutriments data, normalized to per-100g values.
  5. Each food item is pushed to the Apify dataset with standardized fields.
  6. Rate limiting is applied between API calls to respect server guidelines.

Input parameters

ParameterTypeDefaultDescription
searchQuerystring"chicken breast"Food item to search for
maxResultsinteger25Maximum number of results (1-200)

Output fields

FieldTypeDescription
foodNamestringName of the food product
caloriesnumberCalories per serving (kcal)
proteinnumberProtein content in grams
carbsnumberCarbohydrate content in grams
fatnumberFat content in grams
fibernumberFiber content in grams
servingSizestringServing size description
sourcestringData source (Open Food Facts)

Cost estimate

The Open Food Facts API is completely free and open-source with no authentication required. The pay-per-event pricing is $0.00075 per result. Collecting 100 food items costs approximately $0.075. Memory usage is minimal at 512 MB default.

Tips

  • Use specific food names for more accurate results (e.g., "greek yogurt" instead of just "yogurt").
  • Nutrition values are typically per 100g serving unless otherwise noted in servingSize.
  • The database contains products from around the world, so results may include international brands.
  • For health and fitness data, check out Gym Finder Scraper and Yoga Studio Scraper.