> ## Documentation Index
> Fetch the complete documentation index at: https://storeinspect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# StoreInspect API

> Search Shopify stores, enrich known domains, preview decision-makers, and reveal verified contact channels.

Build Shopify prospecting workflows on top of StoreInspect's store and contact database.

The API is designed for Apollo- or Hunter-style outbound systems that need Shopify-specific account intelligence: apps, missing apps, pixels, themes, Shopify Plus, product counts, Meta ads, traffic tiers, revenue tiers, store category, contact previews, and credit-based contact reveals.

<CardGroup cols={2}>
  <Card title="Search stores" icon="store" href="/workflows/store-search">
    Find Shopify stores by ICP filters such as country, category, traffic tier, revenue tier, apps, pixels, theme, Shopify Plus, Meta ads, and contact availability.
  </Card>

  <Card title="Search contacts" icon="users" href="/workflows/contact-search">
    Preview relevant decision-makers by role, seniority, location, store attributes, and technology filters without revealing private channels.
  </Card>

  <Card title="Enrich domains" icon="sparkles" href="/workflows/store-enrichment">
    Turn CRM or spreadsheet domains into StoreInspect store profiles from the existing database.
  </Card>

  <Card title="Reveal contacts" icon="key-round" href="/workflows/contact-reveal">
    Reveal verified contact channels with the same shared monthly contact credits used in the web app.
  </Card>
</CardGroup>

## Base URL

```text theme={null}
https://storeinspect.com/api/v1
```

Docs and OpenAPI are public. API requests require a paid-plan API key.

<Info>
  V1 is database-backed only. The API does not live-scan uncached domains.
</Info>

## Start here

<Steps>
  <Step title="Create an API key">
    Paid-plan accounts can create API keys from the StoreInspect dashboard.
  </Step>

  <Step title="Check usage">
    Call `GET /usage` to confirm API access, request quota, search-row quota, and shared contact credits.
  </Step>

  <Step title="Run a focused search">
    Use `POST /stores/search` or `POST /contacts/search` with positive narrowing filters.
  </Step>

  <Step title="Reveal selected contacts">
    Use `POST /contacts/reveal` after previewing contacts and confirming remaining credits.
  </Step>
</Steps>
