Shopify Scraper avatar
Shopify Scraper

Pricing

Pay per usage

Go to Store
Shopify Scraper

Shopify Scraper

Developed by

Paulo Cesar

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

31

Monthly users

74

Runs succeeded

98%

Response time

12 days

Last modified

2 years ago

You can access the Shopify 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.

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:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.