Shopify Store Product & Price Scraper
Pricing
from $10.00 / 1,000 product scrapeds
Shopify Store Product & Price Scraper
Extract complete product catalogs, variant pricing, and inventory data from any Shopify store to monitor ecommerce competitors.
Pricing
from $10.00 / 1,000 product scrapeds
Rating
0.0
(0)
Developer

Andok
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Shopify Product Scraper & Price Monitor
Scrape complete product catalogs from any Shopify store for competitive pricing intelligence and market analysis. Just provide store URLs and get back structured product data including titles, variants, prices, SKUs, inventory status, and images -- all extracted from Shopify's public API without headless browsers or expensive proxies.
Features
- Full catalog extraction — pulls every product and variant from a Shopify store's public API
- Variant-level detail — captures prices, SKUs, inventory availability, and weights for each variant
- Multi-store support — scrape multiple Shopify stores in a single run
- No browser required — uses Shopify's
products.jsonendpoint directly, keeping runs fast and cheap - Configurable limits — set a maximum number of products per store to control output size and cost
- Structured output — returns clean, typed data ready for spreadsheets, databases, or analysis pipelines
- Charge-limit safety — respects per-run spending caps so you never exceed your budget
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | — | List of Shopify store URLs to scrape (e.g., https://gymshark.com) |
maxProducts | integer | No | 250 | Maximum number of products to extract per store (1-5,000) |
timeoutSeconds | integer | No | 15 | Maximum seconds to wait for each store's API to respond |
Input Example
{"urls": ["https://gymshark.com","https://allbirds.com","https://bombas.com"],"maxProducts": 250,"timeoutSeconds": 15}
Output
Each product in the store produces one result object with full variant and image data.
Key fields:
storeUrl(string) — the Shopify store URLproductId(number) — Shopify product IDtitle(string) — product titlehandle(string) — URL-friendly product handleproductType(string) — product category/typevendor(string) — brand or vendor namepublishedAt(string) — ISO date when the product was publishedvariants(array) — list of variants, each withid,title,price,sku,available, andgramsimages(string[]) — list of product image URLs
Output Example
{"storeUrl": "https://gymshark.com","productId": 7865432109876,"title": "Adapt Animal Seamless Leggings","handle": "adapt-animal-seamless-leggings","productType": "Leggings","vendor": "Gymshark","publishedAt": "2025-01-15T09:00:00-05:00","variants": [{"id": 43210987654321,"title": "Black / XS","price": "62.00","sku": "GSLL-BK-XS","available": true,"grams": 200},{"id": 43210987654322,"title": "Black / S","price": "62.00","sku": "GSLL-BK-S","available": true,"grams": 210}],"images": ["https://cdn.shopify.com/s/files/1/example/products/leggings-front.jpg","https://cdn.shopify.com/s/files/1/example/products/leggings-back.jpg"]}
Pricing
| Event | Cost |
|---|---|
| Product Scraped | Pay-per-event (see actor pricing page) |
You pay for each product extracted. A per-run spending cap ensures you stay within budget.
Use Cases
- Competitive pricing — monitor competitor product prices and track changes over time with scheduled runs
- Market research — analyze product catalogs across multiple Shopify stores in your niche
- Dropshipping sourcing — evaluate supplier catalogs by extracting full product and variant data
- Inventory monitoring — track product availability and stock status across competitor stores
- Price comparison tools — feed structured product data into comparison engines or dashboards
- E-commerce analytics — build datasets of product types, vendors, and pricing tiers across the Shopify ecosystem
Related Actors
| Actor | What it adds |
|---|---|
| Company Enrichment & Research | Enriches Shopify store owners with company metadata, social links, and VAT validation |
| Website Contact Scraper | Finds contact emails and phones on Shopify store pages for outreach |
| Tech Stack Analyzer | Confirms whether a site runs on Shopify and identifies other technologies |