{
  "id": 5816880,
  "title": "How to find every Shopify store in a list of 10,000 domains",
  "url": "https://urgent.news/2026/09/05/how-to-find-every-shopify-store-in-a-list-of-10-000-domains",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-05T19:10:42.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/clearfetch/how-to-find-every-shopify-store-in-a-list-of-10000-domains-m89"
  },
  "original_language": "en",
  "account": "To identify Shopify stores from a list of 10,000 domains, examine the response headers returned when each domain is requested. Shopify conveys `x-shopid` in its headers, which can be used as an indicator. Cookies such as `_shopify_y` and `__utma` also suggest Shopify usage. Meta tags containing `_shopify_y` and `__utma` are additional clues. HTML and meta tags provide direct evidence of the platform in use. URLs from `cdn.shopify.com`, Google Tag Manager scripts (`googletagmanager.com/gtm.js`), and JavaScript libraries from `js.hs-scripts.com` are typical of Shopify sites. DNS records and TXT records from verification tokens for various SaaS tools also indicate the presence of multiple platforms. Tools like Wappalyzer and online webappanalyzer help identify these technologies by matching known patterns. Common pitfalls include failing to account for JavaScript-injected technologies, which are sometimes not present in the initial HTML. Headless storefronts that use frameworks like Next.js may not show Shopify URLs directly but can still be identified by vendor URLs hidden within inline scripts. RegEx patterns used for matching must include a confidence tag for accurate detection. When using automated tools like the Apify Actor, `tech-stack-detector`, ensure sufficient confidence levels to minimize false positives. The approach has limitations, such as not executing JavaScript or detecting technologies that leave no trace in HTML or headers. Real-time site interactions might reveal additional platform indicators, but this approach generally offers a reliable starting point for identifying Shopify stores from a large domain list.",
  "summary": "You have a list of domains. A conference attendee export, a directory scrape, a spreadsheet from a colleague. You want to know which of them run Shopify, which run WordPress, which have HubSpot installed, and which are on Cloudflare. That single question sits behind a lot of sales prospecting, competitor tracking and agency audits. The mechanics are not complicated, and it is worth understanding…",
  "key_points": [
    "Shopify stores can be identified by x-shopid in response headers",
    "Cookies like shopifyy and utma indicate Shopify usage",
    "URLs from cdn.shopify.com and Google Tag Manager scripts suggest Shopify sites"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}