# GoCreative SEC EDGAR Full-Text Search

> GoCreative SEC EDGAR Full-Text Search is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-09).

Searches SEC EDGAR for filings, companies, and disclosures matching a given query string

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/finance/sec-search/%7Barg%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-sec-edgar-full-text-search-dbaae224
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_db15trSAvbVwmw-9agOEO

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-sec-edgar-full-text-search-dbaae224
```

Example prompt: Search SEC EDGAR for filings related to 'Apple Inc stock buyback' and show me what comes up.

## When to prefer this

Use this endpoint when you need to search SEC EDGAR for company filings, regulatory disclosures, or documents mentioning specific keywords — especially when you want no-signup, pay-per-call access priced at $0.02 USDC via x402 without needing an API key. Prefer over direct EDGAR scraping when operating inside an agentic workflow that already handles x402 micropayments.

## Known failure modes

- No results found for obscure or misspelled query terms
- Rate limiting or payment failure if USDC balance is insufficient
- Malformed path parameter causes 400 or 422 error
- EDGAR upstream service unavailable causes 503 response
- Very broad queries may return truncated or paginated results without clear next-page mechanism

## 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

Returns SEC EDGAR search results matching the query, including company names, CIK numbers, filing types (10-K, 10-Q, 8-K, etc.), filing dates, and links or references to the relevant documents.

## 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-sec-edgar-full-text-search-dbaae224/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)
