Shopify Scraper avatar

Shopify Scraper

Try for free

No credit card required

View all Actors
Shopify Scraper

Shopify Scraper

pocesar/shopify-scraper
Try for free

No credit card required

Automate monitoring prices on the most popular solution for building online stores and selling products online. Crawl arbitrary Shopify-powered online stores and extract a list of all products in a structured form, including product title, price, description, etc.

You can access the Shopify 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  "startUrls": [
3    {
4      "url": "https://www.decathlon.com"
5    }
6  ],
7  "maxRequestsPerCrawl": 10,
8  "proxyConfig": {
9    "useApifyProxy": true
10  },
11  "extendOutputFunction": "async ({ data, item, product, images, fns, name, request, variants, context, customData, input, Apify }) => {\\n  return item;\\n}",
12  "extendScraperFunction": "async ({ fns, customData, Apify, label }) => {\\n \\n}",
13  "customData": {},
14  "maxConcurrency": 10,
15  "maxRequestRetries": 3
16}' |
17apify call pocesar/shopify-scraper --silent --output-dataset

Shopify Scraper API through CLI

The Apify CLI is the official tool that allows you to use Shopify 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
  • 91 monthly users
  • 11 stars
  • 97.7% runs succeeded
  • 77 days response time
  • Created in Jul 2021
  • Modified over 1 year ago
Categories