GET/stores/{domain}

Retrieve detailed profile for a specific Shopify store including tech stack, pricing, and classification data.

Parameters

NameTypeRequiredDescription
domainstringYesThe store domain (e.g. allbirds.com)

Response

application/json
{
  "store": {
    "domain": "allbirds.com",
    "page_title": "Allbirds | Sustainable Shoes & Clothing",
    "primary_category": "Footwear",
    "product_count": 142,
    "tools": ["Klaviyo", "Google Analytics 4", "Meta Pixel"],
    "significance_score": 45.2
  }
}