# GoCreative Shopify Store Contacts API

> GoCreative Shopify Store Contacts API is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a filtered list of Shopify merchant contacts (email or phone verified) sorted by store rating, ready for B2B outreach.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/shopify/leads/contacts/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-shopify-store-contacts-api-973aff7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSPMJV1lS3lMjOohCdcYK

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gocreative-shopify-store-contacts-api-973aff7d
```

Example prompt: Pull me a list of Shopify stores in the apparel niche that have a verified email or phone number, sorted by rating — I want to use it for B2B outreach.

## When to prefer this

Choose this endpoint when you need a pre-filtered, contact-verified list of Shopify merchants sorted by quality (rating) without requiring authentication or setup. It is ideal for sales prospecting, cold outreach, or agency lead generation specifically targeting the Shopify ecosystem, and is more convenient than scraping Shopify directories manually or using generic business data APIs that don't filter by verified contact presence.

## Known failure modes

- No results returned if the filter/niche segment yields no stores with verified contacts
- Invalid or missing query parameter returns an error
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Stale data if store contact info has changed since last indexing
- Path parameter not recognized returns 404 or empty response

## How this service works

Shopify Store Contacts API — the wedge as its own endpoint: only stores with a real email or phone, sorted by rating. A ready-made B2B outreach list. Real-time, no login. SEO: Shopify merchant contacts, verified store leads, B2B outreach list.

## Output

A list of Shopify merchant records where each entry includes at least one verified contact point (email or phone), the store name, store URL, and a rating score. Results are pre-sorted by store rating descending, forming a ready-to-use B2B outreach list.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-shopify-store-contacts-api-973aff7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
