Vivino
1 day trial then $10.00/month - No credit card required now
Vivino
1 day trial then $10.00/month - No credit card required now
Find wines, vintages, wineries, ratings, taste profiles and more. Many filters available. It's fast and costs little!
You can access the Vivino programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "1.4",
5 "x-build-id": "j60LjtPbi86rIUqpK"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~vivino/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-vivino",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/canadesk~vivino/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-vivino",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/canadesk~vivino/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-vivino",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "process",
135 "market"
136 ],
137 "properties": {
138 "process": {
139 "title": "Process",
140 "enum": [
141 "ge",
142 "gs",
143 "gw",
144 "gr",
145 "gc",
146 "gvs"
147 ],
148 "type": "string",
149 "description": "See Information tab.",
150 "default": "gw"
151 },
152 "summary": {
153 "title": "Summarized results",
154 "type": "boolean",
155 "description": "See Information tab.",
156 "default": false
157 },
158 "format": {
159 "title": "Save on usage cost",
160 "type": "boolean",
161 "description": "Wraps all results in a single row.",
162 "default": false
163 },
164 "market": {
165 "title": "Market",
166 "enum": [
167 "AU",
168 "AT",
169 "BE",
170 "BR",
171 "CA",
172 "CZ",
173 "DK",
174 "FI",
175 "FR",
176 "DE",
177 "HK",
178 "IT",
179 "JP",
180 "LU",
181 "MC",
182 "NL",
183 "NO",
184 "SG",
185 "ES",
186 "SE",
187 "CH",
188 "GB",
189 "US"
190 ],
191 "type": "string",
192 "description": "Simulates user country.",
193 "default": "CA"
194 },
195 "keyword": {
196 "title": "URL or Search terms",
197 "type": "string",
198 "description": "See Information tab.",
199 "default": "https://www.vivino.com/CA/en/w/2141966?year=2020"
200 },
201 "searchfilter": {
202 "title": "Search filter",
203 "type": "string",
204 "description": "For Search only. Must contain this value.",
205 "default": ""
206 },
207 "allreviews": {
208 "title": "More reviews",
209 "type": "boolean",
210 "description": "For Get Wine Details/Reviews only. Will paginate reviews.",
211 "default": true
212 },
213 "reviewsfilter": {
214 "title": "Reviews filter",
215 "type": "array",
216 "description": "For Get Wine Details/Reviews only. See Information tab."
217 },
218 "winetypes": {
219 "title": "Wine types",
220 "type": "array",
221 "description": "For Explore only. See Information tab."
222 },
223 "discounts": {
224 "title": "Discounts only",
225 "type": "boolean",
226 "description": "For Explore only.",
227 "default": false
228 },
229 "ratingmin": {
230 "title": "Minimum rating",
231 "type": "string",
232 "description": "For Explore/Search only. Must be number with up to 1 decimal.",
233 "default": "3.2"
234 },
235 "sortby": {
236 "title": "Sort by",
237 "enum": [
238 "vfm_scores",
239 "best_picks",
240 "ratings_average",
241 "discount_percent",
242 "priceasc",
243 "pricedesc",
244 "ratings_count"
245 ],
246 "type": "string",
247 "description": "For Explore only.",
248 "default": "ratings_count"
249 },
250 "pricemin": {
251 "title": "Minimum price",
252 "minimum": 0,
253 "maximum": 10000,
254 "type": "integer",
255 "description": "For Explore only.",
256 "default": 10
257 },
258 "pricemax": {
259 "title": "Maximum price",
260 "minimum": 0,
261 "maximum": 50000,
262 "type": "integer",
263 "description": "For Explore only.",
264 "default": 70
265 },
266 "maximum": {
267 "title": "Maximum results",
268 "minimum": 25,
269 "maximum": 200,
270 "type": "integer",
271 "description": "",
272 "default": 50
273 },
274 "delay": {
275 "title": "Delay",
276 "minimum": 1,
277 "maximum": 30,
278 "type": "integer",
279 "description": "Waiting time between requests.",
280 "default": 2
281 },
282 "retries": {
283 "title": "Retries",
284 "minimum": 1,
285 "maximum": 5,
286 "type": "integer",
287 "description": "Number of retries after failure.",
288 "default": 3
289 },
290 "proxy": {
291 "title": "Proxy configuration",
292 "type": "object",
293 "description": "Select proxies to be used by your crawler."
294 }
295 }
296 },
297 "runsResponseSchema": {
298 "type": "object",
299 "properties": {
300 "data": {
301 "type": "object",
302 "properties": {
303 "id": {
304 "type": "string"
305 },
306 "actId": {
307 "type": "string"
308 },
309 "userId": {
310 "type": "string"
311 },
312 "startedAt": {
313 "type": "string",
314 "format": "date-time",
315 "example": "2025-01-08T00:00:00.000Z"
316 },
317 "finishedAt": {
318 "type": "string",
319 "format": "date-time",
320 "example": "2025-01-08T00:00:00.000Z"
321 },
322 "status": {
323 "type": "string",
324 "example": "READY"
325 },
326 "meta": {
327 "type": "object",
328 "properties": {
329 "origin": {
330 "type": "string",
331 "example": "API"
332 },
333 "userAgent": {
334 "type": "string"
335 }
336 }
337 },
338 "stats": {
339 "type": "object",
340 "properties": {
341 "inputBodyLen": {
342 "type": "integer",
343 "example": 2000
344 },
345 "rebootCount": {
346 "type": "integer",
347 "example": 0
348 },
349 "restartCount": {
350 "type": "integer",
351 "example": 0
352 },
353 "resurrectCount": {
354 "type": "integer",
355 "example": 0
356 },
357 "computeUnits": {
358 "type": "integer",
359 "example": 0
360 }
361 }
362 },
363 "options": {
364 "type": "object",
365 "properties": {
366 "build": {
367 "type": "string",
368 "example": "latest"
369 },
370 "timeoutSecs": {
371 "type": "integer",
372 "example": 300
373 },
374 "memoryMbytes": {
375 "type": "integer",
376 "example": 1024
377 },
378 "diskMbytes": {
379 "type": "integer",
380 "example": 2048
381 }
382 }
383 },
384 "buildId": {
385 "type": "string"
386 },
387 "defaultKeyValueStoreId": {
388 "type": "string"
389 },
390 "defaultDatasetId": {
391 "type": "string"
392 },
393 "defaultRequestQueueId": {
394 "type": "string"
395 },
396 "buildNumber": {
397 "type": "string",
398 "example": "1.0.0"
399 },
400 "containerUrl": {
401 "type": "string"
402 },
403 "usage": {
404 "type": "object",
405 "properties": {
406 "ACTOR_COMPUTE_UNITS": {
407 "type": "integer",
408 "example": 0
409 },
410 "DATASET_READS": {
411 "type": "integer",
412 "example": 0
413 },
414 "DATASET_WRITES": {
415 "type": "integer",
416 "example": 0
417 },
418 "KEY_VALUE_STORE_READS": {
419 "type": "integer",
420 "example": 0
421 },
422 "KEY_VALUE_STORE_WRITES": {
423 "type": "integer",
424 "example": 1
425 },
426 "KEY_VALUE_STORE_LISTS": {
427 "type": "integer",
428 "example": 0
429 },
430 "REQUEST_QUEUE_READS": {
431 "type": "integer",
432 "example": 0
433 },
434 "REQUEST_QUEUE_WRITES": {
435 "type": "integer",
436 "example": 0
437 },
438 "DATA_TRANSFER_INTERNAL_GBYTES": {
439 "type": "integer",
440 "example": 0
441 },
442 "DATA_TRANSFER_EXTERNAL_GBYTES": {
443 "type": "integer",
444 "example": 0
445 },
446 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
447 "type": "integer",
448 "example": 0
449 },
450 "PROXY_SERPS": {
451 "type": "integer",
452 "example": 0
453 }
454 }
455 },
456 "usageTotalUsd": {
457 "type": "number",
458 "example": 0.00005
459 },
460 "usageUsd": {
461 "type": "object",
462 "properties": {
463 "ACTOR_COMPUTE_UNITS": {
464 "type": "integer",
465 "example": 0
466 },
467 "DATASET_READS": {
468 "type": "integer",
469 "example": 0
470 },
471 "DATASET_WRITES": {
472 "type": "integer",
473 "example": 0
474 },
475 "KEY_VALUE_STORE_READS": {
476 "type": "integer",
477 "example": 0
478 },
479 "KEY_VALUE_STORE_WRITES": {
480 "type": "number",
481 "example": 0.00005
482 },
483 "KEY_VALUE_STORE_LISTS": {
484 "type": "integer",
485 "example": 0
486 },
487 "REQUEST_QUEUE_READS": {
488 "type": "integer",
489 "example": 0
490 },
491 "REQUEST_QUEUE_WRITES": {
492 "type": "integer",
493 "example": 0
494 },
495 "DATA_TRANSFER_INTERNAL_GBYTES": {
496 "type": "integer",
497 "example": 0
498 },
499 "DATA_TRANSFER_EXTERNAL_GBYTES": {
500 "type": "integer",
501 "example": 0
502 },
503 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
504 "type": "integer",
505 "example": 0
506 },
507 "PROXY_SERPS": {
508 "type": "integer",
509 "example": 0
510 }
511 }
512 }
513 }
514 }
515 }
516 }
517 }
518 }
519}
Vivino OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Vivino from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Actor Metrics
12 monthly users
-
2 stars
>99% runs succeeded
Created in Dec 2024
Modified 2 months ago