# GoCreative Domain 360 Lookup

> GoCreative Domain 360 Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a comprehensive 360-degree data profile for a given domain name, drawing on official finance, company, government, and web data sources.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/domain-360/%7Barg%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-domain-360-lookup-c3659d73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yGAqa_LosK9e1a_MGXTxn

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-domain-360-lookup-c3659d73
```

Example prompt: Pull a full 360 data profile on the domain 'stripe.com' — I want company info, financial signals, and any government or public data tied to it.

## When to prefer this

Use this endpoint when you need a broad, aggregated intelligence profile on a specific domain name — combining company, financial, government, and web data in a single pay-per-call request without requiring an API key or signup. Prefer this over narrow single-source lookups when you want cross-domain enrichment from official sources at a flat $0.15 per call.

## Known failure modes

- Domain not found or unrecognized returns empty or minimal data
- Invalid domain format in the input query param returns a 400 error
- Payment failure via x402/USDC returns 402 Payment Required
- Upstream official data sources temporarily unavailable returns 503
- Rate limiting or quota issues return 429 Too Many Requests

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

A structured data profile aggregating company, financial, government, and web intelligence associated with the queried domain name, sourced from official public data.

## 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-domain-360-lookup-c3659d73/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)
