Shopify Scraper - Ultra Fast Product Extractor avatar
Shopify Scraper - Ultra Fast Product Extractor

Pricing

$0.49 / 1,000 products

Go to Apify Store
Shopify Scraper - Ultra Fast Product Extractor

Shopify Scraper - Ultra Fast Product Extractor

Extract full product data from any Shopify store in seconds: titles, descriptions, prices, variants, stock, images and more. Ultra fast, reliable and API ready.

Pricing

$0.49 / 1,000 products

Rating

5.0

(1)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Fast Shopify Product Scraper

Apify Actor Python Docker

A high-performance, lightning-fast Shopify scraper for Apify. Automatically extracts detailed product data via API with zero overhead.


🚀 Quick Start

  1. Enter your start URLs (e.g., https://your-shopify-store.com/).
  2. Click "Start" to begin the crawl.

You will find the results in the Dataset tab once the run is complete.


⚙️ Input Parameters

Key ParametersDescription
startUrlsThe URLs of the Shopify stores you want to crawl.
maxProductsThe maximum number of products to extract. Ideal for quick tests.
proxyConfigurationConfigure Apify Proxy or your own custom proxies. (Recommended)

📊 Example Output (JSON)

The extracted data is provided in a clean, standardized format.

{
"source": {
"id": "8282451083392",
"canonicalUrl": "https://kith.com/products/khm190004-302-ph",
"retailer": "Kith",
"language": "en",
"currency": "USD",
"createdUTC": 1701923594000,
"updatedUTC": 1764850273000,
"publishedUTC": 1764794864000
},
"title": "Kithmas Script Pajama Set - Stadium",
"description": "<p>Cotton heavy jersey fabric...</p>",
"description_plain": "Cotton heavy jersey fabric...",
"brand": "Kith",
"categories": ["mens", "pajamas"],
"tags": ["apparel", "final-sale", "mens"],
"variants": [
{
"id": "45118084186240",
"title": "XS",
"sku": "KHM190004-302-XS",
"options": ["XS"],
"price": {
"current": 18500,
"previous": 0,
"stockStatus": "OutOfStock"
}
}
],
"medias": [
{
"id": "41601802174592",
"type": "Image",
"url": "https://cdn.shopify.com/s/files/1/0094/2252/files/front.jpg",
"variantIds": [],
"alt": "Front View"
}
],
"options": [
{
"type": "Size",
"values": [{"id": "XS", "name": "XS"}]
}
],
"availability": "OutOfStock",
"sku": "KHM190004-302-XS",
"url": "https://kith.com/products/khm190004-302-ph",
"platform": "shopify"
}