StoreInspect Developer Access

Shopify Store Leads API with Verified Contacts

Search 850K+ Shopify stores, enrich known domains, preview decision-makers, and reveal verified contact channels from StoreInspect's store intelligence index.

Request

Search by Shopify buying signals

V1
curl https://storeinspect.com/api/v1/stores/search \
  -H "Authorization: Bearer si_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "filters": {
      "platform": "shopify",
      "category": ["fashion"],
      "traffic_tier": ["50k-200k", "200k+"],
      "apps": { "missing": ["klaviyo"] },
      "pixels": { "include": ["meta-pixel"] }
    },
    "limit": 25
  }'

Response

Return store context and contact availability

V1
{
  "object": "store_search_result",
  "data": [
    {
      "domain": "example-store.com",
      "category": "Fashion",
      "traffic_tier": "200k+",
      "lead_fit_score": 86,
      "apps": ["Recharge", "Gorgias"],
      "missing_apps": ["Klaviyo"],
      "contacts_preview": {
        "available": true,
        "roles": ["Founder", "Marketing"]
      }
    }
  ],
  "next_cursor": "cur_..."
}
TL;DR

StoreInspect is a Shopify lead generation API, not a general email finder or Shopify Admin API. Use it to search 850K+ Shopify stores, enrich domains, preview contacts, and reveal selected decision-maker channels with account-level credits.

850K+
Shopify stores indexed
970K+
Contacts with usable channels
56%
Non-generic email contacts
400+
Shopify apps and storefront signals
API + MCP
Developer and AI-agent access
V1
Database-backed search and enrichment

API Workflows

Move Shopify store intelligence into the systems where your team already works.

1

Search stores by ICP

Filter 850K+ Shopify stores by category, country, apps, missing apps, pixels, themes, Shopify Plus signals, traffic tier, revenue tier, Meta ads, and lead fit.

2

Enrich known domains

Send domains from your CRM, signup flow, scraped lists, or internal tools and get StoreInspect store context back without manual lookup work.

3

Preview contacts

Search and preview decision-makers before spending reveal credits. See role, seniority, store context, and whether contact channels are available.

4

Reveal selected channels

Reveal only the contacts that match your account criteria. API, dashboard, and MCP reveals share the same account-level contact credit pool.

What You Can Build

Use the API for production integrations and the docs for exact request shapes, scopes, and response fields.

Store search

POST /api/v1/stores/search

Use a Shopify store database API to build account lists with filters for apps, missing apps, pixels, themes, geography, traffic, revenue, products, and store fit.

Domain enrichment

POST /api/v1/stores/enrich

Use StoreInspect as a Shopify enrichment API for domains you already know, adding store status, category, tech stack, traffic tier, and contact availability.

Contact search

POST /api/v1/contacts/search

Find contact previews attached to qualified Shopify stores before revealing email, phone, LinkedIn, or other available channels.

Contact reveal

POST /api/v1/contacts/reveal

Reveal selected contact channels with idempotency support and credit-aware responses for production workflows.

Usage and taxonomy

GET /api/v1/usage

Check plan access, credit availability, trial caps, rate limits, and the taxonomy values your integration can safely send.

OpenAPI and MCP

/openapi.json + hosted MCP

Use the REST API directly, generate clients from OpenAPI, or connect AI clients through the hosted StoreInspect MCP server.

Hosted MCP

Give AI agents the same Shopify intelligence tools

Connect ChatGPT, Claude, Cursor, Codex, or another MCP client to StoreInspect for guided store research. Use REST for production integrations and MCP when an AI client should call StoreInspect tools directly.

get_shopify_store

Look up one indexed store by domain.

search_shopify_stores

Search stores by category, apps, pixels, traffic, and gaps.

search_shopify_contacts

Find contact previews attached to qualified stores.

reveal_contacts

Reveal selected contact channels after explicit confirmation.

Built for Trustworthy Enrichment

The API is intentionally scoped so teams know exactly what data they are getting.

It is not Shopify's Admin API. You do not need access to a merchant's private Shopify account.

V1 searches StoreInspect's indexed database. It does not live-scan arbitrary uncached domains on every request.

It is not a bulk raw dataset dump. The API is built for search, enrichment, preview, and selected contact reveal workflows.

It is Shopify-only. Use a broader tool if you need WooCommerce, Magento, Wix, WordPress, or general B2B coverage.

It is not an outreach sequencer. Send revealed contacts to your CRM, warehouse, or email platform for campaigns.

How StoreInspect Compares

The API sits between general email-finding tools, broad technology databases, and Shopify's merchant APIs.

StoreInspect API
Email APIs
Tech data APIs
Shopify API
Find new Shopify accounts
Native store search
No
Partial
No
Filter by apps, themes, and pixels
Yes
No
Partial
Own stores only
Enrich known domains
Yes
Partial
Yes
No
Preview and reveal contacts
Yes
Yes
Usually no
No
AI-agent access
Hosted MCP
API only
API only
App-dependent
Best fit
Shopify prospecting
General email finding
Broad tech data
Merchant operations

Who the API Is For

Best for teams that already know Shopify is their target market and need structured data in their own systems.

Agencies

Sync qualified Shopify prospects into CRM workflows after filtering for spend signals, tech gaps, categories, and contacts.

Shopify app developers

Find stores using adjacent tools, missing your category, or showing buying signals that match your app's ideal customer profile.

B2B SaaS teams

Enrich signup domains, inbound accounts, and outbound lists with Shopify-specific context before routing or scoring leads.

Data and AI teams

Power internal scoring, research agents, enrichment jobs, and account research workflows with structured Shopify intelligence.

Plans

API and MCP access are included on paid plans

Start in the dashboard, then create API keys from settings when you are ready to connect StoreInspect to your own workflow.

Pro

$49/mo
  • 1,000 contact reveals/mo
  • CSV export
  • API access
  • Hosted MCP access
Compare Plans

Business

$149/mo
  • 3,000 contact reveals/mo
  • Unlimited search results
  • Priority support
  • Higher-volume workflows
Compare Plans

API Questions

What teams ask before building with StoreInspect.

Is this the Shopify API?

No. StoreInspect is a Shopify store leads and enrichment API. Shopify's official APIs are for merchants and apps that operate a store. StoreInspect helps you search, qualify, enrich, and contact Shopify stores from StoreInspect's indexed data.

Does the API scan live domains on demand?

V1 is database-backed. It searches and enriches stores already indexed by StoreInspect rather than running a live scan for every uncached domain.

Does the API include contacts?

Yes. You can search contact previews and reveal selected contact channels with credits. Revealed contacts are tied to store context so your workflow keeps the account, tech stack, and contact data together.

How do reveal credits work with the API?

API, dashboard, and MCP reveals share the same account-level contact credit pool. Usage endpoints report plan access, trial caps, remaining credits, and billing guidance when relevant.

Can I use StoreInspect from ChatGPT, Claude, Cursor, or Codex?

Yes. StoreInspect has a hosted MCP server for AI-agent workflows. Use the REST API for production integrations and MCP when you want an AI client to call StoreInspect tools directly.

Can I bulk export the entire database through the API?

No. The API is designed for filtered search, domain enrichment, contact preview, and selected contact reveal workflows. It is not a bulk raw dataset export.

//
StoreInspect logoGet started
//

Ready to find better Shopify leads?

Search by niche, traffic, and tech stack. Export verified contacts and start with stores worth pitching. No credit card needed.