FoodWorks AU Product Search & Catalog (Unofficial)
Pricing
from $0.10 / 1,000 results
FoodWorks AU Product Search & Catalog (Unofficial)
Search products from FoodWorks Australia and fetch normalized catalog data for search, item pages, and category pages.
Pricing
from $0.10 / 1,000 results
Rating
0.0
(0)
Developer
Dmitriy Gyrbu
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
FoodWorks AU Product Search, Catalog & Store Discovery (Unofficial)
Search products from FoodWorks Australia, fetch normalized catalog data, and discover real shop values from the live store chooser.
This is an unofficial actor and is not affiliated with FoodWorks.
Supported operations
storessearchitemcategoriescategory
Operation guide
The Apify Console form shows the union of all supported fields, so the visible
inputs do not change when you switch operation. Use the guide below to know
which fields are required.
storesRequired: none Optional:query,limit,includeRawsearchRequired:queryOptional:shop,page,includeRawitemRequired:itemSlugoritemIdOptional:shop,includeRawcategoriesRequired: none Optional:shop,topOnly,includeRawcategoryRequired:categorySlugorcategoryIdOptional:shop,page,includeRaw
How shop values work
Do not rely on old examples like eastivanhoe unless you verified that store is
still online.
Use the stores operation first. It parses https://shop.foodworks.com.au/change
and returns the current live store list, including:
shop: canonical host prefix, for examplegriffithreddrop-shopcatalogue_urlshop_urlstore_info_url- address, phone, and store attributes
The current verified working examples in this actor use griffithreddrop-shop.
Example inputs
{"operation": "stores","query": "griffith","limit": 5,"includeRaw": false}
{"operation": "search","shop": "griffithreddrop-shop","query": "bananas","page": 1,"includeRaw": false}
{"operation": "categories","shop": "griffithreddrop-shop","topOnly": true,"includeRaw": false}
{"operation": "category","shop": "griffithreddrop-shop","categorySlug": "fruit-vegetables","page": 1,"includeRaw": false}
{"operation": "item","shop": "griffithreddrop-shop","itemSlug": "bananas-kg","includeRaw": false}
Output
- Dataset: normalized products or structured category/store rows
- Key-value store
OUTPUT: run summary withsource,operation,success,total,errors,proxy, andmonetization
Notes
searchuses the upstream Myfoodlinkqparameter, not the older brokenqueryparameter.shopaccepts a host prefix likegriffithreddrop-shop, a store name likeGriffith, or a full shop URL.itempayloads now include richer metadata such as category path, availability, currency, and store context.topOnly=truelimitscategoriesoutput to top-level categories.- Default proxy strategy is
direct. - The runtime is prepared for future pay-per-event monetization.