# GoCreative Company Profile Enrichment

> GoCreative Company Profile Enrichment is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Enriches a company identifier with structured company profile data from official/aggregated sources, returning firmographic and business details.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/enrich/company-profile/%7Barg%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-company-profile-enrichment-218c0912
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9pvpdRfU9M270044WMe_q

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-company-profile-enrichment-218c0912
```

Example prompt: Can you pull up the company profile for Stripe — I need their industry, employee count, headquarters location, and a brief description?

## When to prefer this

Use this endpoint when you need quick, pay-per-call company profile enrichment without signing up for an API key or committing to a subscription. Ideal for AI agents that need on-demand firmographic data for B2B lead enrichment, due diligence, or company research at $0.01 per call via USDC on Base.

## Known failure modes

- Company not found returns empty or 404 response
- Ambiguous company name resolves to wrong entity
- Missing or incomplete fields if data not available from source
- Payment required error (HTTP 402) if USDC payment header not provided
- Rate limiting or invalid input string returns error

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

A structured company profile object containing firmographic details such as company name, industry, employee count, headquarters location, founding year, description, and other business metadata sourced from official and aggregated data providers.

## 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-company-profile-enrichment-218c0912/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)
