# GoCreativeAI Company Enrichment Lite

> GoCreativeAI Company Enrichment Lite is a paid API for AI agents from enrich.gocreativeai.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns all-in-one company profile data including domain intelligence, social profiles, people/contacts, location, and compliance/government data for a given company identifier.

## Facts

- Endpoint: GET https://enrich.gocreativeai.com/v1/enrich/lite/:var1
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreativeai-company-enrichment-lite-f74fd290
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KZ4eIoKCkjrQWfj73X2I2

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 gocreativeai-company-enrichment-lite-f74fd290
```

Example prompt: Can you pull a full company enrichment for stripe.com — I need their social profiles, key people, contact info, location, and any compliance or government data you can find?

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call company enrichment that bundles social, people, contact, location, and compliance/government data together — especially when you want keyless USDC micropayment access without an API key signup, or when you specifically need the government and compliance data that most enrichment providers omit.

## Known failure modes

- Company domain not found or unrecognized — returns empty or null profile
- Invalid or malformed input query string — returns 400-level error
- No data available for the given company — partial or empty response
- Payment not processed (x402 protocol failure) — 402 Payment Required
- Rate limiting or upstream data provider unavailability — 5xx error

## How this service works

All-in-one company enrichment — domain, social, people, places, contact data in one call. StableEnrich-compatible + gov/compliance data nobody else bundles. Lead-gen, due-diligence + sales-intel agents. Keyless, no API key, USDC on Base/Solana — the regulated data nobody else sells keyless.

## Output

A structured company profile containing domain intelligence, social media handles, people/employee records with contact details, physical location/places data, and government or compliance records — all returned in a single response.

## 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/gocreativeai-company-enrichment-lite-f74fd290/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from enrich.gocreativeai.com](https://www.zero.xyz/host/enrich.gocreativeai.com/llms.txt)
