# GoCreative Crunchbase Company Contacts & Activity API

> GoCreative Crunchbase Company Contacts & Activity 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-14).

Returns real contact emails and phone numbers for a company, plus recent executive/leadership changes and acquisition activity, by company name.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/crunchbase/contacts/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-crunchbase-company-contacts-activity-api-a275cad3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3hsQ8GBoxxKHeWxvY9-fu

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-crunchbase-company-contacts-activity-api-a275cad3
```

Example prompt: Can you pull up the contact email, phone number, recent executive moves, and any recent acquisitions for Stripe — I need a quick corp dev briefing before my call.

## When to prefer this

Choose this endpoint when you need a combined outreach + intelligence briefing for a single company in one call — specifically real contact emails/phones alongside recent executive moves and M&A activity. Prefer this over general web search when structured, Crunchbase-sourced data is needed for sales, recruiting, or corp dev use cases.

## Known failure modes

- Company name not found in Crunchbase — returns empty or null results
- Ambiguous company name matches multiple entities — may return wrong company
- Contact data unavailable or not publicly listed — partial response
- Stale data if Crunchbase has not recently indexed the company
- Payment failure via x402 protocol — call not executed

## How this service works

Crunchbase Company Contacts & Activity API — real published contact email + phone for a company, plus recent executive/leadership moves and recent acquisitions, by plain NAME. The outreach wedge: sales/recruiting/corp-dev briefing in one call. SEO: company contact lookup, executive moves tracker, M&A intelligence API.

## Output

Returns structured data including published contact email addresses and phone numbers for the company, a list of recent executive and leadership moves (hires, departures, promotions), and recent acquisition activity — all keyed to the company name provided.

## 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-crunchbase-company-contacts-activity-api-a275cad3/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)
