# FilingsPulse Full-Text SEC Filing Transcript Search

> FilingsPulse Full-Text SEC Filing Transcript Search is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Searches SEC EDGAR filings full-text for specific phrases or keywords and returns matching excerpts with AI synthesis

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/transcript-search
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-full-text-sec-filing-transcript-search-8af90dc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ns_dxNEVWbGFt58g5pTG0

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 filingspulse-full-text-sec-filing-transcript-search-8af90dc6
```

Example prompt: Search SEC filings for the phrase 'going concern' in 10-K and 10-Q forms filed since 2023-01-01 and show me the actual excerpts from the filings where that language appears.

## When to prefer this

Choose this endpoint when you need to find specific language, phrases, or disclosures across multiple SEC filings rather than analyzing a single known filing. It is ideal for thematic research (e.g., all companies disclosing a particular risk), competitive intelligence, litigation support, or regulatory pattern analysis. Prefer over general EDGAR search when you need AI-synthesized context around the matched excerpts, not just filing citations.

## Known failure modes

- No filings found matching the query — returns empty results set
- Overly broad query returns too many results with limited relevance
- Date range or form_type filter misconfigured resulting in empty results
- EDGAR full-text search index lag means very recent filings may not appear
- Invalid form_type values cause filtering errors
- Payment failure via x402 micropayment protocol blocks access

## How this service works

Global SEC/EDGAR and international filings intelligence API. AI-synthesized plain-language summaries of 10-K, 10-Q, 8-K, S-1/IPO filings. Insider ownership tracking, red flag detection, institutional holdings analysis, and international filing support (Companies House UK, SEDAR Canada, EDINET Japan, ASIC Australia, HKEx, BSE/NSE India). IBKR, eToro, and Tastytrade broker affiliate links included. Fundamental analysis tools (Simply Wall St, Finviz, TIKR) included. All endpoints support any language via ?lang=. Adds SEC Form N-PORT fund-holdings intelligence, EDGAR filing-anomaly scanning, full-text filing search with real excerpts, and municipal bond disclosure search (EMMA/MSRB). Pricing: $0.08–$0.25 USDC/call via x402 micropayment.

## Output

Returns matching SEC filings containing the queried phrase or keywords, including actual text excerpts from the filings, filing metadata (company name, form type, date), and AI-synthesized summaries of the relevant sections. Results can be filtered by form type and date range and returned in any supported language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "phrase or keywords to search for in SEC filing full text"
  },
  "date_from": {
   "type": "string",
   "description": "YYYY-MM-DD"
  },
  "form_type": {
   "type": "string",
   "description": "comma-separated form types, e.g. 8-K,10-K,10-Q,S-1"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-full-text-sec-filing-transcript-search-8af90dc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
