Shopify Store Detector - Bulk Stack + 25 App Fingerprints avatar

Shopify Store Detector - Bulk Stack + 25 App Fingerprints

Pricing

$30.00 / 1,000 domain checkeds

Go to Apify Store
Shopify Store Detector - Bulk Stack + 25 App Fingerprints

Shopify Store Detector - Bulk Stack + 25 App Fingerprints

Bulk Shopify detection from any URL list. Returns Shopify confirmation, theme, currency, country, and 25+ recognized app fingerprints (Klaviyo, Recharge, Yotpo, Postscript, Smile.io, Gorgias). Cheapest technographic lookup for Shopify-targeted B2B. $0.03 per store. Free preview.

Pricing

$30.00 / 1,000 domain checkeds

Rating

0.0

(0)

Developer

Emily Ward

Emily Ward

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Shopify Store Detector + Product Catalog Profiler

Given a list of domains, detects which ones run on Shopify and profiles the store. Returns rich per-store data using only public, no-auth endpoints.

What it detects

  • Is it Shopify? Six independent signals (CDN refs, /products.json endpoint, JS bundle paths, Shopify-Token header, theme manifest, Shopify-XID). Confidence score 0 to 1.
  • Plan tier hint: Basic, Shopify, Advanced, or Plus (inferred from feature signals like /admin endpoints, custom checkout domain, B2B flags).
  • Theme name and theme store ID from the live JSON manifest.
  • Currency, country, money format from the store's shop config.
  • Product count via /products.json pagination.
  • Top categories from sampled product tags + product_type fields.
  • App fingerprints: detects 25+ common Shopify apps (Klaviyo, Recharge, Yotpo, Loox, Stamped, ReConvert, Bold, Vitals, AfterShip, etc.).
  • Custom domain vs myshopify.com mapping.

All signals are public. No login, no API key, no Shopify partner access required.

Why use this

Every B2B tool that targets Shopify merchants (Klaviyo, Recharge, Loox, Postscript, Triple Whale, etc) needs a way to filter "is this prospect a Shopify store" and "what apps are they already running." This actor does that in bulk.

Input

{
"domains": ["allbirds.com", "kith.com", "fashionnova.com"],
"max_products_sampled": 50,
"include_non_shopify": true,
"preview": false
}

Pricing

  • US$0.03 per domain. Pay per domain checked.
  • Preview mode runs the first domain free.
  • Sampling more products does not change the price.

Output

{
"domain": "allbirds.com",
"is_shopify": true,
"confidence": 0.95,
"signals": ["cdn_shopify", "products_json", "shopify_xid", "theme_manifest"],
"myshopify_domain": "allbirds-2.myshopify.com",
"plan_tier_hint": "Plus",
"theme_name": "Dawn",
"theme_id": 887,
"currency": "USD",
"country": "US",
"product_count": 1248,
"top_categories": ["Shoes", "Apparel", "Accessories"],
"apps_detected": ["Klaviyo", "Yotpo Reviews", "Recharge", "ReConvert"],
"app_count": 4,
"checked_at": "2026-05-30T22:25:00Z"
}

Pairs well with

Deep-dive landing page: https://ai-sales-personalizer.vercel.app/scrapers/shopify-store-detector

Limitations

  • Stores can hide /products.json (Shopify Plus has settings to disable). When hidden, the detector still works but product_count will be null.
  • App fingerprints depend on apps injecting detectable script tags. Some apps run server-side only and won't appear.
  • Confidence below 0.5 means signals are inconsistent. Re-run with max_products_sampled: 0 for a cheap binary check.

Integrations

This actor works out of the box with every Apify-supported integration:

  • API: call via Apify API or any official SDK (Python, JavaScript, PHP, .NET). Returns a clean dataset URL.
  • Schedule: set a daily, weekly, or custom cron cadence in Apify Console. Combine with notification for fresh feeds.
  • Webhooks: wire ACTOR.RUN.SUCCEEDED to Slack, Discord, Zapier, Make, n8n, Pipedream, or any HTTPS endpoint.
  • MCP: this actor is discoverable through Apify's hosted MCP server at mcp.apify.com for Claude, Cursor, Cline, Windsurf, and other MCP clients.
  • n8n / Make / Zapier: native HTTP-Request integration. Trigger the actor on schedule, pipe results to Google Sheets, Airtable, your CRM, or any database.

Try it free

Every Apify user gets $5/month in free platform credits (around 250 events at this actor's per-event price). Run preview mode first to confirm output shape before scaling.

New to Apify? Sign up here to get free credits on signup.

What's New

  • 2026-06-03: Metadata, categories, and SEO refreshed. Latest version live on Apify Store.

Last Updated

2026-06-03