Total Wine Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsTotal Wine Scraper
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.
You can access the Total Wine Scraper 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.
1echo '{
2 "shippingInfo": "ispStore~1408:ifcStore~1401@ifcStoreState~US-WA@method~INSTORE_PICKUP",
3 "maxItems": 10,
4 "endPage": 5,
5 "startUrls": [
6 "https://www.totalwine.com/spirits/c/c0030?&pageSize=24&aty=1,1,0,1"
7 ],
8 "extendOutputFunction": "($) => { return {} }",
9 "customMapFunction": "(object) => { return {...object} }",
10 "proxy": {
11 "useApifyProxy": true,
12 "apifyProxyCountry": "US",
13 "apifyProxyGroups": [
14 "RESIDENTIAL"
15 ]
16 }
17}' |
18apify 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
1npm i -g apify-cli
2apify login
Other API clients include: