SYSTEM all green source vinos.de queue 8,421 pages p99 latency 185ms dataflirt.com · scraper/vinos-de
RUN : 14 active pipelines : vinos.de live

Vinos.de data,
at warehouse scale.

We extract wine catalogues, pricing signals, vintage details, tasting notes, and expert ratings from Vinos.de. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Wines extracted
12,405 /run
Price updates
42.1K /24h
Review records
115K /run
Active pipelines
14
Uptime
99.98%
Data Dictionary

Every field we extract from vinos.de

Structured, schema-consistent data across all major object types — delivered clean, typed, and ready to query.

Complete list of extractable fields for Wine Listings objects from vinos.de. All fields typed and schema-versioned.

wine_idnamevintagebodegaregion_dogrape_varietieswine_typepricebottle_sizealcohol_pctstock_status
wine_listings
● 200 OK
"wine_id": "V-12345",
"name": "Marques de Riscal Reserva",
"vintage": "2018",
"bodega": "Marques de Riscal",
"region_do": "Rioja DOCa",
"grape_varieties": "['Tempranillo', 'Graciano']",
"wine_type": "Red Wine",
"price": 18.95
# wine_idnamevintagebodegaregion_dogrape_varieties
1
2
3

Complete list of extractable fields for Pricing & Bundles objects from vinos.de. All fields typed and schema-versioned.

wine_idbase_pricediscount_pricebundle_sizeprice_per_litrediscount_pctpromotion_nametimestamp
pricing_& bundles
● 200 OK
"wine_id": "V-12345",
"base_price": 18.95,
"discount_price": 15.95,
"bundle_size": 6,
"price_per_litre": 21.26,
"discount_pct": 15,
"promotion_name": "Sommer-Paket",
"timestamp": "2026-05-12T14:30:00Z"
# wine_idbase_pricediscount_pricebundle_sizeprice_per_litrediscount_pct
1
2
3

Complete list of extractable fields for Expert Ratings objects from vinos.de. All fields typed and schema-versioned.

wine_idrater_namescorerating_textpublicationvintage_ratedrating_scalescraped_at
expert_ratings
● 200 OK
"wine_id": "V-12345",
"rater_name": "Guia Penin",
"score": 93,
"rating_text": "Intense cherry red. Ripe fruit, sweet spices...",
"publication": "Guia Penin 2020",
"vintage_rated": "2018",
"rating_scale": 100,
"scraped_at": "2026-05-12T14:30:15Z"
# wine_idrater_namescorerating_textpublicationvintage_rated
1
2
3

Complete list of extractable fields for Tasting Notes objects from vinos.de. All fields typed and schema-versioned.

wine_idvisualnosepalateserving_tempfood_pairingdrinking_windowdescription
tasting_notes
● 200 OK
"wine_id": "V-12345",
"visual": "Deep ruby red with garnet rim",
"nose": "Complex aromas of vanilla and dark berries",
"palate": "Structured tannins, long finish",
"serving_temp": "16-18 C",
"food_pairing": "['Roast Lamb', 'Cured Cheeses']",
"drinking_window": "2023-2030",
"description": "A classic Rioja Reserva..."
# wine_idvisualnosepalateserving_tempfood_pairing
1
2
3

Complete list of extractable fields for Customer Reviews objects from vinos.de. All fields typed and schema-versioned.

review_idwine_idstar_ratingreview_datereviewer_namereview_textverified_buyerhelpful_votes
customer_reviews
● 200 OK
"review_id": "R-98765",
"wine_id": "V-12345",
"star_rating": 5,
"review_date": "2026-04-10",
"reviewer_name": "Klaus M.",
"review_text": "Excellent value for money. Will buy again.",
"verified_buyer": true,
"helpful_votes": 12
# review_idwine_idstar_ratingreview_datereviewer_namereview_text
1
2
3

Capabilities

Everything you need from Vinos.de

Our Vinos.de scraper extracts the complete Spanish wine catalogue, including complex bundle pricing, expert ratings, and tasting notes, while managing age-verification sessions automatically.

Full Catalogue Extraction

