Laithwaites Wine Scraper avatar

Laithwaites Wine Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Laithwaites Wine Scraper

Laithwaites Wine Scraper

Scrape Laithwaites Wine (laithwaites.co.uk), a leading UK wine retailer. Browse by category (colour, style, grape, region, offer) with full pagination, or fetch specific products by URL. Get price, vintage, origin, ABV, rating, review count, and stock.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

Scrape Laithwaites Wine — a leading UK wine retailer and wine club. Browse by category (colour, style, grape, region, or offer) with full pagination, or fetch specific products by URL/item code. Get price per bottle, vintage, grape, country/region, ABV, customer rating, review count, and stock status. No login, no cookies, no paid proxy required.

What this actor does

  • Browse by category — 65 real categories (colour: red/white/rosé/ sparkling; style: light-juicy-reds, crisp-fresh-whites, etc.; grape: Cabernet Sauvignon, Chardonnay, Malbec, etc.; region: France, Italy, Bordeaux, Rioja, etc.; curated: 5-star-rated, award-winning, on-offer, bin ends) — with real server-side pagination (up to the category's full result count).
  • Fetch specific products — supply product URLs or bare item codes to pull full details (tasting notes, accolades, allergens, dietary flags) for known wines.
  • Filter results — price range, minimum rating, in-stock only, wine type, country of origin, keyword.
  • Sort results (byCategory) — relevance, top rated, price low-to-high/ high-to-low, or name A-Z/Z-A, matching laithwaites.co.uk's own sort control.
  • Empty fields are omitted — only fields Laithwaites actually publishes for a given wine are included; no null/placeholder values.

Output fields

Every record always includes itemCode, title, productUrl, sourceUrl, recordType, and scrapedAt. Other fields are included only when Laithwaites actually provides them for that wine (no null/placeholder values are ever emitted):

FieldDescription
itemCodeLaithwaites' internal product code
title / webHeadlineProduct name and marketing headline
descriptionFull product description — byProductUrls only
longDescriptionExtended marketing copy (backstory, winemaker, tasting context) — byProductUrls only, only when it's genuinely different/longer content than description
pricePerBottle / currencyLowest available per-bottle price (GBP)
rrpPricePerBottleOriginal RRP per bottle, when the sale price is a discount off list price
memberPricePerBottleLaithwaites "Wine Plan" member-exclusive per-bottle price, when it's lower than the standard price
vintageVintage year (or descriptive text for non-standard vintages)
wineType / colourRed / White / Rosé / Sparkling / Dessert / Fortified
productType / productWebTypeLaithwaites' own product classification tags — byProductUrls only
wineStyleLaithwaites' curated style tag (e.g. "Ripe Smooth Reds")
styleBody/style descriptor (e.g. "Red - Medium to Full Bodied")
grapeGrape variety/blend
country / region / appellationOrigin
bottleSize / bottleVolumeMl / numberOfBottles / packagingFormat (bottle size, volume, bottles per case, packaging type)
abvBandABV band (category listing)
abvExact ABV % — byProductUrls only
tastingNotesAroma / tastingNotesColor / tastingNotesTasteTasting notes — byProductUrls only
averageRating / reviewCountCustomer rating out of 5 and review count
inStock / stockQuantity / availabilityStatus / availabilityDateAvailability, and pre-order date when not yet in stock
dietary / allergensDietary flags (Vegan, Vegetarian) / allergen declarations
awardWinner / fineWine / organic / biodynamic / vegan / vegetarian / kosher / enPrimeur / giftFlag / flexiFlag / preSell / memberPriceAvailableProduct flags
offersActive promotional offer tags, e.g. "On Offer", "Mix and Match" (category listing)
accoladesCritic/award accolades — byProductUrls only
tastingNotesColorColour tasting note (category listing; full aroma/colour/taste triple on byProductUrls)
priceRangeLabelLaithwaites' own price-band label (category listing)
bottleTypeBottle material, e.g. "Glass" — byProductUrls only
drinkByDateRecommended drink-by date, when Laithwaites publishes one — byProductUrls only
alcoholUnitsUK alcohol units per bottle — byProductUrls only
popularityScoreLaithwaites' own popularity ranking signal (category listing)
categoryTagsEvery taxonomy tag this wine is filed under on laithwaites.co.uk (region, style, offers, occasions, etc.) — category listing
imageUrlProduct image — byProductUrls only
searchCategoryEcho of the category searched

Modes

Browse by category (byCategory, default)

Laithwaites' own category pages support real pagination (24 results per page); the actor pages through automatically up to maxItems or the category's full result count, whichever is smaller, honouring the site's Crawl-delay: 5 from robots.txt between requests.

Set sortBy to reorder results the same way laithwaites.co.uk's own sort control does (relevance / ratingDesc / priceAsc / priceDesc / nameAsc / nameDesc). There's no reachable server-side sort endpoint, so a non-default sortBy makes the actor collect a larger candidate pool (up to 300 results) from the category's real pages first, then sorts locally before applying maxItems.

Fetch specific products (byProductUrls)

Supply full product URLs or bare item codes to pull complete detail (tasting notes, accolades, allergens, dietary flags) for known wines.

Filters

  • priceMin / priceMax — GBP per-bottle price range (records without a price always pass).
  • minRating — minimum average customer rating, 0-5 scale (records without a rating always pass).
  • inStockOnly — only in-stock wines.
  • wineType — Red / White / Rosé / Sparkling / Dessert / Fortified.
  • country — case-insensitive substring match on country of origin.
  • keyword — case-insensitive substring match against title, headline, grape, region, and appellation.

Input

FieldTypeDefaultDescription
modestringbyCategorybyCategory / byProductUrls
categorystringred-wine65 real categories (colour, style, grape, region, curated) (mode=byCategory)
productUrlsarray[]Product URLs or bare item codes to fetch directly (mode=byProductUrls, required)
sortBystringrelevancerelevance / ratingDesc / priceAsc / priceDesc / nameAsc / nameDesc (mode=byCategory)
priceMin / priceMaxinteger0GBP per-bottle price range; records without a price always pass
minRatinginteger0Minimum average customer rating, 0-5; records without a rating always pass
inStockOnlybooleanfalseOnly include wines currently in stock
wineTypestring"" (any)Red / White / Rose / Sparkling / Dessert / Fortified
countrystringSubstring match on country of origin
keywordstringSubstring match on title, headline, grape, region, appellation
maxItemsinteger24Hard cap on emitted records (1-300)

Example: browse red wines under £15

{
"mode": "byCategory",
"category": "red-wine",
"priceMax": 15,
"maxItems": 24
}

Example: top-rated Bordeaux, in stock only

{
"mode": "byCategory",
"category": "bordeaux-wine",
"sortBy": "ratingDesc",
"inStockOnly": true
}

Example: fetch specific products by URL/item code

{
"mode": "byProductUrls",
"productUrls": ["https://www.laithwaites.co.uk/product/0022625", "0022625"]
}

Use cases

  • Wine retailers/competitors — track Laithwaites' pricing and offers across categories
  • Price comparison sites — build a dataset of per-bottle prices, vintages, and ratings
  • Sommeliers/enthusiasts — filter wines by region, grape, and rating to build shortlists
  • Gifting/e-commerce apps — pull product detail (tasting notes, ABV, allergens) for known wines
  • Market research — monitor stock status and promotional offers over time

FAQs

Do I need to provide cookies, login, or a proxy? No. The actor works against Laithwaites' own public, server-rendered pages with zero-cost, proxy-free requests. A free Apify datacenter proxy is engaged automatically only as a fallback if repeated requests are temporarily blocked.

Why does opening a productUrl/sourceUrl with plain curl return a 403? Laithwaites' bot protection blocks generic off-platform requests while the identical URL loads normally in a real browser and in this actor's own Apify cloud runs. The URLs themselves are always genuine, live product pages; a 403 from a manual curl check off-platform is expected and does not indicate a broken link.

Is this affiliated with Laithwaites? No, this is a third-party actor built against laithwaites.co.uk's public pages; it is not affiliated with or endorsed by Laithwaites.

Why do some records have fewer fields than others? Only fields Laithwaites actually publishes for a given wine are included — the actor never fabricates placeholder values. Fields like tasting notes, accolades, and allergens are only available from the product detail page (byProductUrls mode); category-listing records carry a lighter field set for speed.

Why might the price differ between category-listing and byProductUrls mode for the same wine? Category listings show the lowest available per-bottle price (which can include promotional case-mix pricing); the product detail page shows the standard single-bottle price. Both are real, current prices from Laithwaites — just different pricing tiers.

Does this actor respect robots.txt? Yes. Category browsing (/wine/<slug>) and product-detail (

/product/ <itemCode>
) pages used by this actor are not disallowed in laithwaites.co.uk's robots.txt. The legacy /wines and /search paths ARE disallowed and are intentionally not used. The actor also honours the site's requested Crawl-delay: 5 between requests.

Limitations

  • The category-listing API response also carries a handful of internal merchandising/engineering fields with no customer-facing meaning (e.g. an internal SKU family code, a numeric merchandise-line-type enum, and duplicate/rounded copies of fields already exposed more precisely elsewhere, like a plain integer star rating that duplicates the more precise averageRating) — these are intentionally not mapped to output fields since they carry no usable signal for a data consumer.