US Foods Product Catalog Data Scraper avatar

US Foods Product Catalog Data Scraper

Pricing

from $5.00 / 1,000 product records

Go to Apify Store
US Foods Product Catalog Data Scraper

US Foods Product Catalog Data Scraper

Extract public US Foods product records with names, brands, SKUs, categories, descriptions, images, availability, and public pricing when available.

Pricing

from $5.00 / 1,000 product records

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

US Foods Catalog Scraper

Apify Actor that extracts publicly visible US Foods product records from category, brand, and product pages.

Each dataset item contains a stable product URL and name, SKU/product ID when exposed, brand, category, public description, image, availability, breadcrumbs, and a public price only when the source exposes one. US Foods ordering prices and order-guide fields are customer-account-specific, so the actor leaves price as null when they are not public.

Input

{
"startUrls": [{ "url": "https://www.usfoods.com/products-we-offer/products-by-category/dairy-and-eggs.html" }],
"searchQueries": [],
"maxResults": 25,
"maxPages": 3,
"includeDescription": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "countryCode": "US" }
}

The default public category page is dairy and eggs. searchQueries filters returned public records by keyword; it does not log in to US Foods Online or access private customer catalogs.

Local development

npm ci
npm run typecheck
npm test
npm run build

If the public CloudFront edge returns 403, use an owner-authorized US residential Apify proxy and keep the request scope small.

Reliability notes

  • Records are deduplicated by product ID, SKU, or canonical URL.
  • Dataset validation happens before result billing.
  • A run with all requests blocked fails honestly; an accessible page with no matching products completes with a warning-level diagnostic.