# Wine Searcher Grape Scraper — Rankings & Scores (`mrbridge/wine-searcher-grape-scraper`) Actor

Scrape Wine-Searcher's 1,054 grape variety pages — from Pinot Noir to obscure indigenous grapes. Get product names, grape blends, popularity rankings, critics scores, and prices with auto-detected currency. Export, schedule, or integrate with AI workflows or Zapier.

- **URL**: https://apify.com/mrbridge/wine-searcher-grape-scraper.md
- **Developed by:** [MrBridge](https://apify.com/mrbridge) (community)
- **Categories:** E-commerce
- **Stats:** 19 total users, 3 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$3.00 / 1,000 wine result extracteds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Wine Searcher Grape Scraper — Rankings & Scores

Extract wine data from [Wine-Searcher](https://www.wine-searcher.com) grape variety pages at scale. This Actor scrapes product names, grape blends, popularity rankings, critics' scores, and average prices for every wine listed under a grape — from canonical varieties like Pinot Noir or Cabernet Sauvignon to obscure indigenous grapes like Voskehat or Xynomavro. Pick a grape from a dropdown of 1,054 varieties, paste a Wine-Searcher grape URL, or flip one switch to crawl every grape on the site.

**No Wine-Searcher subscription needed, no API key, no coding.** Just pick a grape and click Start.

### What does Wine Searcher Grape Scraper do?

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 **grape variety pages**, which rank wines by popularity, ratings, value, or price within any single grape (or grape blend).

For each wine found, the scraper extracts:
- **Product name** and direct link to the Wine-Searcher listing
- **Grape variety** of the wine itself (which may differ from the page grape on blends)
- **Popularity ranking** within the grape's listing
- **Critics' score** (average across professional reviewers, out of 100)
- **Average price** per 750ml bottle with currency detection
- **Source grape** (the grape page that was scraped, e.g. "Pinot Noir") and **`source_grape_id`** (Wine-Searcher's internal numeric ID, e.g. `384`)

The scraper handles pagination automatically (up to 50 pages × ~25 wines = 1,250 wines per grape) and can sweep every one of Wine-Searcher's 1,054 grape varieties in a single run via `scrapeAllGrapes`.

### Which wine scraper should I use?

| Need | Best Actor | What it does |
|------|-----------|-------------|
| Grape rankings & prices | **Wine Searcher Grape Scraper** (this one) | Rankings, prices & critics scores by grape variety on Wine-Searcher |
| Critic ratings (Parker, Spectator, Decanter...) | [Millesima Wine Scraper](https://apify.com/mrbridge/millesima-wine-scraper?fpr=mrbridge) | Prices + scores from 8 major critics |
| Community ratings & taste profiles | [Vivino Wine Scraper](https://apify.com/mrbridge/vivino-powerful-scraper?fpr=mrbridge) | Explore wines by region on Vivino |
| Look up specific wines by name/URL | [Vivino Wine Data Scraper](https://apify.com/mrbridge/vivino-wine-data-scraper?fpr=mrbridge) | Search Vivino by wine name or URL |

### Why scrape Wine-Searcher grape data?

Grape-level data is the connective tissue of the wine industry. Use cases:

- **Importers and distributors**: benchmark a producer's pricing against the global Pinot Noir or Chardonnay distribution before negotiating allocation.
- **Sommeliers and wine buyers**: build varietal sections of a wine list driven by data — top-rated Riesling under $40, best-value Nebbiolo, the 25 most popular Sauvignon Blancs of the year.
- **Ampelographic research**: collect comparable price/rating signals across regional expressions of the same grape (Syrah vs Shiraz, Tempranillo across Rioja, Ribera del Duero, Toro).
- **Wine investors and collectors**: identify rising grape categories (Assyrtiko, Xinomavro, Mencía) before they hit mainstream price brackets.
- **E-commerce platforms and wine clubs**: enrich product catalogs with grape-level critics' scores, rankings, and average market prices.

### Quick Start — Test in 60 seconds

1. Click **"Try for free"** to open this actor in Apify Console
2. The default input scrapes **Pinot Noir** — leave it or pick any of 1,054 grapes from the dropdown
3. Click **"Start"**
4. Download your results from the **Dataset** tab (JSON, CSV, Excel)

That's it! No Wine-Searcher subscription needed, no API key, no coding. The full input reference (grape dropdown, `customUrl` override, `scrapeAllGrapes` sweep, pagination, sort, currency conversion) is detailed in **How do I configure the scraper?** below.

### What data can you extract?

| Field | Description | Example |
|-------|-------------|---------|
| `product_name` | Full wine name with producer and origin | "Domaine de la Romanee-Conti Romanee-Conti Grand Cru" |
| `product_url` | Direct link to the wine on Wine-Searcher | `https://www.wine-searcher.com/find/...` |
| `grape` | Grape variety or blend of the wine itself | "Pinot Noir" |
| `grape_url` | Link to the grape variety page | `https://www.wine-searcher.com/grape-384-pinot-noir` |
| `popularity` | Popularity ranking within the grape page | "12th in popularity" |
| `critics_score` | Average score from professional critics | "98 / 100" |
| `avg_price` | Average price per 750ml bottle | "$ 24,099" |
| `currency` | Detected ISO currency code | "USD" |
| `avg_price_converted` | Price converted to your target currency (null if disabled) | 22150.45 |
| `target_currency` | ISO code of the target currency (empty if disabled) | "EUR" |
| `source_grape` | Grape page name that produced the row | "Pinot Noir" |
| `source_grape_id` | Wine-Searcher numeric ID of that grape page | "384" |
| `source_url` | The grape page URL that was scraped | `https://www.wine-searcher.com/grape-384-pinot-noir?tab_F=mostpopular` |

> **Note on `grape` vs. `source_grape`**: a wine listed on the Pinot Noir page may itself be a blend — its `grape` field holds the wine's actual blend ("Pinot Noir, Chardonnay" for some Champagnes), while `source_grape` always names the page the row was scraped from ("Pinot Noir"). This distinction matters when joining data across grape pages.

#### Supported currencies

Wine-Searcher displays prices in the proxy's local currency. The scraper detects 200+ source currencies on every row — Unicode symbols (₹, ₺, ₱, ₫), ASCII abbreviations (Rs, Rp, RM), ISO 4217 codes (IDR, COP, ZAR), and ISO 3166 country codes (ID, ZA, AR) — and can optionally convert them to any of the 30 most-traded ISO codes via `targetCurrency`.

### How do I configure the scraper?

Three precedence-ordered ways to specify the target:

1. **Dropdown** (`grape`): 1,054 grape varieties baked from Wine-Searcher's official index. Default: Pinot Noir. Each entry maps to `https://www.wine-searcher.com/grape-{id}-{slug}`.
2. **Custom URL** (`customUrl`): paste any Wine-Searcher grape URL — overrides the dropdown. Useful for brand-new grapes not yet baked. Pattern: `^https://www\.wine-searcher\.com/grape-\d+-[a-zA-Z0-9%+\-]+`.
3. **Scrape all** (`scrapeAllGrapes`): tick to ignore both fields and walk all 1,054 grapes. Pair with low `maxPagesPerGrape` (1–3) to keep cost predictable.

#### Full input reference

| Parameter | Type | Console prefill | Description |
|-----------|------|-----------------|-------------|
| `grape` | dropdown · 1,054 grapes | Pinot Noir | Grape variety selector — Wine-Searcher's full official grape index |
| `customUrl` | textfield (URL) | — | Optional override for grape pages not in the dropdown (must match the `grape-{id}-{slug}` pattern) |
| `scrapeAllGrapes` | checkbox | `false` | Ignore the dropdown and crawl every grape variety on Wine-Searcher |
| `maxPagesPerGrape` | integer | `3` | Pages per grape (~25 wines/page, range 1–50) |
| `tabFilter` | dropdown · 5 options | `Most Popular` | Sort: Most Popular, Best Rated, Best Value, Most Expensive, Cheapest |
| `targetCurrency` | dropdown · 30 currencies | (none) | Optional ISO code to convert prices using live exchange rates (300+ source currencies) |

> Numeric defaults shown above are the **Console prefills**. Programmatic API callers that omit `maxPagesPerGrape` entirely fall back to the schema default of `5`.

Proxies, timeouts, and anti-bot handling are managed automatically — no configuration needed.

#### Example: Default — top Pinot Noir wines

```json
{
    "grape": "https://www.wine-searcher.com/grape-384-pinot-noir",
    "maxPagesPerGrape": 3,
    "tabFilter": "mostpopular"
}
````

#### Example: Top-rated Nebbiolo via `customUrl` override

```json
{
    "customUrl": "https://www.wine-searcher.com/grape-316-nebbiolo",
    "maxPagesPerGrape": 5,
    "tabFilter": "best"
}
```

#### Example: Sweep every grape on Wine-Searcher

```json
{
    "scrapeAllGrapes": true,
    "maxPagesPerGrape": 3,
    "tabFilter": "mostpopular"
}
```

### Output example

```json
{
    "product_name": "Domaine de la Romanee-Conti Romanee-Conti Grand Cru, Cote de Nuits, France",
    "product_url": "https://www.wine-searcher.com/find/domaine+romanee+conti+grand+cru+cote+nuits+france",
    "grape": "Pinot Noir",
    "grape_url": "https://www.wine-searcher.com/grape-384-pinot-noir",
    "popularity": "1st in popularity",
    "critics_score": "98 / 100",
    "avg_price": "$ 24,099",
    "currency": "USD",
    "avg_price_converted": 22150.45,
    "target_currency": "EUR",
    "source_grape": "Pinot Noir",
    "source_grape_id": "384",
    "source_url": "https://www.wine-searcher.com/grape-384-pinot-noir?tab_F=mostpopular"
}
```

### How much does it cost?

| Tier | Cost | What you get |
|---|---|---|
| **Per result** | ~$0.003/wine | Pay only for extracted data, not compute time |
| **Free tier** | $5 free credits/month | ~1,600 wines for free every month |
| **Starter plan** | $29/month | ~9,600 wines/month |

This Actor uses Apify's pay-per-event pricing. You only pay for results — no monthly commitment required. [Start with $5 free credits](https://apify.com/mrbridge/wine-searcher-grape-scraper?fpr=mrbridge).

> Estimates based on event pricing only. Actual costs include residential proxy bandwidth and platform compute. The free $5 credit covers everything.

#### Cost estimates (including proxy)

| Scenario | Wines | Approx. total cost |
|----------|-------|--------------------|
| Single grape, 1 page | ~25 | ~$0.15-$0.20 |
| Single grape, all pages (max 50) | up to ~1,250 | ~$5-$8 |
| 10 popular grapes, 5 pages each | ~1,250 | ~$7-$10 |
| `scrapeAllGrapes` mode (1,054 × 3 pages) | ~5,000-15,000 | ~$20-$60 |

**Memory recommendation**: 4096 MB is the default and is sufficient for every scenario above (no recursive crawl is involved). The minimum is 1024 MB for single-grape scrapes; the maximum is 8192 MB if you want extra headroom on `scrapeAllGrapes` runs.

### Which grapes can I scrape?

Any of the 1,054 grape varieties in Wine-Searcher's official grape index. The 15 **featured grapes** below are the highest-volume targets and a sensible starting point:

| Grape | URL |
|-------|-----|
| Bordeaux Blend Red | `https://www.wine-searcher.com/grape-3-bordeaux-blend-red` |
| Cabernet Sauvignon | `https://www.wine-searcher.com/grape-76-cabernet-sauvignon` |
| Chardonnay | `https://www.wine-searcher.com/grape-98-chardonnay` |
| Chenin Blanc | `https://www.wine-searcher.com/grape-102-chenin-blanc` |
| Gewurztraminer | `https://www.wine-searcher.com/grape-187-gewurztraminer` |
| Malbec | `https://www.wine-searcher.com/grape-261-malbec` |
| Merlot | `https://www.wine-searcher.com/grape-275-merlot` |
| Nebbiolo | `https://www.wine-searcher.com/grape-316-nebbiolo` |
| Pinot Gris/Grigio | `https://www.wine-searcher.com/grape-382-pinot-grisgrigio` |
| Pinot Noir | `https://www.wine-searcher.com/grape-384-pinot-noir` |
| Riesling | `https://www.wine-searcher.com/grape-407-riesling` |
| Sangiovese | `https://www.wine-searcher.com/grape-432-sangiovese` |
| Sauvignon Blanc | `https://www.wine-searcher.com/grape-435-sauvignon-blanc` |
| Shiraz and Syrah | `https://www.wine-searcher.com/grape-1112-shiraz-and-syrah` |
| Tempranillo | `https://www.wine-searcher.com/grape-483-tempranillo` |

Beyond featured grapes, the dropdown covers the full long tail — Albariño, Assyrtiko, Carmenère, Furmint, Grenache, Lagrein, Mencía, Petit Verdot, Touriga Nacional, Verdejo, Vermentino, Viognier, Xinomavro, Zinfandel, and ~1,000 more.

### Tips for best results

1. **Start small**: Test with a single grape and `maxPagesPerGrape: 1` to verify the output format before running a full sweep.
2. **Use `scrapeAllGrapes` carefully**: with 1,054 grapes × even just 3 pages each, you can comfortably exceed 5,000 wines and ~$20 in event cost. Lower `maxPagesPerGrape` to 1 for a wide-but-shallow sweep.
3. **Use sorting wisely**: "Most Popular" surfaces the broadest market signal; "Best Rated" highlights critic favourites; "Best Value" finds bargains; "Most Expensive" / "Cheapest" anchor each end of the price ladder.
4. **Pair with a target currency**: scraping multiple grapes from different proxy locations can return mixed currencies. Set `targetCurrency` to USD or EUR to make rows directly comparable.
5. **Monitor your runs**: the Actor logs every grape it visits and the wine count per page — useful for spotting blocked or empty grape pages early.
6. **Export and analyze**: Download results as CSV for spreadsheet analysis or JSON for programmatic processing.

### FAQ

**Q: How many wines can I extract per grape?**
A: Each grape page shows up to 25 wines per page. The Console pre-fills `maxPagesPerGrape` to 3 (~75 wines), and you can raise it up to 50 (~1,250 wines). Long-tail indigenous grapes will hit their natural ceiling well before that — the scraper stops paginating as soon as Wine-Searcher returns no more rows.

**Q: Does the scraper handle anti-bot protection?**
A: Yes. The scraper combines **ZenRows premium proxy** (with PerimeterX bypass) and **Camoufox** — a stealth Firefox fork with C++-level anti-detection patches — plus Apify residential proxies as a fallback. Human-like behavioural simulation, session management, and the proxy rotation are all managed automatically.

**Q: What happens if a page fails to load?**
A: The scraper retries each page automatically with a fresh proxy session. Failed pages are logged as warnings and the run continues with the next grape page or grape.

**Q: Can I scrape an obscure grape that isn't in the dropdown?**
A: Yes. Paste the full Wine-Searcher grape URL into the `customUrl` field. The URL must follow the pattern `https://www.wine-searcher.com/grape-{id}-{slug}` (e.g. `https://www.wine-searcher.com/grape-2120-areni-noir` for the Armenian grape Areni Noir).

**Q: Can I scrape every grape on Wine-Searcher in one run?**
A: Yes — flip the `scrapeAllGrapes` checkbox to `true`. The Actor walks all 1,054 baked grape varieties. With `maxPagesPerGrape: 3` and the pay-per-event price of $0.003/wine, expect 5,000–15,000 wines and $20–$60 total.

**Q: How long does a typical run take?**
A: A single grape with 1 page takes about 30–60 seconds. A single grape paginated to 50 pages takes 15–30 minutes. A full `scrapeAllGrapes` run typically runs 4–8 hours depending on `maxPagesPerGrape` and the proxy backend. The default Actor timeout is 2 hours; raise it explicitly if you launch a deep `scrapeAllGrapes` sweep.

**Q: Are prices always in USD?**
A: Prices depend on the proxy IP location. The scraper records the exact price and currency shown by Wine-Searcher. The `currency` field contains the ISO code (USD, EUR, GBP, INR, COP, ZAR, and 200+ others) so you can filter or convert as needed.

**Q: Can I convert all prices to a single currency?**
A: Yes. Set the `targetCurrency` input to one of the 30 most-traded ISO codes (USD, EUR, GBP, CHF, JPY, and 25 others). The scraper fetches a live currency feed at startup (300+ source currencies covered — Argentine Peso, Colombian Peso, Vietnamese Dong, Indonesian Rupiah, and other emerging-market currencies that some proxy locales return) and adds two fields to each wine: `avg_price_converted` (numeric value) and `target_currency` (ISO code). The original `avg_price` and `currency` are always kept alongside for transparency.

**Q: Can I schedule regular scrapes?**
A: Yes. Use Apify's built-in scheduler to run the Actor on a daily, weekly, or monthly basis. This is useful for tracking grape-level price trends and new releases.

**Q: What grape pages are supported?**
A: Any grape page on Wine-Searcher is supported — anything matching `https://www.wine-searcher.com/grape-{id}-{slug}`. The dropdown ships with 1,054 entries, but `customUrl` accepts any valid grape URL.

### Is it legal to scrape Wine-Searcher?

This scraper only extracts publicly available data that any visitor can see on Wine-Searcher.com — grape rankings, wine ratings, prices, and merchant listings. It does not access private accounts, bypass authentication, or extract personal user data.

When used for legitimate purposes such as market research, price comparison, or wine collection management, web scraping of publicly available data is generally considered acceptable. However, scraped data may be subject to Wine-Searcher's Terms of Service and applicable data protection regulations (GDPR in the EU).

Always use scraped data responsibly and in compliance with your local laws.

### Integrate into Your Workflow

Run this Actor programmatically via the [Apify API](https://docs.apify.com/api/v2?fpr=mrbridge), schedule it, push results into your tools, or compose it with other Actors. Get your token from [Settings → Integrations](https://console.apify.com/settings/integrations).

#### Quick API call (cURL)

```bash
curl "https://api.apify.com/v2/acts/mrbridge~wine-searcher-grape-scraper/run-sync-get-dataset-items" \
  -X POST -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_APIFY_TOKEN" \
  -d '{"grape": "https://www.wine-searcher.com/grape-384-pinot-noir", "maxPagesPerGrape": 3, "tabFilter": "mostpopular"}'
```

The **API** tab on the Actor page auto-generates equivalent `apify-client` snippets for Node.js and Python.

#### Schedules, webhooks, MCP

| Feature | What it does | Where to configure |
|---------|--------------|--------------------|
| **Schedules** | Run automatically (e.g. `0 2 * * 1` for every Monday 02:00 UTC) | **Schedules** tab → Create schedule from a Task |
| **Webhooks** | POST `{datasetId, runMetadata}` to your endpoint when a run succeeds | **Integrations** tab → Webhooks |
| **MCP** | Expose this Actor as a tool to Claude, ChatGPT, Cursor | **MCP** tab on the Actor page, or [mcp.apify.com](https://mcp.apify.com) |

#### No-code integrations

| Platform | What it does |
|----------|--------------|
| **[Google Sheets / Drive](https://docs.apify.com/platform/integrations?fpr=mrbridge)** | Auto-export wine rankings to a Sheet |
| **[Airtable](https://docs.apify.com/platform/integrations/airtable?fpr=mrbridge)** | Sync grape data to an Airtable base |
| **[Zapier](https://docs.apify.com/platform/integrations/zapier?fpr=mrbridge)** | Trigger 5,000+ apps on run completion |
| **[Make](https://docs.apify.com/platform/integrations/make?fpr=mrbridge)** | Visual workflows: scrape → transform → DB |
| **[n8n](https://docs.apify.com/platform/integrations/n8n?fpr=mrbridge)** | Self-hosted workflows with the Apify trigger node |

***

### Support

- **Bug reports & questions**: Use the Actor's [Issues tab](https://console.apify.com/actors/qYKWZH35JbyiXzl9g/issues) on Apify Console
- **Feature requests**: Same place — Issues tab on the Apify Console

### Related Actors

- [Vivino Wine Scraper](https://apify.com/mrbridge/vivino-powerful-scraper?fpr=mrbridge) — Explore wines by region with ratings, prices & reviews from Vivino
- [Vivino Wine Data Scraper](https://apify.com/mrbridge/vivino-wine-data-scraper?fpr=mrbridge) — Look up specific wines by name or URL on Vivino
- [Millesima Wine Scraper](https://apify.com/mrbridge/millesima-wine-scraper?fpr=mrbridge) — Extract wine prices & critic ratings from Millesima

### Changelog

#### v1.0.0 (2026-05)

⚠️ **Major pivot**: this Actor now scrapes **grape variety pages** instead of region pages. Wine-Searcher modified its region page layout, breaking the previous scraper. Grape pages retained the legacy DOM structure, so the Actor was redirected at v1.0.

**Breaking changes:**

- Input field `region` → `grape` (dropdown of 1054 grape varieties)
- Input field `customUrl` pattern: `/grape-{id}-{slug}` instead of `/regions-...`
- Input field `maxPagesPerRegion` → `maxPagesPerGrape`
- Removed: `scrapeSubRegions`, `maxDepth` (no hierarchy among grapes)
- Added: `scrapeAllGrapes` checkbox to crawl every grape variety in one run
- Output field `region` → `source_grape` (page name, e.g. "Pinot Noir") + `source_grape_id` (Wine-Searcher numeric ID)

**What stayed the same:**

- All other output fields (`product_name`, `product_url`, `grape`, `grape_url`, `popularity`, `critics_score`, `avg_price`, `currency`, `avg_price_converted`, `target_currency`, `source_url`)
- The `tabFilter` sort (Most Popular / Best Rated / Best Value / Most Expensive / Cheapest)
- The currency conversion feature (now backed by a 300+ currency live feed, see changelog v1.0.x entries)
- Pay-per-event pricing at $0.003/wine
- The Camoufox + ZenRows anti-detection stack

If you had scheduled runs on the v0.x region scraper, they will now log a deprecation warning and require reconfiguration with the new `grape` or `customUrl` fields.

#### Earlier (v0.1 — v0.3, 2025-12 to 2026-04) — Region scraper era

Before the v1.0.0 pivot, this Actor scraped Wine-Searcher **region** pages instead of grape pages, under the slug `wine-searcher-region-scraper`. Across the v0.x line it accumulated: pay-per-event pricing, the Camoufox + ZenRows anti-detection stack, the 30-currency conversion via ECB rates (predecessor of today's 300+ live feed), a 146-region dropdown, recursive sub-region crawling, parser hardening for ~30 currency symbols (Rs / Rp / RM / R / kn / лв / Kč …), price-column SVG-marker extraction, popularity-rank leak fix, proxy-country URL cleanup, and graceful exits.

When Wine-Searcher changed its region-page layout in 2026-05, the region scraper broke. The grape pages kept the legacy DOM, so the Actor was redirected to grape pages at v1.0.0. All of the v0.x engineering — anti-detection, currency parsing, pay-per-event billing — carried over and remains live in v1.0.x.

# Actor input Schema

## `grape` (type: `string`):

Choose a grape variety from the list. Pinot Noir by default. For obscure grapes not listed, use the 'Custom Grape URL' field below.

## `customUrl` (type: `string`):

Optional — override the grape selected above by pasting a Wine-Searcher grape URL directly. Useful for very obscure grapes not in the dropdown.

## `scrapeAllGrapes` (type: `boolean`):

Override the dropdown and crawl every grape variety on Wine-Searcher (~1,054). Warning: a full run can produce 5,000-15,000 wines and cost $20-$60.

## `maxPagesPerGrape` (type: `integer`):

Maximum number of pagination pages to scrape per grape. Each page contains ~25 wines.

## `tabFilter` (type: `string`):

Choose how wines are sorted on each grape page.

## `targetCurrency` (type: `string`):

If set, avg\_price is converted to this currency using a live exchange rate feed (300+ source currencies covered). The original price and currency are kept alongside. Leave empty to skip conversion.

## Actor input object example

```json
{
  "grape": "https://www.wine-searcher.com/grape-384-pinot-noir",
  "scrapeAllGrapes": false,
  "maxPagesPerGrape": 3,
  "tabFilter": "mostpopular",
  "targetCurrency": ""
}
```

# Actor output Schema

## `wines` (type: `string`):

Full dataset of scraped wines with popularity, critics score, price, and source grape variety

## `runSummary` (type: `string`):

JSON record with totalWines, grapesScraped, and startUrl

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxPagesPerGrape": 3
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrbridge/wine-searcher-grape-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "maxPagesPerGrape": 3 }

# Run the Actor and wait for it to finish
run = client.actor("mrbridge/wine-searcher-grape-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxPagesPerGrape": 3
}' |
apify call mrbridge/wine-searcher-grape-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=mrbridge/wine-searcher-grape-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Wine Searcher Grape Scraper — Rankings & Scores",
        "description": "Scrape Wine-Searcher's 1,054 grape variety pages — from Pinot Noir to obscure indigenous grapes. Get product names, grape blends, popularity rankings, critics scores, and prices with auto-detected currency. Export, schedule, or integrate with AI workflows or Zapier.",
        "version": "1.0",
        "x-build-id": "8BUg8vgu4NKpIaQAN"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mrbridge~wine-searcher-grape-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mrbridge-wine-searcher-grape-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/mrbridge~wine-searcher-grape-scraper/runs": {
            "post": {
                "operationId": "runs-sync-mrbridge-wine-searcher-grape-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/mrbridge~wine-searcher-grape-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-mrbridge-wine-searcher-grape-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "grape": {
                        "title": "Wine Grape",
                        "enum": [
                            "https://www.wine-searcher.com/grape-1968-abouriou",
                            "https://www.wine-searcher.com/grape-2092-abrustine",
                            "https://www.wine-searcher.com/grape-685-acadie-blanc",
                            "https://www.wine-searcher.com/grape-975-acolon",
                            "https://www.wine-searcher.com/grape-686-agiorgitiko",
                            "https://www.wine-searcher.com/grape-5-aglianico",
                            "https://www.wine-searcher.com/grape-1974-aglianico-piedirosso",
                            "https://www.wine-searcher.com/grape-1120-ahmeur-bou-ahmeur",
                            "https://www.wine-searcher.com/grape-1121-aidani",
                            "https://www.wine-searcher.com/grape-688-airen",
                            "https://www.wine-searcher.com/grape-1122-aladasturi",
                            "https://www.wine-searcher.com/grape-689-alarijen",
                            "https://www.wine-searcher.com/grape-6-albalonga",
                            "https://www.wine-searcher.com/grape-690-albana",
                            "https://www.wine-searcher.com/grape-1987-albanella",
                            "https://www.wine-searcher.com/grape-691-albarello-blanca",
                            "https://www.wine-searcher.com/grape-2111-albarin-blanco",
                            "https://www.wine-searcher.com/grape-1008-albarino-alvarinho",
                            "https://www.wine-searcher.com/grape-695-albarola",
                            "https://www.wine-searcher.com/grape-2105-albarola-bosco-vermentino",
                            "https://www.wine-searcher.com/grape-2054-albarossa",
                            "https://www.wine-searcher.com/grape-692-albillo",
                            "https://www.wine-searcher.com/grape-1123-albillo-krimskii-rachuli-tetra",
                            "https://www.wine-searcher.com/grape-2188-alcohol-free",
                            "https://www.wine-searcher.com/grape-10-aleatico",
                            "https://www.wine-searcher.com/grape-1089-alexandrouli",
                            "https://www.wine-searcher.com/grape-696-alfrocheiro-preto",
                            "https://www.wine-searcher.com/grape-2079-alfrocheiro-preto-tinta-roriz-touriga",
                            "https://www.wine-searcher.com/grape-2082-alfrocheiro-preto-touriga",
                            "https://www.wine-searcher.com/grape-2118-alibernet",
                            "https://www.wine-searcher.com/grape-11-alicante-bouschet",
                            "https://www.wine-searcher.com/grape-2076-alicante-bouschet-aragonez",
                            "https://www.wine-searcher.com/grape-2078-alicante-bouschet-aragonez-trincadeira",
                            "https://www.wine-searcher.com/grape-2077-alicante-bouschet-touriga",
                            "https://www.wine-searcher.com/grape-697-alicante-ganzin",
                            "https://www.wine-searcher.com/grape-12-aligote",
                            "https://www.wine-searcher.com/grape-2008-alphonse-lavallee",
                            "https://www.wine-searcher.com/grape-1005-altesse",
                            "https://www.wine-searcher.com/grape-698-alvarelhao",
                            "https://www.wine-searcher.com/grape-713-amigne",
                            "https://www.wine-searcher.com/grape-15-ancellotta",
                            "https://www.wine-searcher.com/grape-1135-andre",
                            "https://www.wine-searcher.com/grape-716-antao-vaz",
                            "https://www.wine-searcher.com/grape-2070-antao-vaz-arinto-pederna",
                            "https://www.wine-searcher.com/grape-2080-aragonez-tinta-roriz-castelao",
                            "https://www.wine-searcher.com/grape-829-aramon",
                            "https://www.wine-searcher.com/grape-1717-aranel",
                            "https://www.wine-searcher.com/grape-678-arany-sarfeher",
                            "https://www.wine-searcher.com/grape-1139-arbane",
                            "https://www.wine-searcher.com/grape-879-arbois",
                            "https://www.wine-searcher.com/grape-2120-areni-noir",
                            "https://www.wine-searcher.com/grape-1140-argaman",
                            "https://www.wine-searcher.com/grape-1386-argant",
                            "https://www.wine-searcher.com/grape-1757-arinarnoa",
                            "https://www.wine-searcher.com/grape-761-arinto-pederna",
                            "https://www.wine-searcher.com/grape-2071-arinto-pederna-fernao-pires",
                            "https://www.wine-searcher.com/grape-2072-arinto-pederna-loureiro",
                            "https://www.wine-searcher.com/grape-718-arneis",
                            "https://www.wine-searcher.com/grape-2291-aromella",
                            "https://www.wine-searcher.com/grape-1143-arriloba",
                            "https://www.wine-searcher.com/grape-1679-arrufiac",
                            "https://www.wine-searcher.com/grape-708-aspiran",
                            "https://www.wine-searcher.com/grape-709-assyrtiko",
                            "https://www.wine-searcher.com/grape-758-athiri",
                            "https://www.wine-searcher.com/grape-710-aubin-vert",
                            "https://www.wine-searcher.com/grape-711-aubun",
                            "https://www.wine-searcher.com/grape-712-aurore",
                            "https://www.wine-searcher.com/grape-21-auxerrois",
                            "https://www.wine-searcher.com/grape-1150-avana",
                            "https://www.wine-searcher.com/grape-1151-avarengo",
                            "https://www.wine-searcher.com/grape-2156-avesso",
                            "https://www.wine-searcher.com/grape-2163-avgoustiatis",
                            "https://www.wine-searcher.com/grape-24-azal-branco",
                            "https://www.wine-searcher.com/grape-23-azal-tinto",
                            "https://www.wine-searcher.com/grape-719-babeasca-neagra",
                            "https://www.wine-searcher.com/grape-1741-babic",
                            "https://www.wine-searcher.com/grape-760-bacchus",
                            "https://www.wine-searcher.com/grape-720-bachet",
                            "https://www.wine-searcher.com/grape-25-baco-blanc",
                            "https://www.wine-searcher.com/grape-26-baco-noir",
                            "https://www.wine-searcher.com/grape-721-baga",
                            "https://www.wine-searcher.com/grape-1165-baltica",
                            "https://www.wine-searcher.com/grape-724-barbarossa",
                            "https://www.wine-searcher.com/grape-27-barbera",
                            "https://www.wine-searcher.com/grape-2056-barbera-bonarda-croatina",
                            "https://www.wine-searcher.com/grape-2142-barbera-dolcetto-nebbiolo",
                            "https://www.wine-searcher.com/grape-1785-barbera-nebbiolo",
                            "https://www.wine-searcher.com/grape-1983-barbera-sangiovese",
                            "https://www.wine-searcher.com/grape-725-baroque",
                            "https://www.wine-searcher.com/grape-2146-barsaglina",
                            "https://www.wine-searcher.com/grape-1170-batiki",
                            "https://www.wine-searcher.com/grape-759-beaunoir",
                            "https://www.wine-searcher.com/grape-2040-beer",
                            "https://www.wine-searcher.com/grape-34-bellone-bianco",
                            "https://www.wine-searcher.com/grape-601-bequignol",
                            "https://www.wine-searcher.com/grape-1973-bervedino",
                            "https://www.wine-searcher.com/grape-41-bianchello-biancame",
                            "https://www.wine-searcher.com/grape-1981-bianchetta-genovese",
                            "https://www.wine-searcher.com/grape-602-bianco-d-alessano",
                            "https://www.wine-searcher.com/grape-2155-bianco-d-alessano-verdeca",
                            "https://www.wine-searcher.com/grape-43-biancolella",
                            "https://www.wine-searcher.com/grape-1183-biancone",
                            "https://www.wine-searcher.com/grape-1829-biancu-gentile",
                            "https://www.wine-searcher.com/grape-586-bical",
                            "https://www.wine-searcher.com/grape-1185-bigolona",
                            "https://www.wine-searcher.com/grape-2303-bikaver-blend",
                            "https://www.wine-searcher.com/grape-2119-black-monukka",
                            "https://www.wine-searcher.com/grape-2045-black-spanish-lenoir",
                            "https://www.wine-searcher.com/grape-49-blanc-du-bois",
                            "https://www.wine-searcher.com/grape-1813-blanqueiron",
                            "https://www.wine-searcher.com/grape-2224-blatina",
                            "https://www.wine-searcher.com/grape-831-blauburger",
                            "https://www.wine-searcher.com/grape-1642-blauer-wildbacher",
                            "https://www.wine-searcher.com/grape-550-blaufrankisch-lemberger",
                            "https://www.wine-searcher.com/grape-1999-blaufrankisch-cabernet",
                            "https://www.wine-searcher.com/grape-2115-blaufrankisch-cabernet-merlot",
                            "https://www.wine-searcher.com/grape-2049-blaufrankisch-zweigelt",
                            "https://www.wine-searcher.com/grape-584-bobal",
                            "https://www.wine-searcher.com/grape-585-bobal-blanco",
                            "https://www.wine-searcher.com/grape-1197-bogazkere",
                            "https://www.wine-searcher.com/grape-2060-bogazkere-okuzgozu",
                            "https://www.wine-searcher.com/grape-1094-bogdanusa",
                            "https://www.wine-searcher.com/grape-52-bombino-bianco",
                            "https://www.wine-searcher.com/grape-974-bombino-nero",
                            "https://www.wine-searcher.com/grape-1770-bonarda-malbec",
                            "https://www.wine-searcher.com/grape-54-bonarda-piemontese",
                            "https://www.wine-searcher.com/grape-860-bondola",
                            "https://www.wine-searcher.com/grape-3-bordeaux-blend-red",
                            "https://www.wine-searcher.com/grape-301-bordeaux-blend-white",
                            "https://www.wine-searcher.com/grape-856-bosco",
                            "https://www.wine-searcher.com/grape-62-bourboulenc",
                            "https://www.wine-searcher.com/grape-999-bouvier",
                            "https://www.wine-searcher.com/grape-1208-brachetto",
                            "https://www.wine-searcher.com/grape-763-braquet",
                            "https://www.wine-searcher.com/grape-1207-brauner-veltliner",
                            "https://www.wine-searcher.com/grape-1901-brianna",
                            "https://www.wine-searcher.com/grape-2195-bronner",
                            "https://www.wine-searcher.com/grape-2099-bronx",
                            "https://www.wine-searcher.com/grape-851-brun-fourca",
                            "https://www.wine-searcher.com/grape-1721-brunal",
                            "https://www.wine-searcher.com/grape-71-bual-malvasia-fina",
                            "https://www.wine-searcher.com/grape-764-bukettraube",
                            "https://www.wine-searcher.com/grape-765-burger",
                            "https://www.wine-searcher.com/grape-2241-busuioaca-de-bohotin",
                            "https://www.wine-searcher.com/grape-1870-cab-franc-gamay-malbec",
                            "https://www.wine-searcher.com/grape-1897-cabernet-carignan-grenache",
                            "https://www.wine-searcher.com/grape-1857-cabernet-carignan-syrah",
                            "https://www.wine-searcher.com/grape-2100-cabernet-grenache-merlot-syrah",
                            "https://www.wine-searcher.com/grape-2103-cabernet-grenache-mourvedre-syrah",
                            "https://www.wine-searcher.com/grape-1742-cabernet-grenache-syrah",
                            "https://www.wine-searcher.com/grape-2098-cabernet-malbec-syrah",
                            "https://www.wine-searcher.com/grape-2107-cabernet-merlot-montepulciano",
                            "https://www.wine-searcher.com/grape-1695-cabernet-merlot-sangiovese",
                            "https://www.wine-searcher.com/grape-1699-cabernet-merlot-syrah",
                            "https://www.wine-searcher.com/grape-2043-cabernet-merlot-tempranillo",
                            "https://www.wine-searcher.com/grape-2113-cabernet-merlot-zinfandel",
                            "https://www.wine-searcher.com/grape-2157-cabernet-merlot-zweigelt",
                            "https://www.wine-searcher.com/grape-2108-cabernet-montepulciano",
                            "https://www.wine-searcher.com/grape-2101-cabernet-mourvedre-syrah",
                            "https://www.wine-searcher.com/grape-1842-cabernet-nero-d-avola",
                            "https://www.wine-searcher.com/grape-1890-cabernet-petit-verdot",
                            "https://www.wine-searcher.com/grape-2002-cabernet-pinotage",
                            "https://www.wine-searcher.com/grape-1694-cabernet-sangiovese",
                            "https://www.wine-searcher.com/grape-2089-cabernet-sangiovese-syrah",
                            "https://www.wine-searcher.com/grape-2117-cabernet-syrah-tempranillo",
                            "https://www.wine-searcher.com/grape-2114-cabernet-syrah-zinfandel",
                            "https://www.wine-searcher.com/grape-453-cabernet-syrah-shiraz",
                            "https://www.wine-searcher.com/grape-1932-cabernet-tannat",
                            "https://www.wine-searcher.com/grape-491-cabernet-tempranillo",
                            "https://www.wine-searcher.com/grape-1745-cabernet-zinfandel",
                            "https://www.wine-searcher.com/grape-2196-cabernet-blanc",
                            "https://www.wine-searcher.com/grape-1216-cabernet-cubin",
                            "https://www.wine-searcher.com/grape-1217-cabernet-dorio",
                            "https://www.wine-searcher.com/grape-1218-cabernet-dorsa",
                            "https://www.wine-searcher.com/grape-75-cabernet-franc",
                            "https://www.wine-searcher.com/grape-1828-cabernet-franc-cabernet-sauvignon",
                            "https://www.wine-searcher.com/grape-1815-cabernet-franc-gamay",
                            "https://www.wine-searcher.com/grape-1856-cabernet-franc-malbec",
                            "https://www.wine-searcher.com/grape-1756-cabernet-franc-merlot",
                            "https://www.wine-searcher.com/grape-1852-cabernet-franc-pinot-noir",
                            "https://www.wine-searcher.com/grape-1875-cabernet-gernischt",
                            "https://www.wine-searcher.com/grape-2150-cabernet-jura",
                            "https://www.wine-searcher.com/grape-1220-cabernet-mitos",
                            "https://www.wine-searcher.com/grape-2151-cabernet-moravia",
                            "https://www.wine-searcher.com/grape-1737-cabernet-pfeffer",
                            "https://www.wine-searcher.com/grape-76-cabernet-sauvignon",
                            "https://www.wine-searcher.com/grape-1882-cabernet-sauvignon-carignan",
                            "https://www.wine-searcher.com/grape-1738-cabernet-sauvignon-carmenere",
                            "https://www.wine-searcher.com/grape-1861-cabernet-sauvignon-cinsault",
                            "https://www.wine-searcher.com/grape-1728-cabernet-sauvignon-malbec",
                            "https://www.wine-searcher.com/grape-77-cabernet-sauvignon-merlot",
                            "https://www.wine-searcher.com/grape-1909-cabernet-sauvignon-pinot-noir",
                            "https://www.wine-searcher.com/grape-1860-cabernets-grolleau",
                            "https://www.wine-searcher.com/grape-78-cagnulari",
                            "https://www.wine-searcher.com/grape-861-caino-tinto",
                            "https://www.wine-searcher.com/grape-1227-cal-karasi",
                            "https://www.wine-searcher.com/grape-857-caladoc",
                            "https://www.wine-searcher.com/grape-1226-calbanesco",
                            "https://www.wine-searcher.com/grape-768-calitor",
                            "https://www.wine-searcher.com/grape-769-callet",
                            "https://www.wine-searcher.com/grape-1230-calzin",
                            "https://www.wine-searcher.com/grape-770-camaralet-de-lasseube",
                            "https://www.wine-searcher.com/grape-2160-camarate",
                            "https://www.wine-searcher.com/grape-80-canaiolo",
                            "https://www.wine-searcher.com/grape-863-canaiolo-bianco",
                            "https://www.wine-searcher.com/grape-2220-cannabis-drink",
                            "https://www.wine-searcher.com/grape-754-canocazo",
                            "https://www.wine-searcher.com/grape-1830-carcajolo-blanc",
                            "https://www.wine-searcher.com/grape-1831-carcajolo-nero",
                            "https://www.wine-searcher.com/grape-1978-caricalasino",
                            "https://www.wine-searcher.com/grape-583-carignan-carinena",
                            "https://www.wine-searcher.com/grape-1704-carignan-grenache-syrah",
                            "https://www.wine-searcher.com/grape-2123-carignan-grenache-tempranillo",
                            "https://www.wine-searcher.com/grape-1895-carignan-merlot",
                            "https://www.wine-searcher.com/grape-1847-carignan-syrah",
                            "https://www.wine-searcher.com/grape-1820-carignan-blanc",
                            "https://www.wine-searcher.com/grape-1821-carignan-gris",
                            "https://www.wine-searcher.com/grape-1779-carinena-garnacha",
                            "https://www.wine-searcher.com/grape-86-carmenere",
                            "https://www.wine-searcher.com/grape-2122-carmenere-syrah",
                            "https://www.wine-searcher.com/grape-845-carmine",
                            "https://www.wine-searcher.com/grape-1239-carminoir",
                            "https://www.wine-searcher.com/grape-846-carnelian",
                            "https://www.wine-searcher.com/grape-2143-carrasquin",
                            "https://www.wine-searcher.com/grape-989-carricante",
                            "https://www.wine-searcher.com/grape-2124-carricante-catarratto",
                            "https://www.wine-searcher.com/grape-1845-casavecchia",
                            "https://www.wine-searcher.com/grape-1990-casetta",
                            "https://www.wine-searcher.com/grape-1993-cassady",
                            "https://www.wine-searcher.com/grape-823-castelao",
                            "https://www.wine-searcher.com/grape-2000-castelao-touriga",
                            "https://www.wine-searcher.com/grape-2226-castets",
                            "https://www.wine-searcher.com/grape-90-catarratto",
                            "https://www.wine-searcher.com/grape-2127-catarratto-chardonnay",
                            "https://www.wine-searcher.com/grape-1794-catarratto-grillo-inzolia",
                            "https://www.wine-searcher.com/grape-2126-catarratto-inzolia",
                            "https://www.wine-searcher.com/grape-91-catawba",
                            "https://www.wine-searcher.com/grape-1681-cava-blend",
                            "https://www.wine-searcher.com/grape-771-cayetana",
                            "https://www.wine-searcher.com/grape-92-cayuga",
                            "https://www.wine-searcher.com/grape-1245-cecubo",
                            "https://www.wine-searcher.com/grape-2128-centesimino-savignon-rosso",
                            "https://www.wine-searcher.com/grape-848-centurion",
                            "https://www.wine-searcher.com/grape-2074-cerceal",
                            "https://www.wine-searcher.com/grape-608-cereza",
                            "https://www.wine-searcher.com/grape-94-cesanese",
                            "https://www.wine-searcher.com/grape-858-cesar",
                            "https://www.wine-searcher.com/grape-1250-cetinka",
                            "https://www.wine-searcher.com/grape-95-chambourcin",
                            "https://www.wine-searcher.com/grape-96-champagne-blend",
                            "https://www.wine-searcher.com/grape-609-chancellor",
                            "https://www.wine-searcher.com/grape-828-charbono-bonarda",
                            "https://www.wine-searcher.com/grape-726-chardonel",
                            "https://www.wine-searcher.com/grape-98-chardonnay",
                            "https://www.wine-searcher.com/grape-1723-chardonnay-chenin-blanc",
                            "https://www.wine-searcher.com/grape-1751-chardonnay-colombard",
                            "https://www.wine-searcher.com/grape-2139-chardonnay-garganega",
                            "https://www.wine-searcher.com/grape-1908-chardonnay-gewurztraminer",
                            "https://www.wine-searcher.com/grape-1914-chardonnay-muscat",
                            "https://www.wine-searcher.com/grape-2068-chardonnay-pinot-blanc",
                            "https://www.wine-searcher.com/grape-2136-chardonnay-pinot-blanc-pinot-noir",
                            "https://www.wine-searcher.com/grape-1797-chardonnay-pinot-gris",
                            "https://www.wine-searcher.com/grape-1855-chardonnay-pinot-noir",
                            "https://www.wine-searcher.com/grape-1912-chardonnay-riesling",
                            "https://www.wine-searcher.com/grape-1884-chardonnay-roussanne",
                            "https://www.wine-searcher.com/grape-2138-chardonnay-roussanne-viognier",
                            "https://www.wine-searcher.com/grape-2137-chardonnay-sauvignon-semillon",
                            "https://www.wine-searcher.com/grape-1782-chardonnay-sauvignon-blanc",
                            "https://www.wine-searcher.com/grape-1791-chardonnay-savagnin",
                            "https://www.wine-searcher.com/grape-1697-chardonnay-semillon",
                            "https://www.wine-searcher.com/grape-1731-chardonnay-torrontes",
                            "https://www.wine-searcher.com/grape-1915-chardonnay-verdelho",
                            "https://www.wine-searcher.com/grape-1818-chardonnay-vermentino",
                            "https://www.wine-searcher.com/grape-1692-chardonnay-viognier",
                            "https://www.wine-searcher.com/grape-567-chardonnay-viura",
                            "https://www.wine-searcher.com/grape-2134-chardonnay-xarel-lo",
                            "https://www.wine-searcher.com/grape-99-chardonnay-musque",
                            "https://www.wine-searcher.com/grape-865-chardonnay-rose",
                            "https://www.wine-searcher.com/grape-1254-charmont",
                            "https://www.wine-searcher.com/grape-867-chasan",
                            "https://www.wine-searcher.com/grape-100-chasselas",
                            "https://www.wine-searcher.com/grape-101-chelois",
                            "https://www.wine-searcher.com/grape-2066-chenanson",
                            "https://www.wine-searcher.com/grape-1256-chenel",
                            "https://www.wine-searcher.com/grape-102-chenin-blanc",
                            "https://www.wine-searcher.com/grape-1719-chianti-blend",
                            "https://www.wine-searcher.com/grape-2265-chinuri",
                            "https://www.wine-searcher.com/grape-1774-cider",
                            "https://www.wine-searcher.com/grape-1986-cienna",
                            "https://www.wine-searcher.com/grape-104-ciliegiolo",
                            "https://www.wine-searcher.com/grape-105-cinsault",
                            "https://www.wine-searcher.com/grape-1894-cinsault-grenache",
                            "https://www.wine-searcher.com/grape-1810-cinsault-grenache-mourvedre",
                            "https://www.wine-searcher.com/grape-1814-cinsault-grenache-syrah",
                            "https://www.wine-searcher.com/grape-1926-cinsault-mourvedre",
                            "https://www.wine-searcher.com/grape-1925-cinsault-mourvedre-syrah",
                            "https://www.wine-searcher.com/grape-2047-cinsault-pinotage",
                            "https://www.wine-searcher.com/grape-1892-cinsault-syrah",
                            "https://www.wine-searcher.com/grape-1264-cividino",
                            "https://www.wine-searcher.com/grape-106-clairette",
                            "https://www.wine-searcher.com/grape-1809-clairette-marsanne",
                            "https://www.wine-searcher.com/grape-1811-clairette-marsanne-ugni",
                            "https://www.wine-searcher.com/grape-1758-clairette-muscat",
                            "https://www.wine-searcher.com/grape-2065-clairette-rolle",
                            "https://www.wine-searcher.com/grape-1793-clairette-ugni-blanc",
                            "https://www.wine-searcher.com/grape-597-claret-de-gers",
                            "https://www.wine-searcher.com/grape-599-clinton",
                            "https://www.wine-searcher.com/grape-611-cococciola",
                            "https://www.wine-searcher.com/grape-108-coda-di-volpe",
                            "https://www.wine-searcher.com/grape-2112-codega-do-larinho",
                            "https://www.wine-searcher.com/grape-109-colombard",
                            "https://www.wine-searcher.com/grape-1800-colombard-folle-ugni",
                            "https://www.wine-searcher.com/grape-1873-colombard-ugni-blanc",
                            "https://www.wine-searcher.com/grape-111-colorino",
                            "https://www.wine-searcher.com/grape-600-completer",
                            "https://www.wine-searcher.com/grape-112-concord",
                            "https://www.wine-searcher.com/grape-1962-corinto-nero",
                            "https://www.wine-searcher.com/grape-596-cornalin",
                            "https://www.wine-searcher.com/grape-870-cornifesto",
                            "https://www.wine-searcher.com/grape-1997-corot-noir",
                            "https://www.wine-searcher.com/grape-116-cortese",
                            "https://www.wine-searcher.com/grape-117-corvina",
                            "https://www.wine-searcher.com/grape-1837-corvina-rondinella",
                            "https://www.wine-searcher.com/grape-2190-corvinone",
                            "https://www.wine-searcher.com/grape-871-couderc-noir",
                            "https://www.wine-searcher.com/grape-576-counoise",
                            "https://www.wine-searcher.com/grape-1271-courbu-blanc",
                            "https://www.wine-searcher.com/grape-877-criolla-grande",
                            "https://www.wine-searcher.com/grape-587-croatina",
                            "https://www.wine-searcher.com/grape-122-crouchen-cape-riesling",
                            "https://www.wine-searcher.com/grape-2121-crovino",
                            "https://www.wine-searcher.com/grape-123-cserszegi-fuszeres",
                            "https://www.wine-searcher.com/grape-1726-cygne-blanc",
                            "https://www.wine-searcher.com/grape-2214-cyser",
                            "https://www.wine-searcher.com/grape-2125-dafni",
                            "https://www.wine-searcher.com/grape-126-damaschino",
                            "https://www.wine-searcher.com/grape-1291-dameron",
                            "https://www.wine-searcher.com/grape-1095-darnekusa",
                            "https://www.wine-searcher.com/grape-129-de-chaunac",
                            "https://www.wine-searcher.com/grape-588-debina",
                            "https://www.wine-searcher.com/grape-1740-debit",
                            "https://www.wine-searcher.com/grape-613-delaware",
                            "https://www.wine-searcher.com/grape-2289-devin",
                            "https://www.wine-searcher.com/grape-2005-diamond",
                            "https://www.wine-searcher.com/grape-589-dimiat",
                            "https://www.wine-searcher.com/grape-1296-dindarella",
                            "https://www.wine-searcher.com/grape-1297-diolinoir",
                            "https://www.wine-searcher.com/grape-2232-divico",
                            "https://www.wine-searcher.com/grape-1298-dobricic",
                            "https://www.wine-searcher.com/grape-135-dolcetto",
                            "https://www.wine-searcher.com/grape-136-domina",
                            "https://www.wine-searcher.com/grape-614-dona-blanca",
                            "https://www.wine-searcher.com/grape-2097-donzelinho-branco",
                            "https://www.wine-searcher.com/grape-1301-doral",
                            "https://www.wine-searcher.com/grape-139-dornfelder",
                            "https://www.wine-searcher.com/grape-2166-dorona-di-venezia",
                            "https://www.wine-searcher.com/grape-1989-doux-d-henry",
                            "https://www.wine-searcher.com/grape-2209-drink-mixer",
                            "https://www.wine-searcher.com/grape-2257-dunaj",
                            "https://www.wine-searcher.com/grape-142-dunkelfelder",
                            "https://www.wine-searcher.com/grape-826-duras",
                            "https://www.wine-searcher.com/grape-1943-duras-fer-syrah",
                            "https://www.wine-searcher.com/grape-1940-duras-fer-servadou",
                            "https://www.wine-searcher.com/grape-1944-duras-syrah",
                            "https://www.wine-searcher.com/grape-143-durella",
                            "https://www.wine-searcher.com/grape-2046-durif-shiraz",
                            "https://www.wine-searcher.com/grape-1570-durize",
                            "https://www.wine-searcher.com/grape-1305-dzvelshava",
                            "https://www.wine-searcher.com/grape-145-early-muscat",
                            "https://www.wine-searcher.com/grape-146-edelweiss",
                            "https://www.wine-searcher.com/grape-1759-edelzwicker-blend",
                            "https://www.wine-searcher.com/grape-1650-egiodola",
                            "https://www.wine-searcher.com/grape-147-ehrenfelser",
                            "https://www.wine-searcher.com/grape-148-elbling",
                            "https://www.wine-searcher.com/grape-984-elvira",
                            "https://www.wine-searcher.com/grape-152-emerald-riesling",
                            "https://www.wine-searcher.com/grape-1307-emir",
                            "https://www.wine-searcher.com/grape-1310-enantio",
                            "https://www.wine-searcher.com/grape-621-encruzado",
                            "https://www.wine-searcher.com/grape-153-erbaluce",
                            "https://www.wine-searcher.com/grape-156-espadeiro",
                            "https://www.wine-searcher.com/grape-622-etraire-de-l-adui",
                            "https://www.wine-searcher.com/grape-1924-eyholzer",
                            "https://www.wine-searcher.com/grape-1313-ezerjo",
                            "https://www.wine-searcher.com/grape-157-faber",
                            "https://www.wine-searcher.com/grape-159-falanghina",
                            "https://www.wine-searcher.com/grape-1056-fer-servadou",
                            "https://www.wine-searcher.com/grape-1320-fernao-pires",
                            "https://www.wine-searcher.com/grape-1321-feteasca-alba",
                            "https://www.wine-searcher.com/grape-2061-feteasca-neagra",
                            "https://www.wine-searcher.com/grape-2177-feteasca-regala",
                            "https://www.wine-searcher.com/grape-166-fiano",
                            "https://www.wine-searcher.com/grape-2186-findling",
                            "https://www.wine-searcher.com/grape-2179-flavored-spiced-fruit-wine",
                            "https://www.wine-searcher.com/grape-167-flora",
                            "https://www.wine-searcher.com/grape-992-florental",
                            "https://www.wine-searcher.com/grape-2145-foglia-tonda",
                            "https://www.wine-searcher.com/grape-1325-fogoneu",
                            "https://www.wine-searcher.com/grape-750-folgasao",
                            "https://www.wine-searcher.com/grape-168-folle-blanche",
                            "https://www.wine-searcher.com/grape-169-forastera",
                            "https://www.wine-searcher.com/grape-1215-fortana",
                            "https://www.wine-searcher.com/grape-630-franc-noir-de-la-haute-saone",
                            "https://www.wine-searcher.com/grape-1334-francavilla",
                            "https://www.wine-searcher.com/grape-1339-francusa",
                            "https://www.wine-searcher.com/grape-173-frappato",
                            "https://www.wine-searcher.com/grape-1958-frappato-nero-d-avola",
                            "https://www.wine-searcher.com/grape-175-freisa",
                            "https://www.wine-searcher.com/grape-1342-freisamer",
                            "https://www.wine-searcher.com/grape-1069-friulano",
                            "https://www.wine-searcher.com/grape-1887-frontenac",
                            "https://www.wine-searcher.com/grape-2271-frontenac-blanc",
                            "https://www.wine-searcher.com/grape-2116-frontenac-gris",
                            "https://www.wine-searcher.com/grape-1743-fruhburgunder",
                            "https://www.wine-searcher.com/grape-2175-fruhroter-veltliner",
                            "https://www.wine-searcher.com/grape-1-fumin",
                            "https://www.wine-searcher.com/grape-178-furmint",
                            "https://www.wine-searcher.com/grape-179-gaglioppo",
                            "https://www.wine-searcher.com/grape-2017-gaidoura",
                            "https://www.wine-searcher.com/grape-1349-gamaret",
                            "https://www.wine-searcher.com/grape-1918-gamaret-garanoir",
                            "https://www.wine-searcher.com/grape-1950-gamaret-garanoir-pinot-noir",
                            "https://www.wine-searcher.com/grape-182-gamay",
                            "https://www.wine-searcher.com/grape-1848-gamay-grolleau-noir",
                            "https://www.wine-searcher.com/grape-1686-gamay-pinot-noir",
                            "https://www.wine-searcher.com/grape-1804-gamay-poulsard",
                            "https://www.wine-searcher.com/grape-1353-gamba-di-pernice",
                            "https://www.wine-searcher.com/grape-1355-garanoir",
                            "https://www.wine-searcher.com/grape-569-garganega",
                            "https://www.wine-searcher.com/grape-2173-garganega-pinot-grigio",
                            "https://www.wine-searcher.com/grape-1850-garnacha-tempranillo",
                            "https://www.wine-searcher.com/grape-749-garrido",
                            "https://www.wine-searcher.com/grape-2015-gellewza",
                            "https://www.wine-searcher.com/grape-2288-gentil-dalsace",
                            "https://www.wine-searcher.com/grape-187-gewurztraminer",
                            "https://www.wine-searcher.com/grape-1801-gewurztraminer-riesling",
                            "https://www.wine-searcher.com/grape-2144-girgentina",
                            "https://www.wine-searcher.com/grape-874-giro",
                            "https://www.wine-searcher.com/grape-392-glera-prosecco",
                            "https://www.wine-searcher.com/grape-2225-glera-pinot-noir",
                            "https://www.wine-searcher.com/grape-2191-godello",
                            "https://www.wine-searcher.com/grape-850-goldburger",
                            "https://www.wine-searcher.com/grape-1097-goldriesling",
                            "https://www.wine-searcher.com/grape-2268-goruli-mtsvane",
                            "https://www.wine-searcher.com/grape-746-gouais-blanc",
                            "https://www.wine-searcher.com/grape-2096-gouveio",
                            "https://www.wine-searcher.com/grape-193-graciano",
                            "https://www.wine-searcher.com/grape-195-grechetto-pignoletto",
                            "https://www.wine-searcher.com/grape-1977-grechetto-rosso",
                            "https://www.wine-searcher.com/grape-2203-greco",
                            "https://www.wine-searcher.com/grape-707-greco-bianco",
                            "https://www.wine-searcher.com/grape-200-greco-nero",
                            "https://www.wine-searcher.com/grape-1383-green-hungarian",
                            "https://www.wine-searcher.com/grape-202-grenache-garnacha",
                            "https://www.wine-searcher.com/grape-2102-grenache-merlot-syrah",
                            "https://www.wine-searcher.com/grape-1777-grenache-mourvedre",
                            "https://www.wine-searcher.com/grape-577-grenache-mourvedre-syrah",
                            "https://www.wine-searcher.com/grape-1835-grenache-sangiovese",
                            "https://www.wine-searcher.com/grape-1683-grenache-syrah",
                            "https://www.wine-searcher.com/grape-737-grenache-blanc",
                            "https://www.wine-searcher.com/grape-1841-grenache-blanc-grenache-gris",
                            "https://www.wine-searcher.com/grape-1744-grenache-blanc-vermentino",
                            "https://www.wine-searcher.com/grape-1384-grenache-gris",
                            "https://www.wine-searcher.com/grape-203-grignolino",
                            "https://www.wine-searcher.com/grape-204-grillo",
                            "https://www.wine-searcher.com/grape-2149-gringet",
                            "https://www.wine-searcher.com/grape-1385-grk",
                            "https://www.wine-searcher.com/grape-740-grolleau-gris",
                            "https://www.wine-searcher.com/grape-739-grolleau-noir",
                            "https://www.wine-searcher.com/grape-747-groppello",
                            "https://www.wine-searcher.com/grape-1390-gros-manseng",
                            "https://www.wine-searcher.com/grape-1781-gros-manseng-petit-manseng",
                            "https://www.wine-searcher.com/grape-2004-gros-manseng-sauvignon-blanc",
                            "https://www.wine-searcher.com/grape-741-gros-verdot",
                            "https://www.wine-searcher.com/grape-209-gruner-veltliner",
                            "https://www.wine-searcher.com/grape-1394-gutenborner",
                            "https://www.wine-searcher.com/grape-2206-happoshu",
                            "https://www.wine-searcher.com/grape-2216-hard-seltzer",
                            "https://www.wine-searcher.com/grape-2270-hard-tea",
                            "https://www.wine-searcher.com/grape-215-harslevelu",
                            "https://www.wine-searcher.com/grape-832-helfensteiner",
                            "https://www.wine-searcher.com/grape-822-heroldrebe",
                            "https://www.wine-searcher.com/grape-2251-hibernal",
                            "https://www.wine-searcher.com/grape-1398-himbertscha",
                            "https://www.wine-searcher.com/grape-1673-hondarrabi-beltza",
                            "https://www.wine-searcher.com/grape-833-hondarrabi-zuri",
                            "https://www.wine-searcher.com/grape-683-humagne-blanche",
                            "https://www.wine-searcher.com/grape-220-humagne-rouge",
                            "https://www.wine-searcher.com/grape-221-huxelrebe",
                            "https://www.wine-searcher.com/grape-715-inzolia",
                            "https://www.wine-searcher.com/grape-223-irsay-oliver",
                            "https://www.wine-searcher.com/grape-834-isabella",
                            "https://www.wine-searcher.com/grape-2273-itasca",
                            "https://www.wine-searcher.com/grape-1099-ives",
                            "https://www.wine-searcher.com/grape-836-jacquere",
                            "https://www.wine-searcher.com/grape-679-jampal",
                            "https://www.wine-searcher.com/grape-1929-johanniter",
                            "https://www.wine-searcher.com/grape-813-joubertin",
                            "https://www.wine-searcher.com/grape-814-juan-garcia",
                            "https://www.wine-searcher.com/grape-816-juhfark",
                            "https://www.wine-searcher.com/grape-226-jurancon-blanc",
                            "https://www.wine-searcher.com/grape-751-jurancon-noir-folle-noire",
                            "https://www.wine-searcher.com/grape-595-juwel",
                            "https://www.wine-searcher.com/grape-2059-kabar",
                            "https://www.wine-searcher.com/grape-607-kadarka-blau",
                            "https://www.wine-searcher.com/grape-1410-kalecik-karasi",
                            "https://www.wine-searcher.com/grape-727-kanzler",
                            "https://www.wine-searcher.com/grape-2161-karasakiz",
                            "https://www.wine-searcher.com/grape-2016-katsano",
                            "https://www.wine-searcher.com/grape-1415-keduretuli-mujuretuli",
                            "https://www.wine-searcher.com/grape-2010-kekmedoc",
                            "https://www.wine-searcher.com/grape-728-keknyelu",
                            "https://www.wine-searcher.com/grape-229-kerner",
                            "https://www.wine-searcher.com/grape-2230-khikhvi",
                            "https://www.wine-searcher.com/grape-2296-kidonitsa",
                            "https://www.wine-searcher.com/grape-2229-kisi",
                            "https://www.wine-searcher.com/grape-2223-kombucha",
                            "https://www.wine-searcher.com/grape-1755-koshu",
                            "https://www.wine-searcher.com/grape-732-kotsifali",
                            "https://www.wine-searcher.com/grape-2148-kotsifali-mandilaria",
                            "https://www.wine-searcher.com/grape-2162-koverszolo-grasa-de-cotnari",
                            "https://www.wine-searcher.com/grape-1417-kovidinka",
                            "https://www.wine-searcher.com/grape-1420-krakhuna",
                            "https://www.wine-searcher.com/grape-1421-krassato",
                            "https://www.wine-searcher.com/grape-1419-kuldzhinskii-kouldjinka",
                            "https://www.wine-searcher.com/grape-1888-la-crescent",
                            "https://www.wine-searcher.com/grape-988-la-crosse",
                            "https://www.wine-searcher.com/grape-733-lacrima",
                            "https://www.wine-searcher.com/grape-734-lado",
                            "https://www.wine-searcher.com/grape-581-lagorthi",
                            "https://www.wine-searcher.com/grape-245-lagrein",
                            "https://www.wine-searcher.com/grape-246-lambrusco",
                            "https://www.wine-searcher.com/grape-1913-landot-noir",
                            "https://www.wine-searcher.com/grape-1862-lasin",
                            "https://www.wine-searcher.com/grape-1425-lauzet",
                            "https://www.wine-searcher.com/grape-1322-leanyka",
                            "https://www.wine-searcher.com/grape-1739-lemberger-trollinger",
                            "https://www.wine-searcher.com/grape-735-len-de-l-el",
                            "https://www.wine-searcher.com/grape-1942-len-de-l-el-mauzac",
                            "https://www.wine-searcher.com/grape-976-leon-millot",
                            "https://www.wine-searcher.com/grape-772-liatiko",
                            "https://www.wine-searcher.com/grape-2210-liebfraumilch",
                            "https://www.wine-searcher.com/grape-773-limnio",
                            "https://www.wine-searcher.com/grape-2240-limniona",
                            "https://www.wine-searcher.com/grape-1979-liqueur-honey",
                            "https://www.wine-searcher.com/grape-1429-listan-negro",
                            "https://www.wine-searcher.com/grape-775-lledoner-pelut",
                            "https://www.wine-searcher.com/grape-253-loureiro",
                            "https://www.wine-searcher.com/grape-240-lucie-kuhlmann",
                            "https://www.wine-searcher.com/grape-1428-luglienga-bianca",
                            "https://www.wine-searcher.com/grape-1213-lumassina",
                            "https://www.wine-searcher.com/grape-574-macabeo-viura",
                            "https://www.wine-searcher.com/grape-2133-macabeo-parellada-xarel-lo",
                            "https://www.wine-searcher.com/grape-776-maceratino",
                            "https://www.wine-searcher.com/grape-777-madeleine-angevine",
                            "https://www.wine-searcher.com/grape-260-magliocco-canino",
                            "https://www.wine-searcher.com/grape-778-majarca-alba",
                            "https://www.wine-searcher.com/grape-2218-makgeolli",
                            "https://www.wine-searcher.com/grape-779-malagousia",
                            "https://www.wine-searcher.com/grape-261-malbec",
                            "https://www.wine-searcher.com/grape-1930-malbec-merlot",
                            "https://www.wine-searcher.com/grape-1931-malbec-merlot-tannat",
                            "https://www.wine-searcher.com/grape-1868-malbec-pinot-noir",
                            "https://www.wine-searcher.com/grape-1722-malbec-syrah",
                            "https://www.wine-searcher.com/grape-1713-malbo-gentile",
                            "https://www.wine-searcher.com/grape-2205-malt-beverage",
                            "https://www.wine-searcher.com/grape-2063-malvar",
                            "https://www.wine-searcher.com/grape-264-malvasia",
                            "https://www.wine-searcher.com/grape-1720-malvasia-trebbiano",
                            "https://www.wine-searcher.com/grape-881-malvasia-bianca",
                            "https://www.wine-searcher.com/grape-844-malvasia-bianca-di-candia",
                            "https://www.wine-searcher.com/grape-2279-malvasia-istriana",
                            "https://www.wine-searcher.com/grape-265-malvasia-nera",
                            "https://www.wine-searcher.com/grape-1849-malvasia-nera-negroamaro",
                            "https://www.wine-searcher.com/grape-714-mandilaria-amorghiano",
                            "https://www.wine-searcher.com/grape-2001-mansengs-petit-courbu",
                            "https://www.wine-searcher.com/grape-884-manto-negro",
                            "https://www.wine-searcher.com/grape-1705-mantonico-bianco",
                            "https://www.wine-searcher.com/grape-1994-manzoni-bianco",
                            "https://www.wine-searcher.com/grape-2284-mara",
                            "https://www.wine-searcher.com/grape-1447-marastina",
                            "https://www.wine-searcher.com/grape-1103-maratheftiko",
                            "https://www.wine-searcher.com/grape-266-marechal-foch",
                            "https://www.wine-searcher.com/grape-1664-marmajuelo",
                            "https://www.wine-searcher.com/grape-1889-marquette",
                            "https://www.wine-searcher.com/grape-268-marsanne",
                            "https://www.wine-searcher.com/grape-1687-marsanne-roussanne",
                            "https://www.wine-searcher.com/grape-1823-marselan",
                            "https://www.wine-searcher.com/grape-270-marzemino",
                            "https://www.wine-searcher.com/grape-1452-matrassa",
                            "https://www.wine-searcher.com/grape-1454-maturana-blanca",
                            "https://www.wine-searcher.com/grape-271-mauzac",
                            "https://www.wine-searcher.com/grape-888-mavro",
                            "https://www.wine-searcher.com/grape-889-mavrodaphne",
                            "https://www.wine-searcher.com/grape-1798-mavrotragano",
                            "https://www.wine-searcher.com/grape-892-mavrud",
                            "https://www.wine-searcher.com/grape-2053-mayolet",
                            "https://www.wine-searcher.com/grape-2236-mead",
                            "https://www.wine-searcher.com/grape-1969-melara",
                            "https://www.wine-searcher.com/grape-893-melnik",
                            "https://www.wine-searcher.com/grape-2300-melnik-55",
                            "https://www.wine-searcher.com/grape-978-melody",
                            "https://www.wine-searcher.com/grape-2215-melomel",
                            "https://www.wine-searcher.com/grape-274-melon-de-bourgogne",
                            "https://www.wine-searcher.com/grape-1879-melon-queue-rouge",
                            "https://www.wine-searcher.com/grape-894-mencia",
                            "https://www.wine-searcher.com/grape-926-merille",
                            "https://www.wine-searcher.com/grape-2-meritage",
                            "https://www.wine-searcher.com/grape-275-merlot",
                            "https://www.wine-searcher.com/grape-2109-merlot-montepulciano",
                            "https://www.wine-searcher.com/grape-1843-merlot-nero-d-avola",
                            "https://www.wine-searcher.com/grape-2051-merlot-sagrantino-sangiovese",
                            "https://www.wine-searcher.com/grape-433-merlot-sangiovese",
                            "https://www.wine-searcher.com/grape-1817-merlot-sangiovese-syrah",
                            "https://www.wine-searcher.com/grape-1893-merlot-syrah",
                            "https://www.wine-searcher.com/grape-2003-merlot-tannat",
                            "https://www.wine-searcher.com/grape-2088-merlot-tempranillo",
                            "https://www.wine-searcher.com/grape-895-merlot-blanc",
                            "https://www.wine-searcher.com/grape-896-merseguera",
                            "https://www.wine-searcher.com/grape-1456-merwah",
                            "https://www.wine-searcher.com/grape-1331-merzling",
                            "https://www.wine-searcher.com/grape-921-milgranet",
                            "https://www.wine-searcher.com/grape-1460-minhota",
                            "https://www.wine-searcher.com/grape-1964-minnella",
                            "https://www.wine-searcher.com/grape-1457-mischurnitz",
                            "https://www.wine-searcher.com/grape-1903-miss-blanc",
                            "https://www.wine-searcher.com/grape-280-molinara",
                            "https://www.wine-searcher.com/grape-920-moll",
                            "https://www.wine-searcher.com/grape-2170-monastrell-tempranillo",
                            "https://www.wine-searcher.com/grape-927-mondeuse-blanche",
                            "https://www.wine-searcher.com/grape-928-mondeuse-noire",
                            "https://www.wine-searcher.com/grape-282-monica",
                            "https://www.wine-searcher.com/grape-283-montepulciano",
                            "https://www.wine-searcher.com/grape-1844-montepulciano-sangiovese",
                            "https://www.wine-searcher.com/grape-284-montepulciano-syrah",
                            "https://www.wine-searcher.com/grape-1838-montonega",
                            "https://www.wine-searcher.com/grape-994-montuni",
                            "https://www.wine-searcher.com/grape-1282-moravia-agria",
                            "https://www.wine-searcher.com/grape-929-moreto",
                            "https://www.wine-searcher.com/grape-288-morio-muskat",
                            "https://www.wine-searcher.com/grape-1467-moristel",
                            "https://www.wine-searcher.com/grape-293-moscato-giallo",
                            "https://www.wine-searcher.com/grape-1716-moscato-rosa",
                            "https://www.wine-searcher.com/grape-1471-moschofilero",
                            "https://www.wine-searcher.com/grape-580-moschofilero-roditis",
                            "https://www.wine-searcher.com/grape-934-mourisco-tinto",
                            "https://www.wine-searcher.com/grape-298-mourvedre-monastrell",
                            "https://www.wine-searcher.com/grape-1703-mourvedre-syrah",
                            "https://www.wine-searcher.com/grape-970-mtsvane",
                            "https://www.wine-searcher.com/grape-2269-mtsvane-kakhuri",
                            "https://www.wine-searcher.com/grape-299-muller-thurgau",
                            "https://www.wine-searcher.com/grape-300-muscadelle",
                            "https://www.wine-searcher.com/grape-1106-muscadine",
                            "https://www.wine-searcher.com/grape-1680-muscardin",
                            "https://www.wine-searcher.com/grape-2298-muscaris",
                            "https://www.wine-searcher.com/grape-302-muscat",
                            "https://www.wine-searcher.com/grape-1898-muscat-viognier",
                            "https://www.wine-searcher.com/grape-2131-muscat-bailey-a",
                            "https://www.wine-searcher.com/grape-304-muscat-blanc-a-petits-grains",
                            "https://www.wine-searcher.com/grape-757-muscat-hamburg-muskat-trollinger",
                            "https://www.wine-searcher.com/grape-308-muscat-of-alexandria",
                            "https://www.wine-searcher.com/grape-309-muscat-ottonel",
                            "https://www.wine-searcher.com/grape-2172-muskat-moravsky",
                            "https://www.wine-searcher.com/grape-1476-narince",
                            "https://www.wine-searcher.com/grape-1754-nascetta",
                            "https://www.wine-searcher.com/grape-315-nasco",
                            "https://www.wine-searcher.com/grape-316-nebbiolo",
                            "https://www.wine-searcher.com/grape-753-negoska",
                            "https://www.wine-searcher.com/grape-2227-negramoll",
                            "https://www.wine-searcher.com/grape-1479-negrara",
                            "https://www.wine-searcher.com/grape-318-negrette",
                            "https://www.wine-searcher.com/grape-1480-negroamaro",
                            "https://www.wine-searcher.com/grape-2152-negroamaro-primitivo",
                            "https://www.wine-searcher.com/grape-1481-nerello-cappuccio",
                            "https://www.wine-searcher.com/grape-1963-nerello-cappuccio-nerello-mascalese",
                            "https://www.wine-searcher.com/grape-1727-nerello-mascalese",
                            "https://www.wine-searcher.com/grape-1718-nero-buono",
                            "https://www.wine-searcher.com/grape-323-nero-d-avola",
                            "https://www.wine-searcher.com/grape-1799-nero-d-avola-syrah",
                            "https://www.wine-searcher.com/grape-632-neuburger",
                            "https://www.wine-searcher.com/grape-325-neyret",
                            "https://www.wine-searcher.com/grape-916-niagara",
                            "https://www.wine-searcher.com/grape-1834-nielluccio-sciaccarello",
                            "https://www.wine-searcher.com/grape-898-nincusa",
                            "https://www.wine-searcher.com/grape-899-noah",
                            "https://www.wine-searcher.com/grape-1486-noblessa",
                            "https://www.wine-searcher.com/grape-900-nobling",
                            "https://www.wine-searcher.com/grape-1955-nocera",
                            "https://www.wine-searcher.com/grape-1998-noiret",
                            "https://www.wine-searcher.com/grape-901-norton",
                            "https://www.wine-searcher.com/grape-331-nosiola",
                            "https://www.wine-searcher.com/grape-333-nuragus",
                            "https://www.wine-searcher.com/grape-1489-obaideh",
                            "https://www.wine-searcher.com/grape-1107-ojaleshi",
                            "https://www.wine-searcher.com/grape-1108-okuzgozu",
                            "https://www.wine-searcher.com/grape-1495-olivella",
                            "https://www.wine-searcher.com/grape-336-ondenc",
                            "https://www.wine-searcher.com/grape-1498-opthalmo",
                            "https://www.wine-searcher.com/grape-902-optima",
                            "https://www.wine-searcher.com/grape-2231-orange-muscat",
                            "https://www.wine-searcher.com/grape-338-orion",
                            "https://www.wine-searcher.com/grape-1922-orleans",
                            "https://www.wine-searcher.com/grape-339-ortega",
                            "https://www.wine-searcher.com/grape-1129-ortrugo",
                            "https://www.wine-searcher.com/grape-1691-orvieto-blend",
                            "https://www.wine-searcher.com/grape-1502-oseleta",
                            "https://www.wine-searcher.com/grape-1504-osiris",
                            "https://www.wine-searcher.com/grape-1505-osteiner",
                            "https://www.wine-searcher.com/grape-2285-otskhanuri-sapere",
                            "https://www.wine-searcher.com/grape-924-pais-mission",
                            "https://www.wine-searcher.com/grape-1507-palas",
                            "https://www.wine-searcher.com/grape-2174-palava",
                            "https://www.wine-searcher.com/grape-1768-pallagrello-bianco",
                            "https://www.wine-searcher.com/grape-1767-pallagrello-nero",
                            "https://www.wine-searcher.com/grape-344-palomino",
                            "https://www.wine-searcher.com/grape-903-pamid",
                            "https://www.wine-searcher.com/grape-904-pampanuto",
                            "https://www.wine-searcher.com/grape-1510-papazkarasi",
                            "https://www.wine-searcher.com/grape-1511-parc",
                            "https://www.wine-searcher.com/grape-1512-parellada",
                            "https://www.wine-searcher.com/grape-635-parraleta-%28tinta-caiada%29",
                            "https://www.wine-searcher.com/grape-908-pascal-blanc",
                            "https://www.wine-searcher.com/grape-1988-passerina",
                            "https://www.wine-searcher.com/grape-2110-passerina-pecorino-trebbiano",
                            "https://www.wine-searcher.com/grape-2239-pear-cider-perry",
                            "https://www.wine-searcher.com/grape-352-pecorino",
                            "https://www.wine-searcher.com/grape-354-pedral",
                            "https://www.wine-searcher.com/grape-355-pedro-ximenez",
                            "https://www.wine-searcher.com/grape-356-pelaverga",
                            "https://www.wine-searcher.com/grape-638-peloursin",
                            "https://www.wine-searcher.com/grape-1880-perdea",
                            "https://www.wine-searcher.com/grape-907-perle",
                            "https://www.wine-searcher.com/grape-1517-perricone",
                            "https://www.wine-searcher.com/grape-906-persan",
                            "https://www.wine-searcher.com/grape-1519-petit-bouschet",
                            "https://www.wine-searcher.com/grape-1677-petit-courbu",
                            "https://www.wine-searcher.com/grape-796-petit-manseng",
                            "https://www.wine-searcher.com/grape-1520-petit-meslier",
                            "https://www.wine-searcher.com/grape-797-petit-rouge",
                            "https://www.wine-searcher.com/grape-365-petit-verdot",
                            "https://www.wine-searcher.com/grape-1919-petite-arvine",
                            "https://www.wine-searcher.com/grape-2272-petite-pearl",
                            "https://www.wine-searcher.com/grape-364-petite-sirah-durif",
                            "https://www.wine-searcher.com/grape-2091-petite-sirah-syrah-zinfandel",
                            "https://www.wine-searcher.com/grape-1874-petite-sirah-zinfandel",
                            "https://www.wine-searcher.com/grape-1980-petroulianos",
                            "https://www.wine-searcher.com/grape-798-peurion",
                            "https://www.wine-searcher.com/grape-799-phoenix",
                            "https://www.wine-searcher.com/grape-1487-piccola-nera",
                            "https://www.wine-searcher.com/grape-368-picolit",
                            "https://www.wine-searcher.com/grape-912-picpoul",
                            "https://www.wine-searcher.com/grape-913-picpoul-noir",
                            "https://www.wine-searcher.com/grape-2165-piculit-neri",
                            "https://www.wine-searcher.com/grape-370-piedirosso",
                            "https://www.wine-searcher.com/grape-800-pignerol",
                            "https://www.wine-searcher.com/grape-801-pignola",
                            "https://www.wine-searcher.com/grape-1524-pignolo",
                            "https://www.wine-searcher.com/grape-377-pinard",
                            "https://www.wine-searcher.com/grape-868-pineau-d-aunis",
                            "https://www.wine-searcher.com/grape-1525-pinella-pinello",
                            "https://www.wine-searcher.com/grape-1805-pinot-poulsard-trousseau",
                            "https://www.wine-searcher.com/grape-380-pinot-blanc",
                            "https://www.wine-searcher.com/grape-1851-pinot-blanc-pinot-noir",
                            "https://www.wine-searcher.com/grape-2052-pinot-d-alsace",
                            "https://www.wine-searcher.com/grape-1948-pinot-grigio-zibibbo",
                            "https://www.wine-searcher.com/grape-1992-pinot-gris-sauvignon-blanc",
                            "https://www.wine-searcher.com/grape-382-pinot-grisgrigio",
                            "https://www.wine-searcher.com/grape-2280-pinot-grisgrigio-pinot-blanc",
                            "https://www.wine-searcher.com/grape-383-pinot-meunier",
                            "https://www.wine-searcher.com/grape-1859-pinot-meunier-pinot-noir",
                            "https://www.wine-searcher.com/grape-384-pinot-noir",
                            "https://www.wine-searcher.com/grape-1921-pinot-noir-syrah",
                            "https://www.wine-searcher.com/grape-2158-pinot-noir-zweigelt",
                            "https://www.wine-searcher.com/grape-385-pinotage",
                            "https://www.wine-searcher.com/grape-2048-pinotage-shiraz",
                            "https://www.wine-searcher.com/grape-2228-piquette",
                            "https://www.wine-searcher.com/grape-1412-planta-fina-de-pedralba",
                            "https://www.wine-searcher.com/grape-664-planta-nova",
                            "https://www.wine-searcher.com/grape-910-plantet",
                            "https://www.wine-searcher.com/grape-967-plavac-mali",
                            "https://www.wine-searcher.com/grape-1535-plavac-veli",
                            "https://www.wine-searcher.com/grape-965-plavina",
                            "https://www.wine-searcher.com/grape-2019-plyto",
                            "https://www.wine-searcher.com/grape-666-pollera-nera",
                            "https://www.wine-searcher.com/grape-1539-pontac",
                            "https://www.wine-searcher.com/grape-387-port-blend-red",
                            "https://www.wine-searcher.com/grape-1878-port-blend-white",
                            "https://www.wine-searcher.com/grape-963-portan",
                            "https://www.wine-searcher.com/grape-962-portugieser",
                            "https://www.wine-searcher.com/grape-1812-portuguese-red-blend",
                            "https://www.wine-searcher.com/grape-2058-portuguese-white-blend",
                            "https://www.wine-searcher.com/grape-1544-posip",
                            "https://www.wine-searcher.com/grape-802-poulsard",
                            "https://www.wine-searcher.com/grape-2276-prairie-star",
                            "https://www.wine-searcher.com/grape-1438-precoce-de-malingre",
                            "https://www.wine-searcher.com/grape-1547-premetta",
                            "https://www.wine-searcher.com/grape-2189-premixed-drinks",
                            "https://www.wine-searcher.com/grape-1549-prie-blanc",
                            "https://www.wine-searcher.com/grape-803-prieto-picudo",
                            "https://www.wine-searcher.com/grape-391-primitivo",
                            "https://www.wine-searcher.com/grape-2301-probus",
                            "https://www.wine-searcher.com/grape-805-prokupac",
                            "https://www.wine-searcher.com/grape-1204-prunelard-blanc",
                            "https://www.wine-searcher.com/grape-1206-prunelard-noir",
                            "https://www.wine-searcher.com/grape-1773-pugnitello",
                            "https://www.wine-searcher.com/grape-1555-quagliano",
                            "https://www.wine-searcher.com/grape-2249-rabigato",
                            "https://www.wine-searcher.com/grape-395-rabo-de-ovelha",
                            "https://www.wine-searcher.com/grape-396-raboso",
                            "https://www.wine-searcher.com/grape-2219-radler-shandy",
                            "https://www.wine-searcher.com/grape-2069-raffiat-de-moncade",
                            "https://www.wine-searcher.com/grape-782-ramisco",
                            "https://www.wine-searcher.com/grape-1560-rassegui",
                            "https://www.wine-searcher.com/grape-2153-ratafia",
                            "https://www.wine-searcher.com/grape-1937-rathay",
                            "https://www.wine-searcher.com/grape-784-rauschling",
                            "https://www.wine-searcher.com/grape-398-ravat-blanc",
                            "https://www.wine-searcher.com/grape-990-ravat-vignoles",
                            "https://www.wine-searcher.com/grape-986-rayon-d-or",
                            "https://www.wine-searcher.com/grape-399-rebo",
                            "https://www.wine-searcher.com/grape-2169-red-blend",
                            "https://www.wine-searcher.com/grape-401-refosco",
                            "https://www.wine-searcher.com/grape-981-regent",
                            "https://www.wine-searcher.com/grape-785-regner",
                            "https://www.wine-searcher.com/grape-403-reichensteiner",
                            "https://www.wine-searcher.com/grape-786-reze",
                            "https://www.wine-searcher.com/grape-406-ribolla-gialla",
                            "https://www.wine-searcher.com/grape-2286-rice-wine",
                            "https://www.wine-searcher.com/grape-911-rieslaner",
                            "https://www.wine-searcher.com/grape-407-riesling",
                            "https://www.wine-searcher.com/grape-1877-riesling-silvaner",
                            "https://www.wine-searcher.com/grape-1689-rioja-red-blend",
                            "https://www.wine-searcher.com/grape-1690-rioja-white-blend",
                            "https://www.wine-searcher.com/grape-722-rkatsiteli",
                            "https://www.wine-searcher.com/grape-2238-rkatsiteli-mtsvane",
                            "https://www.wine-searcher.com/grape-2212-robola",
                            "https://www.wine-searcher.com/grape-2011-roditis",
                            "https://www.wine-searcher.com/grape-1935-roesler",
                            "https://www.wine-searcher.com/grape-1806-rolle-ugni-blanc",
                            "https://www.wine-searcher.com/grape-787-romorantin",
                            "https://www.wine-searcher.com/grape-415-rondinella",
                            "https://www.wine-searcher.com/grape-788-rondo",
                            "https://www.wine-searcher.com/grape-1682-roscetto",
                            "https://www.wine-searcher.com/grape-2187-rose-blend",
                            "https://www.wine-searcher.com/grape-2086-rossara",
                            "https://www.wine-searcher.com/grape-419-rossese",
                            "https://www.wine-searcher.com/grape-2299-rossese-bianco",
                            "https://www.wine-searcher.com/grape-1567-rossola-nera",
                            "https://www.wine-searcher.com/grape-422-rotberger",
                            "https://www.wine-searcher.com/grape-2009-roter-gutedel",
                            "https://www.wine-searcher.com/grape-2130-roter-riesling",
                            "https://www.wine-searcher.com/grape-2140-roter-traminer-savagnin-rose",
                            "https://www.wine-searcher.com/grape-1363-roter-veltliner",
                            "https://www.wine-searcher.com/grape-950-rotgipfler",
                            "https://www.wine-searcher.com/grape-2282-rotgipfler-zierfandler",
                            "https://www.wine-searcher.com/grape-423-rougeon",
                            "https://www.wine-searcher.com/grape-424-roussanne",
                            "https://www.wine-searcher.com/grape-1780-roussanne-viognier",
                            "https://www.wine-searcher.com/grape-701-royalty",
                            "https://www.wine-searcher.com/grape-1571-rubienne",
                            "https://www.wine-searcher.com/grape-1572-rubin-bolgarskii",
                            "https://www.wine-searcher.com/grape-702-rubired",
                            "https://www.wine-searcher.com/grape-427-ruby-cabernet",
                            "https://www.wine-searcher.com/grape-704-ruche",
                            "https://www.wine-searcher.com/grape-703-rufete-tinta-pinheira",
                            "https://www.wine-searcher.com/grape-2293-sabrevois",
                            "https://www.wine-searcher.com/grape-667-sacy",
                            "https://www.wine-searcher.com/grape-431-sagrantino",
                            "https://www.wine-searcher.com/grape-2050-sagrantino-sangiovese",
                            "https://www.wine-searcher.com/grape-980-saint-croix",
                            "https://www.wine-searcher.com/grape-1736-saint-jeannet",
                            "https://www.wine-searcher.com/grape-2067-saint-macaire",
                            "https://www.wine-searcher.com/grape-979-saint-pepin",
                            "https://www.wine-searcher.com/grape-2287-sake-international",
                            "https://www.wine-searcher.com/grape-2178-sake-nihonshu-japanese",
                            "https://www.wine-searcher.com/grape-1577-samtrot",
                            "https://www.wine-searcher.com/grape-432-sangiovese",
                            "https://www.wine-searcher.com/grape-1816-sangiovese-syrah",
                            "https://www.wine-searcher.com/grape-2222-sangria",
                            "https://www.wine-searcher.com/grape-810-sankt-laurent",
                            "https://www.wine-searcher.com/grape-1970-santa-maria",
                            "https://www.wine-searcher.com/grape-1573-saperavi",
                            "https://www.wine-searcher.com/grape-435-sauvignon-blanc",
                            "https://www.wine-searcher.com/grape-434-sauvignon-blanc-semillon",
                            "https://www.wine-searcher.com/grape-1881-sauvignon-blanc-ugni-blanc",
                            "https://www.wine-searcher.com/grape-1778-sauvignon-blanc-verdejo",
                            "https://www.wine-searcher.com/grape-1891-sauvignon-blanc-vermentino",
                            "https://www.wine-searcher.com/grape-1822-sauvignon-blanc-viognier",
                            "https://www.wine-searcher.com/grape-1579-sauvignon-gris",
                            "https://www.wine-searcher.com/grape-738-savagnin",
                            "https://www.wine-searcher.com/grape-2292-savagnin-vin-jaune",
                            "https://www.wine-searcher.com/grape-671-savatiano",
                            "https://www.wine-searcher.com/grape-436-scheurebe",
                            "https://www.wine-searcher.com/grape-936-schiava",
                            "https://www.wine-searcher.com/grape-439-schioppettino",
                            "https://www.wine-searcher.com/grape-955-schonburger",
                            "https://www.wine-searcher.com/grape-956-sciaccarello-mammolo",
                            "https://www.wine-searcher.com/grape-672-scuppernong",
                            "https://www.wine-searcher.com/grape-1953-semidano",
                            "https://www.wine-searcher.com/grape-446-semillon",
                            "https://www.wine-searcher.com/grape-2064-semillon-rolle",
                            "https://www.wine-searcher.com/grape-448-sercial",
                            "https://www.wine-searcher.com/grape-449-seyval-blanc",
                            "https://www.wine-searcher.com/grape-1583-sgavetta",
                            "https://www.wine-searcher.com/grape-1789-sherry-blend",
                            "https://www.wine-searcher.com/grape-1112-shiraz-and-syrah",
                            "https://www.wine-searcher.com/grape-674-sideritis",
                            "https://www.wine-searcher.com/grape-454-siegerrebe",
                            "https://www.wine-searcher.com/grape-1586-silcher",
                            "https://www.wine-searcher.com/grape-470-silvaner",
                            "https://www.wine-searcher.com/grape-699-siria-roupeiro",
                            "https://www.wine-searcher.com/grape-2154-skrlet",
                            "https://www.wine-searcher.com/grape-675-smederevka",
                            "https://www.wine-searcher.com/grape-1696-soave-blend",
                            "https://www.wine-searcher.com/grape-2055-solaris",
                            "https://www.wine-searcher.com/grape-464-southern-rhone-red-blend",
                            "https://www.wine-searcher.com/grape-540-southern-rhone-white-blend",
                            "https://www.wine-searcher.com/grape-2275-souvignier-gris",
                            "https://www.wine-searcher.com/grape-1971-spergola",
                            "https://www.wine-searcher.com/grape-1593-stavroto",
                            "https://www.wine-searcher.com/grape-467-steuben",
                            "https://www.wine-searcher.com/grape-2200-sultana",
                            "https://www.wine-searcher.com/grape-676-sumoll",
                            "https://www.wine-searcher.com/grape-2135-sumoll-blanco",
                            "https://www.wine-searcher.com/grape-677-susumaniello",
                            "https://www.wine-searcher.com/grape-938-symphony",
                            "https://www.wine-searcher.com/grape-1899-syrah-tempranillo",
                            "https://www.wine-searcher.com/grape-2083-syrah-touriga",
                            "https://www.wine-searcher.com/grape-1685-syrah-viognier",
                            "https://www.wine-searcher.com/grape-2093-syrah-zinfandel",
                            "https://www.wine-searcher.com/grape-1318-szagos-feher",
                            "https://www.wine-searcher.com/grape-475-taminga",
                            "https://www.wine-searcher.com/grape-476-tannat",
                            "https://www.wine-searcher.com/grape-477-tarrango",
                            "https://www.wine-searcher.com/grape-1627-tavkveri",
                            "https://www.wine-searcher.com/grape-1601-tazzelenghe",
                            "https://www.wine-searcher.com/grape-483-tempranillo",
                            "https://www.wine-searcher.com/grape-2006-tempranillo-blanco",
                            "https://www.wine-searcher.com/grape-2278-teran",
                            "https://www.wine-searcher.com/grape-484-teroldego",
                            "https://www.wine-searcher.com/grape-2075-terrantez",
                            "https://www.wine-searcher.com/grape-1608-terret-blanc",
                            "https://www.wine-searcher.com/grape-1808-terret-gris",
                            "https://www.wine-searcher.com/grape-1114-terret-noir",
                            "https://www.wine-searcher.com/grape-940-tibouren",
                            "https://www.wine-searcher.com/grape-941-timorasso",
                            "https://www.wine-searcher.com/grape-487-tinta-amarela-trincadeira",
                            "https://www.wine-searcher.com/grape-488-tinta-barroca",
                            "https://www.wine-searcher.com/grape-2095-tinta-barroca-tinta-roriz-touriga",
                            "https://www.wine-searcher.com/grape-791-tinta-carvalha",
                            "https://www.wine-searcher.com/grape-792-tinta-francisca",
                            "https://www.wine-searcher.com/grape-795-tinta-negra-mole",
                            "https://www.wine-searcher.com/grape-2081-tinta-roriz-aragonez-touriga",
                            "https://www.wine-searcher.com/grape-2085-tinta-roriz-tinto-cao-touriga",
                            "https://www.wine-searcher.com/grape-1772-tintilia",
                            "https://www.wine-searcher.com/grape-490-tinto-cao",
                            "https://www.wine-searcher.com/grape-2141-tintore-di-tramonti",
                            "https://www.wine-searcher.com/grape-1186-titan",
                            "https://www.wine-searcher.com/grape-1693-tokaji-blend",
                            "https://www.wine-searcher.com/grape-495-torbato",
                            "https://www.wine-searcher.com/grape-939-torrontes",
                            "https://www.wine-searcher.com/grape-1048-touriga-franca",
                            "https://www.wine-searcher.com/grape-2084-touriga-franca-touriga-nacional",
                            "https://www.wine-searcher.com/grape-497-touriga-nacional",
                            "https://www.wine-searcher.com/grape-498-trajadura-treixadura",
                            "https://www.wine-searcher.com/grape-804-traminer",
                            "https://www.wine-searcher.com/grape-972-traminette",
                            "https://www.wine-searcher.com/grape-942-trbljan",
                            "https://www.wine-searcher.com/grape-502-trebbiano-ugni-blanc",
                            "https://www.wine-searcher.com/grape-2199-trebbiano-spoletino",
                            "https://www.wine-searcher.com/grape-658-trepat",
                            "https://www.wine-searcher.com/grape-660-trincadeira-das-pratas",
                            "https://www.wine-searcher.com/grape-663-triomphe",
                            "https://www.wine-searcher.com/grape-2302-trnjak",
                            "https://www.wine-searcher.com/grape-30-trousseau-bastardo",
                            "https://www.wine-searcher.com/grape-1115-trousseau-gris",
                            "https://www.wine-searcher.com/grape-662-tsaoussi",
                            "https://www.wine-searcher.com/grape-1584-tsitska",
                            "https://www.wine-searcher.com/grape-1169-tsolikouri",
                            "https://www.wine-searcher.com/grape-1626-turan-agria",
                            "https://www.wine-searcher.com/grape-2208-umeshu",
                            "https://www.wine-searcher.com/grape-1628-usakhelauri",
                            "https://www.wine-searcher.com/grape-2087-uva-del-fantini",
                            "https://www.wine-searcher.com/grape-511-uva-di-troia",
                            "https://www.wine-searcher.com/grape-2129-uva-longanesi",
                            "https://www.wine-searcher.com/grape-512-uva-rara",
                            "https://www.wine-searcher.com/grape-808-vaccarese",
                            "https://www.wine-searcher.com/grape-809-valdiguie",
                            "https://www.wine-searcher.com/grape-1900-valiant",
                            "https://www.wine-searcher.com/grape-1688-valpolicella-blend",
                            "https://www.wine-searcher.com/grape-2295-valvin-muscat",
                            "https://www.wine-searcher.com/grape-517-ventura",
                            "https://www.wine-searcher.com/grape-2104-verdanel",
                            "https://www.wine-searcher.com/grape-937-verdea",
                            "https://www.wine-searcher.com/grape-518-verdeca",
                            "https://www.wine-searcher.com/grape-519-verdejo",
                            "https://www.wine-searcher.com/grape-1991-verdejo-viura",
                            "https://www.wine-searcher.com/grape-1996-verdelet",
                            "https://www.wine-searcher.com/grape-520-verdelho",
                            "https://www.wine-searcher.com/grape-656-verdesse",
                            "https://www.wine-searcher.com/grape-522-verdicchio",
                            "https://www.wine-searcher.com/grape-811-verdil",
                            "https://www.wine-searcher.com/grape-523-verdiso",
                            "https://www.wine-searcher.com/grape-812-verdoncho",
                            "https://www.wine-searcher.com/grape-524-verduzzo",
                            "https://www.wine-searcher.com/grape-525-vermentino-rolle",
                            "https://www.wine-searcher.com/grape-1982-vermentino-nero",
                            "https://www.wine-searcher.com/grape-2032-vermouth",
                            "https://www.wine-searcher.com/grape-2235-vermouth-di-torino",
                            "https://www.wine-searcher.com/grape-526-vernaccia",
                            "https://www.wine-searcher.com/grape-1795-vernaccia-nera",
                            "https://www.wine-searcher.com/grape-1630-vertzami",
                            "https://www.wine-searcher.com/grape-527-vespaiolo",
                            "https://www.wine-searcher.com/grape-528-vespolina",
                            "https://www.wine-searcher.com/grape-2132-vidadillo-crespiello",
                            "https://www.wine-searcher.com/grape-529-vidal",
                            "https://www.wine-searcher.com/grape-2147-vidiano",
                            "https://www.wine-searcher.com/grape-1632-vien-de-nus",
                            "https://www.wine-searcher.com/grape-1633-vijariego-blanco",
                            "https://www.wine-searcher.com/grape-1667-vijariego-negro",
                            "https://www.wine-searcher.com/grape-651-vilana",
                            "https://www.wine-searcher.com/grape-973-villard-blanc",
                            "https://www.wine-searcher.com/grape-2176-vin-de-liqueur",
                            "https://www.wine-searcher.com/grape-534-vinhao-sousao",
                            "https://www.wine-searcher.com/grape-535-viognier",
                            "https://www.wine-searcher.com/grape-2264-viorica",
                            "https://www.wine-searcher.com/grape-652-viosinho",
                            "https://www.wine-searcher.com/grape-653-vital",
                            "https://www.wine-searcher.com/grape-1635-vitovska",
                            "https://www.wine-searcher.com/grape-655-volitsa-volidza",
                            "https://www.wine-searcher.com/grape-2237-voskehat",
                            "https://www.wine-searcher.com/grape-2018-voudomato",
                            "https://www.wine-searcher.com/grape-1637-vradiano",
                            "https://www.wine-searcher.com/grape-1638-vranac",
                            "https://www.wine-searcher.com/grape-2012-vugava",
                            "https://www.wine-searcher.com/grape-2106-vuillermin",
                            "https://www.wine-searcher.com/grape-539-welschriesling",
                            "https://www.wine-searcher.com/grape-2168-white-blend",
                            "https://www.wine-searcher.com/grape-654-wurzer",
                            "https://www.wine-searcher.com/grape-542-xarel-lo",
                            "https://www.wine-searcher.com/grape-2277-xarel-lo-vermell",
                            "https://www.wine-searcher.com/grape-582-xinomavro",
                            "https://www.wine-searcher.com/grape-1643-xynisteri",
                            "https://www.wine-searcher.com/grape-648-zalema",
                            "https://www.wine-searcher.com/grape-646-zefir",
                            "https://www.wine-searcher.com/grape-2171-zelen",
                            "https://www.wine-searcher.com/grape-543-zenit",
                            "https://www.wine-searcher.com/grape-1645-zeta",
                            "https://www.wine-searcher.com/grape-1646-zeus",
                            "https://www.wine-searcher.com/grape-643-zierfandler",
                            "https://www.wine-searcher.com/grape-647-zilavka",
                            "https://www.wine-searcher.com/grape-544-zinfandel",
                            "https://www.wine-searcher.com/grape-1647-zlahtina",
                            "https://www.wine-searcher.com/grape-645-zweigelt"
                        ],
                        "type": "string",
                        "description": "Choose a grape variety from the list. Pinot Noir by default. For obscure grapes not listed, use the 'Custom Grape URL' field below.",
                        "default": "https://www.wine-searcher.com/grape-384-pinot-noir"
                    },
                    "customUrl": {
                        "title": "Custom Grape URL (if your grape is not listed above)",
                        "pattern": "^https://www\\.wine-searcher\\.com/grape-\\d+-[a-zA-Z0-9%+\\-]+",
                        "type": "string",
                        "description": "Optional — override the grape selected above by pasting a Wine-Searcher grape URL directly. Useful for very obscure grapes not in the dropdown."
                    },
                    "scrapeAllGrapes": {
                        "title": "Scrape ALL grapes",
                        "type": "boolean",
                        "description": "Override the dropdown and crawl every grape variety on Wine-Searcher (~1,054). Warning: a full run can produce 5,000-15,000 wines and cost $20-$60.",
                        "default": false
                    },
                    "maxPagesPerGrape": {
                        "title": "Max Pages per Grape",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Maximum number of pagination pages to scrape per grape. Each page contains ~25 wines.",
                        "default": 5
                    },
                    "tabFilter": {
                        "title": "Wine Sorting",
                        "enum": [
                            "mostpopular",
                            "best",
                            "bestvalue",
                            "mostexpensive",
                            "cheapest"
                        ],
                        "type": "string",
                        "description": "Choose how wines are sorted on each grape page.",
                        "default": "mostpopular"
                    },
                    "targetCurrency": {
                        "title": "Convert prices to (optional)",
                        "enum": [
                            "",
                            "USD",
                            "EUR",
                            "GBP",
                            "CHF",
                            "JPY",
                            "AUD",
                            "CAD",
                            "NZD",
                            "SEK",
                            "NOK",
                            "DKK",
                            "ISK",
                            "PLN",
                            "CZK",
                            "HUF",
                            "RON",
                            "TRY",
                            "ILS",
                            "ZAR",
                            "BRL",
                            "MXN",
                            "CNY",
                            "HKD",
                            "SGD",
                            "INR",
                            "KRW",
                            "PHP",
                            "THB",
                            "IDR",
                            "MYR"
                        ],
                        "type": "string",
                        "description": "If set, avg_price is converted to this currency using a live exchange rate feed (300+ source currencies covered). The original price and currency are kept alongside. Leave empty to skip conversion.",
                        "default": ""
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
