Wine-Searcher Region Scraper: popularity, scores & prices avatar

Wine-Searcher Region Scraper: popularity, scores & prices

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Wine-Searcher Region Scraper: popularity, scores & prices

Wine-Searcher Region Scraper: popularity, scores & prices

Scrape Wine-Searcher region and appellation pages, from Bordeaux to Napa Valley. Get each wine's popularity rank, critic score, average price with auto-detected currency, country, and label image. Export data, run via API, schedule runs, or integrate with other tools and AI workflows.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

MrBridge

MrBridge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Categories

Share

Extract wine data from Wine-Searcher region and appellation pages at scale. This Actor scrapes the "most popular wines" table for any region, from broad denominations like Burgundy or Bordeaux down to single appellations like Pauillac or Chateauneuf-du-Pape, and returns popularity ranking, critic scores, and average prices for each wine listed.

Pick a region from a dropdown of 66 marquee appellations (Burgundy by default), or paste any Wine-Searcher region URL to target one that isn't listed. No Wine-Searcher subscription needed, no API key, no coding. A single Burgundy run at the default settings returns about 75 wines, ranked by popularity, with scores and prices, in under two minutes.

What is Wine-Searcher Region Scraper?

Wine-Searcher is the world's largest wine search engine, indexing over 18 million wines from 120,000+ merchants. This scraper extracts structured data from Wine-Searcher's region and appellation pages, which rank wines by popularity, rating, value, or price within a single geographic denomination. It handles pagination automatically (up to 50 pages, about 25 wines per page, up to 1,250 wines per region) and covers one Wine-Searcher region per run.

Use cases: importers benchmarking pricing against the wider Bordeaux or Rioja market, sommeliers building region-driven wine lists, collectors tracking appellation prices, and catalogs enriched with region-level scores.

Which wine scraper should I use?

NeedBest scraperWhat it does
Region and appellation rankings, scores & pricesWine-Searcher Region Scraper (this one)Popularity, critic scores & prices by region on Wine-Searcher
Grape variety rankings, scores & pricesWine-Searcher Grape ScraperSame data, organized by grape variety instead of region
Look up specific wines by name, URL or LWINWine-Searcher Scraper from ListCritic scores, cheapest prices, winery info & popularity for each wine
Critic ratings (Parker, Spectator, Decanter...)Millesima Wine ScraperPrices + scores from 18 major critics
Community ratings & taste profilesVivino Wine ScraperBrowse Vivino wines by region
Look up specific wines by name/URLVivino Wine Data ScraperSearch Vivino by wine name or URL

How to use Wine-Searcher Region Scraper

  1. Create a free Apify account using your email.
  2. Open Wine-Searcher Region Scraper.
  3. Pick a region from the dropdown (Burgundy by default), or paste a customUrl for a region not listed.
  4. Click Start and wait for the data to be extracted.
  5. Download your data in JSON, CSV, Excel, or HTML.

What data can you extract?

FieldDescriptionExample
product_nameFull wine name with producer and origin"Domaine de la Romanee-Conti Romanee-Conti Grand Cru"
product_urlDirect link to the wine on Wine-Searcherhttps://www.wine-searcher.com/find/...
regionThe wine's own region/sub-appellation, as shown in its row"Cote de Nuits, Burgundy, France"
region_urlLink to that region's own Wine-Searcher page (null if not linked)https://www.wine-searcher.com/regions-...
countryCountry of origin, detected from the row's flag icon"France"
label_image_urlBottle label thumbnail URL (null if none shown)https://www.wine-searcher.com/images/labels/...
popularityPopularity ranking within the region page"1st in popularity"
critics_scoreAverage score from professional critics"98 / 100"
avg_priceAverage price per 750ml bottle"$ 24,099"
currencyDetected ISO currency code"USD"
avg_price_convertedPrice converted to your target currency (null if disabled)22150.45
target_currencyISO code of the target currency (empty if disabled)"EUR"
source_regionRegion page name that produced the row"Burgundy"
source_region_slugSlug of that region page"burgundy"
source_urlThe region page URL that was scrapedhttps://www.wine-searcher.com/regions-burgundy?tab_F=mostpopular

