# GoCreative Funded Companies by Industry Lookup

> GoCreative Funded Companies by Industry Lookup 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 funded companies filtered by industry sector, sourced from B2B lead data.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/leads/funded-companies/%7Bindustry%7D
- 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-funded-companies-by-industry-lookup-e0d8c532
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ovabOxXSS9NS9OAF5u4LG

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-funded-companies-by-industry-lookup-e0d8c532
```

Example prompt: Can you pull a list of funded companies in the fintech industry? I want to use them for B2B outreach.

## When to prefer this

Use this endpoint when you need a list of venture-funded or investor-backed companies filtered by a specific industry vertical for B2B lead generation, sales prospecting, or market research. Prefer this over generic company search endpoints when funding status is a key qualifier and you want pay-per-call access without needing an API key or subscription.

## Known failure modes

- Industry path parameter missing or malformed — returns 4xx error
- No funded companies found for the specified industry — empty result set
- Payment not completed via x402/USDC — 402 Payment Required returned
- Rate limiting or usage cap exceeded — 429 error
- Invalid or unsupported industry name — empty or error response

## How this service works

AI agents pay $0.005–$0.15 per call in USDC on Base. 170+ pay-per-call tools: B2B lead data, enrichment, lookups, scrapers. Native MCP server. No API keys, no signup.

## Output

Returns an object containing funded company profiles for the specified industry, including enrichment data such as company name, funding details, and other B2B lead attributes. The response schema is open (additionalProperties: true), so the exact fields may vary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "name"
 ],
 "properties": {
  "name": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Response Enrich Company Profile V1 Leads Funded Companies  Industry  Get",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-funded-companies-by-industry-lookup-e0d8c532/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)