Extract every wine, spirit, and sherry listed. Capture bodega, vintage, DO region, and grape variety metadata accurately.

Dynamic Bundle Pricing

Vinos.de relies heavily on 'Pakete' (bundles). We extract single bottle prices, bundle discounts, and price-per-litre metrics.

Expert Rating Normalisation

Capture and structure scores from Guia Penin, Robert Parker, Falstaff, and James Suckling directly from the product pages.

Tasting Notes Corpus

Extract structured tasting profiles, including visual, nose, palate, food pairings, and recommended drinking windows.

Customer Review Mining

Paginate through customer reviews to extract star ratings, text, verified buyer status, and review dates.

Stock & Availability

Monitor inventory status, low-stock warnings, and delivery timeframes for every SKU in real time.

Age Gate Management

Automated session handling to bypass the mandatory 18+ age verification overlay without interrupting the crawl.

Change Detection

Run continuous pipelines with hash-based diffing. Receive updates only when prices, stock, or ratings change.

Localised Extraction

Capture German-language descriptions and tasting notes exactly as presented on the target storefront.

// engagement pipeline

From target list to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide category URLs, specific bodegas, or request a full catalogue crawl. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy crawlers, session management for age gates, and proxy rotation for Vinos.de.

Validation & QA
d 4–6

Schema validation, null-rate checks, and price-outlier detection before full launch.

Delivery
ongoing

JSON, CSV, or Parquet pushed to your S3 bucket, BigQuery dataset, or Snowflake stage on agreed cadence.

Under the hood

How our pipeline handles Vinos.de

Extracting wine data requires managing sessions, parsing complex pricing tables, and handling dynamic content. Here is how we build it.

pipeline-monitor · vinos.de · live ● active
// fingerprinting
Identity rotation
TLS fingerprintrandomised
User-agentrotated
IP poolresidential
Challenges blocked0
// pagination
Page coverage
48,291 pages queued running
// observability
Pipeline health
99.9%
uptime
142ms
p99 lat
0.3%
null rate
2
alerts
Session handling
Automated age gate traversal

Vinos.de requires users to confirm they are over 18. Our pipeline automatically manages cookie sessions and headers to clear this gate before extraction begins, ensuring zero dropped requests.

Pricing logic
Bundle and promotion parsing

Wine pricing is rarely static. We parse single bottle prices, 6-bottle bundle discounts, seasonal promotions, and calculate the exact price-per-litre to normalise the dataset.

Data structuring
Normalising expert ratings

Scores from Parker, Penin, and Falstaff are presented in varying formats. We use regex and structured parsing to separate the rater, the score, and the textual review into clean database columns.

JavaScript rendering
Playwright for dynamic elements

Certain stock indicators and dynamic search filters rely on client-side rendering. We deploy Playwright to execute JavaScript and capture the final DOM state.

Monitoring
Schema drift detection

Retailers update their front-end frameworks constantly. Our observability stack monitors null rates on critical fields like price and vintage, alerting our engineers to update selectors immediately.

Applications

Who uses Vinos.de data

Teams across industries use vinos.de data to build competitive products and smarter operations.

01
Competitor Price Monitoring

Wine merchants and importers track Vinos.de pricing, bundle discounts, and promotions to adjust their own retail strategies.

02
Market Research

Beverage analysts monitor the distribution of Spanish DO regions, grape varieties, and vintages available in the German market.

03
AI Sommelier Training

Machine learning teams ingest thousands of structured tasting notes and food pairings to train recommendation engines.

04
Brand Monitoring

Spanish bodegas track how their wines are presented, priced, and reviewed by consumers in Northern Europe.

05
Inventory Forecasting

Supply chain analysts track out-of-stock indicators across specific vintages to predict market scarcity and demand.

06
Sentiment Analysis

NLP models process customer reviews to gauge consumer sentiment towards specific grape varieties or winemaking styles.

Why DataFlirt

"Vinos.de holds the definitive catalogue of Spanish wines in the European market. Querying this data requires navigating age gates and complex bundle pricing."

