Waitrose UK Product Scraper (Unofficial) avatar

Waitrose UK Product Scraper (Unofficial)

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Waitrose UK Product Scraper (Unofficial)

Waitrose UK Product Scraper (Unofficial)

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

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

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

This actor uses the shared Apify proxy contract used across the workspace. waitrose_uk works in direct mode from this environment, so auto is a good default. If your cloud runs start getting blocked, switch to APIFY_WAVE1_PROXY_MODE=custom and provide UK-located proxy URLs in APIFY_WAVE1_CUSTOM_PROXY_URLS.

Supported operations

  • categories
  • search_filters
  • search
  • category
  • 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",
"categoryId": "303347",
"page": 1,
"limit": 20,
"sort": "MOST_POPULAR",
"includeRaw": false
}
{
"operation": "item",
"productId": "062593-31787-31788",
"includeRaw": false
}

Output

  • Dataset: normalized products or structured category/filter rows
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization