Waitrose UK Product, Price & Offers Scraper avatar

Waitrose UK Product, Price & Offers Scraper

Pricing

from $0.30 / 1,000 results

Go to Apify Store
Waitrose UK Product, Price & Offers Scraper

Waitrose UK Product, Price & Offers Scraper

Extract Waitrose UK product search, item details, prices, offers, ratings, reviews, images, ingredients, categories, and filters for price monitoring and retail research.

Pricing

from $0.30 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

Waitrose UK Product Scraper (Unofficial)

Scrape Waitrose UK product search, categories, pricing, offers, and normalized item data. Use this Waitrose UK scraper for price monitoring, retail research, assortment tracking, and ecommerce data workflows.

This is an unofficial actor and is not affiliated with Waitrose.

Proxy behavior

Normal bounded runs use direct HTTP. A UK proxy is an optional fallback only if Waitrose starts blocking a particular network or run; no browser is required for the verified search and item paths.

Supported operations

  • categories
  • search_filters
  • search
  • category (best effort; some navigation pages currently expose filters but no product rows)
  • item

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.

  • categories Required: none Optional: none
  • search_filters Required: none Optional: query, categoryId
  • search Required: query Optional: page, limit, sort, includeRaw
  • category Required: categoryId or categoryUrl Optional: page, limit, sort, includeRaw
  • item Required: productId or itemId or url Optional: includeRaw

Example inputs

These starter examples were validated locally against the live site.

{
"operation": "categories"
}
{
"operation": "search_filters",
"query": "milk",
"includeRaw": false
}
{
"operation": "search",
"query": "milk",
"page": 1,
"limit": 20,
"sort": "RELEVANCE",
"includeRaw": false
}
{
"operation": "category",
"categoryUrl": "https://www.waitrose.com/ecom/shop/browse/groceries/fresh_and_chilled/milk_butter_and_eggs/milk/semi_skimmed_milk",
"page": 1,
"limit": 20,
"sort": "MOST_POPULAR",
"includeRaw": false
}
{
"operation": "item",
"url": "https://www.waitrose.com/ecom/products/essential-british-free-range-semi-skimmed-milk-4-pints/053457-26759-26760",
"includeRaw": false
}

Output

  • Dataset: normalized products, categories, or explicit filter rows. Empty best-effort categories do not publish filter rows as products.
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization