Shopify Store Intelligence Scraper avatar

Shopify Store Intelligence Scraper

Pricing

$2.00 / 1,000 product scrapeds

Go to Apify Store
Shopify Store Intelligence Scraper

Shopify Store Intelligence Scraper

Extract public Shopify product catalogs, prices, images, vendors, tags, contacts, and social links from store URLs. No login needed.

Pricing

$2.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Fred A

Fred A

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract public Shopify product catalogs, prices, images, vendors, tags, contacts, and social links from store URLs.

This Actor is built for ecommerce research, lead generation, price monitoring, and competitor catalog analysis. Add one or more Shopify store URLs and get clean product-level rows you can export to JSON, CSV, Excel, or consume through the Apify API.

No login. No browser. No Shopify API key.

What You Can Do

  • Build ecommerce lead lists from known Shopify stores
  • Monitor competitor catalogs and product pricing
  • Pull product images, tags, vendors, and product types
  • Find contact emails, phone numbers, and social profiles from each store
  • Filter product catalogs by keyword

Input

FieldDefaultDescription
storeUrlsrequiredShopify store URLs to scrape
maxProductsPerStore100Maximum products to deliver per store
includeContactstrueExtract emails and phone numbers from homepage/contact/about pages
includeSocialstrueExtract Instagram, TikTok, Facebook, YouTube, Pinterest, LinkedIn, and X/Twitter links
keywordFilter[]Optional product title/tag/vendor/type keywords
requestDelayMillis250Delay between catalog page requests

Example:

{
"storeUrls": [
"https://allbirds.com",
"https://gymshark.com"
],
"maxProductsPerStore": 250,
"includeContacts": true,
"includeSocials": true,
"keywordFilter": ["shoe", "shirt"]
}

Output

Each row is one product:

{
"storeUrl": "https://allbirds.com",
"storeDomain": "allbirds.com",
"storeName": "Allbirds",
"isShopify": true,
"productId": 123456789,
"handle": "mens-wool-runner",
"title": "Men's Wool Runner",
"vendor": "Allbirds",
"productType": "Shoes",
"tags": ["mens", "running"],
"price": 98,
"maxPrice": 98,
"currency": "USD",
"available": true,
"variantCount": 6,
"productUrl": "https://allbirds.com/products/mens-wool-runner",
"imageUrl": "https://cdn.shopify.com/...",
"emails": ["help@example.com"],
"phones": [],
"socialLinks": ["https://instagram.com/allbirds"]
}

Pricing

Pay per result: $0.002 per product delivered to your dataset.

You are charged only after a product row is successfully saved. Failed stores, duplicate products, and stores with no accessible catalog are not charged.

Notes

  • This Actor works best when you already have store URLs.
  • Some Shopify stores disable or limit public catalog JSON. Those stores may return no products.
  • Contact and social extraction is best-effort from public homepage/contact/about pages.
  • Use maxProductsPerStore to control run cost.

This Actor collects publicly available data from public store pages and public Shopify catalog endpoints. Use it responsibly and in line with applicable laws and website terms.