๐๏ธ Shopify Product Extractor โ Catalog & Prices
Pricing
from $8.00 / 1,000 results
๐๏ธ Shopify Product Extractor โ Catalog & Prices
Extract complete product catalogs from any Shopify store. Get names, prices, variants, images, inventory levels & collections. Built for dropshippers, price monitoring tools & product researchers. Works on all 4M+ Shopify stores via public API โ no login required.
Pricing
from $8.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
6
Total users
2
Monthly active users
an hour ago
Last modified
Categories
Share
๐๏ธ Shopify Spy โ Deep Store & Product Research
Extract complete product catalogs from any Shopify store in minutes. Get product names, descriptions, prices, variants, images, inventory data, and more โ all through Shopify's public products.json endpoint. No login or API key required.
What Data Do You Get?
Each product extracted includes:
- Product details: Title, description, product type, vendor, tags
- Pricing: Current price, compare-at price, discount percentage
- Variants: Size, color, SKU, weight, inventory quantity (when available)
- Media: All product image URLs in multiple sizes
- Metadata: Created/updated dates, handle (URL slug), status
- Store summary: Total product count, price ranges, category breakdown
Use Cases
- Competitor analysis: Monitor competitor product lines, pricing strategies, and new launches
- Market research: Analyze product trends, pricing patterns, and category gaps across multiple stores
- Dropshipping sourcing: Find profitable products by comparing prices across Shopify stores
- Price monitoring: Track price changes over time by scheduling regular scrapes
- E-commerce intelligence: Build datasets of products across niches for market sizing
- SEO research: Analyze product titles, descriptions, and tags for keyword opportunities
Quick Start
Python SDK
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("nexgendata/shopify-store-analyzer").call(run_input={"storeUrl": "allbirds.com","maxProducts": 250,"includeVariants": True})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"{item['title']} - ${item['price']}")
cURL
curl "https://api.apify.com/v2/acts/nexgendata~shopify-store-analyzer/runs?token=YOUR_API_TOKEN" \-X POST \-H "Content-Type: application/json" \-d '{"storeUrl": "allbirds.com", "maxProducts": 100}'
Example Output
{"title": "Tree Runners","vendor": "Allbirds","productType": "Shoes","price": "98.00","compareAtPrice": "110.00","tags": ["men", "running", "sustainable"],"variants": [{"title": "Natural Black / Size 10","sku": "TR-BLK-10","price": "98.00","available": true}],"images": ["https://cdn.shopify.com/..."],"createdAt": "2024-01-15T10:30:00Z","handle": "tree-runners"}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
storeUrl | string | required | Shopify store URL (e.g., allbirds.com) |
maxProducts | integer | 250 | Maximum products to extract (up to 1,000) |
includeVariants | boolean | true | Include size, color, SKU, inventory details |
Pricing
Pay only for what you use with pay-per-event pricing:
- $0.008 per product extracted
- Example: 250 products = $2.00
FAQ
Does this work on any Shopify store? Yes โ it works on any store built on Shopify that hasn't disabled the public products.json endpoint. This covers the vast majority of Shopify's 4+ million stores.
Do I need a Shopify account or API key? No. This actor uses Shopify's public product feed which requires no authentication.
How often can I scrape a store? As often as you need. Schedule daily, weekly, or monthly runs using Apify Schedules to track inventory and pricing changes over time.
Can I scrape multiple stores at once? Run multiple instances in parallel โ one per store โ for bulk competitor analysis.
What's the maximum number of products I can extract? Up to 1,000 products per run. Most Shopify stores have fewer than 1,000 products.
Is the data suitable for import into my e-commerce platform? Yes โ output is clean JSON that can be easily transformed for import into WooCommerce, BigCommerce, Amazon, or any platform.
Integrations
Connect Shopify Spy to your workflow with Zapier, Make.com, or the Apify API. Export data as JSON, CSV, or Excel.
Related Shopify Actors
NexGenData offers a complete Shopify intelligence suite. Each actor targets a different use case:
| Actor | What It Does | Best For |
|---|---|---|
| Shopify Revenue Estimator | Revenue estimates, theme & app detection, traffic analysis | Competitive due diligence, investor research |
| Shopify Product Extractor | Full product catalogs with prices, variants, inventory | Dropshipping, price monitoring |
| Shopify Product Scraper | Lightweight product data via /products.json | Quick product lookups, data pipelines |
| Shopify Store Detector | Theme, 55+ app fingerprints, tech stack, Shopify plan | Tech stack analysis, market research |
| Shopify App Store Scraper | App listings, reviews, pricing, ratings from apps.shopify.com | App market intelligence, competitor tracking |
Sign up for Apify to get started with $5 in free credits every month.