docs / enrich-store

Online Store Intelligence API

Online Store Intelligence API

base /enrich-store/v13 endpoints
post/enrich-store/v1/store_lookup8 credits

store domain → platform verdict + store metadata + tech-stack + catalog sample (price/discount/stock signals) + reputation (mode-scaled depth)

ParameterAllowed / rangeDescription
storerequiredStore domain or URL (e.g. allbirds.com or https://shop.example.com). A leading www. / scheme / path is accepted and normalized.
mode = basicoptionalbasic · catalog · richDepth of the lookup. Default basic. catalog scales credits with max_items; rich adds reputation/SERP depth.
max_items = 250optional1–1000catalog mode only: walk store pages until this many products are sampled (hard-capped at 1000; for a FULL product harvest use the shopify engine directly — this is enrichment, not bulk export).
include_marketplace = falseoptionalrich mode only: also probe Amazon/Etsy presence for the brand (OPTIONAL — false-match risk; every hit carries a confidence score, none is asserted as definitive).
Try in playground →
post/enrich-store/v1/platform_detect2 credits

store domain → ecommerce platform verdict (shopify|woocommerce|magento|bigcommerce|prestashop|custom_or_unknown) from the store's own public JSON capability test + technographic fingerprint — fast, no catalog fetch

ParameterAllowed / rangeDescription
storerequiredStore domain or URL (e.g. allbirds.com or https://shop.example.com). A leading www. / scheme / path is accepted and normalized.
Try in playground →
post/enrich-store/v1/batch20 credits

look up to 5 stores in one call (basic mode, cache-first, per-store ok/error)

ParameterAllowed / rangeDescription
storesrequiredUp to 5 store domains (array or comma-separated). Each is looked up in basic mode, cache-first, per-store ok/error.
Try in playground →