# GoCreative Shopify Category Leads API

> GoCreative Shopify Category Leads 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 list of Shopify merchants within a specified vertical/category (e.g. beauty, pets, electronics) along with full contact information, no keyword required.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/shopify/leads/category/: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-category-leads-api-b347b887
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QwZU41kOI1KLvBnw0U_38

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-category-leads-api-b347b887
```

Example prompt: Pull me a list of Shopify stores in the beauty category — I need their contact info like emails and phone numbers so I can reach out for a wholesale partnership.

## When to prefer this

Use this endpoint when you need broad vertical-level discovery of Shopify merchants without a specific keyword — ideal for building outreach lists, supplier databases, or market research by industry niche. Prefer this over keyword-based scrapers when the goal is to explore an entire category rather than search for a specific product or brand.

## Known failure modes

- Invalid or unrecognized category name returns empty results or 404
- Category string with typos may return no matches
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Sparse verticals may return very few or no merchants
- Malformed path parameter causes 400 bad request

## How this service works

Shopify Store Leads by Category API — browse Shopify merchants in a whole vertical (beauty, pet, electronics, etc.) with full contact info, no keyword required. Real-time, no login. SEO: Shopify category leads, ecommerce vertical scraper, supplier discovery by niche.

## Output

A list of Shopify merchants operating within the specified product category, each record including store name, URL, contact email, phone number, and relevant business metadata. Data is returned in real time with no login required.

## 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-category-leads-api-b347b887/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)
