Total Wine Scraper avatar
Total Wine Scraper

Deprecated

Pricing

$20.00/month + usage

Go to Store
Total Wine Scraper

Total Wine Scraper

Deprecated

Developed by

Onur

Onur

Maintained by Community

Scrape data from Total Wine. Extract descriptions, images, reviews, stock info, and all other product details. The actor supports category URLs and/or searching across the website by any search term.

0.0 (0)

Pricing

$20.00/month + usage

1

Total users

60

Monthly users

1

Last modified

2 months ago

You can access the Total Wine Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "shippingInfo": "ispStore~1408:ifcStore~1401@ifcStoreState~US-WA@method~INSTORE_PICKUP",
< "maxItems": 10,
< "endPage": 5,
< "startUrls": [
< "https://www.totalwine.com/spirits/c/c0030?&pageSize=24&aty=1,1,0,1"
< ],
< "extendOutputFunction": "($) => { return {} }",
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyCountry": "US",
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call oyildirim/totalwine-actor --silent --output-dataset

Total Wine Scraper API through CLI

The Apify CLI is the official tool that allows you to use Total Wine Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: