Wine-Searcher website screenshot

Wine-Searcher

Wine-Searcher is the world's leading wine search engine and marketplace, providing access to prices, availability, and data on over 15 million wines from retailers worldwide. The Wine-Searcher API allows developers to integrate wine pricing data, merchant listings, critic scores, vintage availability, and wine details directly into websites and applications. Typical API consumers include wine apps, websites, blogs, market research companies, wine investment platforms, and insurance services.

1 APIs 0 Features
DataMarketplaceWinePricesMerchantsVintagesCritics

APIs

Wine-Searcher API

The Wine-Searcher API provides wine pricing data, aggregated critic scores, grape variety, region, and merchant listings for any wine in the Wine-Searcher database. The API uses...

Collections

Pricing Plans

Rate Limits

Wine Searcher Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Wine Searcher Context

15 classes · 16 properties

JSON-LD

API Governance Rules

Wine-Searcher API Rules

9 rules · 6 errors 2 warnings 1 info

SPECTRAL

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
💰
Pricing
Pricing
💬
FAQ
FAQ
🔗
DataFeed
DataFeed
🔗
Linking
Linking
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Wine-Searcher API
  version: 1.0.0
items:
- info:
    name: wine-check
    type: folder
  items:
  - info:
      name: Get Wine Check Data
      type: http
    http:
      method: GET
      url: https://www.wine-searcher.com/ws_api.php/wine-check
      params:
      - name: api_key
        value: ''
        type: query
        description: Your Wine-Searcher API key
      - name: winename
        value: ''
        type: query
        description: Name of the wine to look up (URL-encoded, e.g., haut+brion)
      - name: vintage
        value: ''
        type: query
        description: Wine vintage year (4-digit year or 'NV' for non-vintage)
      - name: currencycode
        value: ''
        type: query
        description: 'ISO 4217 currency code for price results (default: USD)'
      - name: location
        value: ''
        type: query
        description: Filter results by country code (e.g., USA, GBR)
      - name: state
        value: ''
        type: query
        description: Filter results by US state code (e.g., CA, NY)
      - name: offer_type
        value: ''
        type: query
        description: Filter by offer type (R=retail, A=auction, B=both)
      - name: format
        value: ''
        type: query
        description: Response format (json or xml, default is xml)
    docs: Returns aggregated wine data for a given wine name and optional vintage. Provides the Wine-Searcher aggregated critic
      score, grape variety, producer, region, min/max/average price, and alcohol by volume. This is the primary endpoint for
      wine valuation and data enrichment use cases.
- info:
    name: market-price
    type: folder
  items:
  - info:
      name: Get Market Price Listings
      type: http
    http:
      method: GET
      url: https://www.wine-searcher.com/ws_api.php/market-price
      params:
      - name: api_key
        value: ''
        type: query
        description: Your Wine-Searcher API key
      - name: winename
        value: ''
        type: query
        description: Name of the wine to look up (URL-encoded)
      - name: vintage
        value: ''
        type: query
        description: Wine vintage year or NV
      - name: currencycode
        value: ''
        type: query
        description: ISO 4217 currency code for price results
      - name: location
        value: ''
        type: query
        description: Filter results by country code
      - name: state
        value: ''
        type: query
        description: Filter results by US state code
      - name: offer_type
        value: ''
        type: query
        description: Filter by offer type (R=retail, A=auction)
      - name: format
        value: ''
        type: query
        description: Response format (json or xml)
    docs: Returns a list of merchants currently selling a specific wine, including shop name, price, location, and purchase
      links. Returns the first 24 merchant listings sorted by price (lowest first). Useful for price comparison, cellar management,
      and purchase integrations.
bundled: true