# SEC Reg CF Tracker — EDGAR Form C Offerings

> SEC Reg CF Tracker — EDGAR Form C Offerings is a paid API for AI agents from sec-regcf-tracker.xplowdiaka.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Query and filter US Regulation Crowdfunding (Form C) startup offerings from SEC EDGAR, returning parsed deal terms including amounts, deadlines, funding portals, and issuer financials.

## Facts

- Endpoint: POST https://sec-regcf-tracker.xplowdiaka.workers.dev/raises
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-reg-cf-tracker-edgar-form-c-offerings-cfe39919
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U2Osb1UwhIrWT8rd9gco6

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 sec-reg-cf-tracker-edgar-form-c-offerings-cfe39919 -d '<json body>'
```

Example prompt: Pull all open Regulation Crowdfunding raises in California from the last 730 days that are offering equity securities, and show me the deal terms — amount sought, amount raised so far, deadline, and which funding portal is hosting each one.

## When to prefer this

Use this endpoint when you need structured, queryable access to SEC Regulation Crowdfunding (Form C) offering data without scraping EDGAR directly. Ideal for investment research tools, startup deal flow trackers, portal analytics, or compliance lookups. Prefer this over raw EDGAR full-text search when you need pre-parsed deal terms, filter by geography or industry, or want recency-windowed results in a single API call.

## Known failure modes

- Invalid or non-existent CIK returns empty offerings array
- Unknown SIC code returns no matches
- Overly narrow filters (state + SIC + min size) return zero results
- Stale index flag set to true if EDGAR data refresh is delayed
- Truncated flag set to true if result set exceeds response size limit — caller must paginate or narrow filters
- Payment failure (x402) returns 402 before data is delivered

## How this service works

Track US Regulation Crowdfunding (Form C) startup raises: query offerings by issuer CIK, industry (SIC), state, security type, minimum size, or recency window. Returns parsed deal terms — amount sought, max, raised-so-far, deadline, funding portal, issuer financials — plus index freshness. Data: SEC EDGAR (public domain).

## Output

Returns a list of matching Reg CF offerings with parsed deal terms: issuer name, CIK, SIC code, state, offering status (open/closed), amount sought, maximum amount, amount raised to date, deadline, security type, intermediary/portal, form chain history, and first filed date. Also includes metadata about the query window, total match count, index freshness timestamp, whether results are truncated, and a disclaimer that data is self-reported by issuers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-reg-cf-tracker-edgar-form-c-offerings-cfe39919/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sec-regcf-tracker.xplowdiaka.workers.dev](https://www.zero.xyz/host/sec-regcf-tracker.xplowdiaka.workers.dev/llms.txt)