Extracting wine data requires more than simple HTTP GET requests. You need session management for age verification, JavaScript execution for dynamic pricing bundles, and structured parsing for tasting notes. DataFlirt handles the extraction layer so your team can focus on analysis, not infrastructure maintenance.

Technical Spec

Vinos.de scraper technical specifications

Everything supported by our vinos.de scraper — rendered SPA elements, auth walls, rate-limit evasion and beyond.

Age-gate bypass
Automated cookie injection to clear 18+ verification walls
Supported
JavaScript rendering
Playwright sessions for dynamic stock and filter loading
Supported
Bundle extraction
Parsing of 'Pakete' and multi-buy promotional pricing
Supported
Rating normalisation
Extraction of Parker, Penin, and Falstaff scores into discrete fields
Supported
Review pagination
Capture all customer reviews across multiple pages
Supported
Change detection
Hash-based diffing to emit only updated records
Supported
Webhook delivery
HTTP POST per record for real-time inventory updates
Supported
User purchase history
Extraction of past orders from authenticated accounts
Partial
Vinos Plus balances
Scraping of loyalty point balances from user profiles
Partial
Infrastructure

Infrastructure powering the pipeline

Open-source tooling on proven cloud infra — no vendor lock-in, full observability.

ScrapyPlaywrightPython 3.12RedisPostgreSQLApache AirflowAWS LambdaS3CloudWatch2CaptchaCapSolverResidential ProxiesDockerKubernetesGrafanaPrometheus
Scrapy + Playwright Stack

Scrapy handles crawl orchestration, deduplication, and retry logic. Playwright handles JavaScript rendering, cookie sessions, and interaction flows. Combined via scrapy-playwright middleware.

Residential Proxy Infrastructure

We maintain pools of residential ISP proxies across DE regions. Rotation happens per-request with sticky sessions where required. IP score monitoring prevents blacklisted pool contamination.

Cloud-Native Orchestration

Pipelines run on AWS Lambda and ECS. Airflow handles scheduling, dependency management, and SLA alerting. All state stored in managed Postgres.

Output & Delivery

Your data, your destination

Data delivered to where your team already works — no new tooling required.

JSON
Newline-delimited or nested array formatting
CSV
Flat file with typed columns
XLS
Excel compatible format for business analysts
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery
Webhook
HTTP POST per record for real-time downstream processing
API
REST endpoint to query extracted datasets
BigQuery
Streamed directly into your dataset
Snowflake
Stage and COPY INTO workflow
Postgres
Upsert into your existing schema
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About vinos.de scraping, legality, and pipeline operations.

Ask us directly →
Can you extract prices for wine bundles and single bottles?

Yes. Vinos.de frequently uses 'Pakete' (bundles). We extract the single bottle price, the bundle price, the discount percentage, and calculate the price-per-litre for standardisation.

How do you handle the 18+ age verification?

Our pipeline automatically injects the necessary session cookies and headers to clear the age gate before initiating the crawl, ensuring complete access to the catalogue.

Do you capture expert ratings like Guia Penin or Robert Parker?

Yes. We parse the product descriptions and metadata to extract specific scores, the name of the rater, and the textual review provided by the critic.

Can I get the tasting notes in a structured format?

Yes. We separate tasting notes into discrete fields such as visual appearance, nose, palate, recommended serving temperature, and food pairings.

How frequently can you update the pricing data?

We can configure pipelines to run daily, weekly, or at custom intervals. Change detection ensures we only deliver updated records, minimising processing overhead on your end.

Is it possible to extract customer reviews?

Yes. We paginate through all available customer reviews for each wine, extracting the star rating, review text, date, and verified buyer status.

$ dataflirt scope --new-project --source=vinos.de ready

Tell us what
to extract.
We do the rest.

20-minute scoping call. Pilot dataset within the week. Production within two. Whether you need a one-off catalogue export or continuous price monitoring across thousands of vintages, we scope, build, and operate the pipeline. Tell us what you need.

hello@dataflirt.com · Bengaluru · IST · typical reply < 4h
Related Scrapers

More in food drink and kitchen

Services

Data Extraction for Every Industry

View All Services →