Vivino

Listing API

GET https://api.dataextractorpro.com/listing ⚡ 1 Credit

Gives data on Vivino wine listings, including wine names, prices, ratings, product URLs, wineries, and more.

Overview

This API endpoint allows programmatically extracting clean, structured data for Vivino.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
url
url
text Required
URL can be obtained from the url parameter of category endpoint.
sort
sort
select Optional
Select the sorting option used to order the wines in the listing results, such as highest-price.
Allowed Values: highest-price lowest-price highest-rated most-popular
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}