Grocery Price Tracker avatar

Grocery Price Tracker

Pricing

Pay per usage

Go to Apify Store
Grocery Price Tracker

Grocery Price Tracker

Track and compare grocery prices across stores. Monitor food prices, detect deals, and export structured price data for analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jan Bruinier

Jan Bruinier

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Tracks grocery product data using the Open Food Facts API. Extracts product names, brands, barcodes, categories, nutrition grades, stores, countries and ingredients. Supports keyword search with country filtering.

Features

  • Extract product listings, prices, ratings, and availability from grocery stores
  • Export to JSON, CSV, Excel, and other formats
  • Configurable result limits and pagination
  • Proxy support for reliable scraping
  • Pay-per-result pricing with free tier (50 results free per run)

Input Parameters

ParameterTypeRequiredDefaultDescription
search_queriesarrayYes["organic milk"]List of product search keywords (e.g. 'organic milk', 'pasta', 'chocolate')
countriesarrayNo-Filter by country (e.g. 'United States', 'France', 'Netherlands'). Leave empty for worldwide results.
max_resultsintegerNo100Maximum number of products to extract per query

Output Example

{
"product_name": "Product",
"brand": "Brand",
"barcode": "Barcode",
"categories": "Categories",
"nutrition_grade": "Nutri-Score",
"stores": "Stores",
"countries": "Countries"
}

Cost Calculator

ResultsCost
50Free
1,000$6.00
10,000$60.00
100,000$600.00

Plus $0.005 per actor run. First 50 results per run are free.

Use Cases

  • Price monitoring and competitor analysis
  • Product research for dropshipping and reselling
  • Market trend analysis across product categories
  • Building product comparison databases
  • Tracking inventory availability and stock levels

Limitations

  • Results depend on grocery stores's availability and structure
  • Some pages may require residential proxies for reliable access
  • Rate limiting may apply for very large scrapes
  • Website layout changes may temporarily affect data extraction

Changelog

  • v0.1 - Initial release