Wine-Searcher displays prices in the proxy's local currency. The scraper detects source currencies on every row and can optionally convert all prices to any of the 30 most-traded ISO codes via targetCurrency, using a live exchange rate feed fetched at run start.

More wine data tools

This Actor is part of the MrBridge wine toolkit, see the Wine-Searcher region scraper page or browse all scrapers. Related analysis: Burgundy vs Bordeaux: a price comparison.

How do I configure the scraper?

Two precedence-ordered ways to specify the target region: the dropdown (region, 66 marquee regions and appellations from broad denominations like Burgundy or Bordeaux down to single appellations like Pauillac or Barolo, defaulting to Burgundy), or a custom URL (customUrl), which overrides the dropdown when set and covers any region not in the curated list. Each maps to https://www.wine-searcher.com/regions-{slug}. Only one region is scraped per run.

ParameterTypeConsole prefillDescription
regiondropdown, 66 regionsBurgundyRegion/appellation selector (curated marquee list)
customUrltextfield (URL)-Optional override for regions not in the dropdown; overrides region when set
maxPagesPerRegioninteger3Pages to scrape (~25 wines/page), range 1 to 50
tabFilterdropdown, 5 optionsMost PopularSort: Most Popular, Best Rated, Best Value, Most Expensive, Cheapest
targetCurrencydropdown, 30 currencies(none)Optional ISO code to convert prices using live exchange rates

Numeric defaults above are the Console prefills. Programmatic API callers that omit maxPagesPerRegion fall back to the schema default of 5. Proxies and anti-bot handling are managed automatically.

{
"region": "https://www.wine-searcher.com/regions-burgundy",
"maxPagesPerRegion": 3,
"tabFilter": "mostpopular"
}

Example: Best Rated Champagne, converted to EUR

{
"region": "https://www.wine-searcher.com/regions-champagne",
"maxPagesPerRegion": 5,
"tabFilter": "best",
"targetCurrency": "EUR"
}

How much will scraping Wine-Searcher regions cost you?

Wine-Searcher Region Scraper uses a pay-per-event pricing model, at $0.003 per wine extracted. You're charged only on successful events, no charge for failed pages. Free $5 monthly platform credits apply, covering roughly 1,600 wines. See the Pricing tab for the full tier breakdown.

Frequently asked questions

How does Wine-Searcher Region Scraper work?

The Actor fetches the region's Wine-Searcher page through a premium proxy with anti-bot handling managed automatically, paginates through the "most popular wines" table, and parses each row into a structured record. Failed pages are retried, then skipped.

How many wines can I extract per region?

Each region page shows up to 25 wines per page. The Console pre-fills maxPagesPerRegion to 3 (~75 wines), and you can raise it up to 50 (~1,250 wines). Smaller appellations hit their natural ceiling first; the scraper stops paginating once Wine-Searcher returns no more rows.

Can I scrape a region that isn't in the dropdown?

Yes. Paste the full Wine-Searcher region URL into customUrl, following the pattern https://www.wine-searcher.com/regions-{slug} (e.g. https://www.wine-searcher.com/regions-priorat).

Integrations

Run the Actor programmatically via the Apify API or apify-client (Node.js, Python), schedule recurring runs from the Schedules tab, trigger webhooks on run completion, connect through MCP for AI assistants, or use no-code platforms (Make, Zapier, n8n, Google Sheets, Airtable) via Integrations. See the API tab on the Actor page for ready-made snippets.

Support

  • Bug reports & questions: use the Actor's Issues tab on Apify Console
  • Feature requests: same place (Issues tab)

More free tools, scrapers, MCP servers and data studies from the same team: mr-bridge.com.

This scraper extracts only publicly published data: wine names, rankings, critic scores, and prices. It does not access private user data. Scrape responsibly and in line with applicable law; if unsure, read our blog post on the legality of web scraping.