Shopify Scraper API
Real-time Shopify store data API — get store metadata, browse full product catalogs with variants and images, view individual product details, and list all collections. Works with any public Shopify store. All data is returned as clean, structured JSON. 4 endpoints: - Get Store Info — Store metadata by domain: store name, domain, currency, product count, description, and other store-level…
Shopify Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Store | ||
| GET |
getStoreInfo /shopify/store-info |
Get metadata for a Shopify store including name, description, domain, currency, money format, and published product count. Accepts a myshopify.com subdomain, a custom domain, or… |
| Products | ||
| GET |
getProduct /shopify/product |
Get full details for a single product by its handle (URL slug). Returns the product title, description, vendor, type, all variants with pricing/availability/SKUs, all images,… |
| GET |
listProducts /shopify/products |
List products from a Shopify store with pagination. Returns product titles, handles, variants (with prices, SKUs, availability), images, tags, and timestamps. Use the `page` and… |
| Collections | ||
| GET |
listCollections /shopify/collections |
List all product collections (categories) for a Shopify store. Returns collection titles, handles, descriptions, images, product counts, and publication dates. |
Shopify Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|