Shopify Scraper
Pricing
$19.99/month + usage
Go to Apify Store
Shopify Scraper
Scrape Shopify store data effortlessly with this Shopify Scraper ποΈ Extract product details, prices, descriptions, images, reviews, and availability in seconds π Perfect for competitor analysis, pricing research, and ecommerce insights π Fast, reliable, and scalable π
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScraperX
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Scrapes product data from Shopify stores: homepage, collection pages, or direct product URLs. Output matches a single JSON object with scraped_at, config, total_products, and products array.
Why use this actor
- Bulk URLs: Pass multiple store/collection/product URLs in one run.
- Proxy fallback: Uses no proxy by default; if blocked, falls back to datacenter then residential (with 3 retries), and sticks with residential for the rest of the run.
- Structured output: Each product includes source, title, description, brand, categories, tags, variants, medias, and options.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| startUrls | array | Yes | Shopify store homepages, collection URLs, or product URLs. |
| maxResults | integer | No | Max products per URL (default: 100, 0 = no limit). |
| proxyConfiguration | object | No | Apify proxy settings; used for datacenter/residential fallback when needed. |
Example:
{"startUrls": [{ "url": "https://kith.com/" },{ "url": "https://store.com/collections/shoes" }],"maxResults": 100,"proxyConfiguration": { "useApifyProxy": true }}
Output
One dataset item with:
- scraped_at β UTC timestamp of the run.
- config β Echo of startUrls, maxResults, etc.
- total_products β Total number of products scraped.
- products β Array of product objects:
source,title,description,brand,categories,tags,variants,medias,options.
How to use (Apify Console)
- Open Apify Console β Actors.
- Select Shopify Scraper.
- Set Start URLs and optionally Max results and Proxy configuration.
- Click Start.
- Check the Log for progress and proxy fallback messages.
- Download or view the result in the run Dataset (single item with
productsarray).
Cautions
- Data is collected from publicly available Shopify storefronts only.
- You are responsible for compliance with the target siteβs terms and applicable laws (e.g. privacy, data protection).