Total Wine Scraper avatar

Total Wine Scraper

Under maintenance
Try for free

2 hours trial then $20.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Total Wine Scraper

Total Wine Scraper

oyildirim/totalwine-actor
Try for free

2 hours trial then $20.00/month - No credit card required now

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:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Jun 2022
  • Modified 2 months ago