Skip to main content
StoreInspect search endpoints require focused, positive narrowing filters. The API is built for ICP searches and enrichment workflows, not for walking or reconstructing the full StoreInspect database.

Good filters

Use filters that describe the account or contact segment you actually need:
  • Country or region
  • Store category
  • Traffic or revenue tier
  • Installed apps or missing apps
  • Pixels
  • Theme
  • Shopify Plus status
  • Meta ads status
  • Contact role, seniority, or revealable-contact availability

Broad searches

Requests that are too broad are rejected with a structured 400 response.
{
  "error": {
    "type": "invalid_request_error",
    "code": "broad_search",
    "message": "Add at least one positive narrowing filter.",
    "param": "filters",
    "request_id": "req_abc123"
  }
}
Search responses also count returned rows against the monthly search-row quota.