# FilingsPulse SEC EDGAR Full-Text Filing Search

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

Full-text keyword and phrase search across SEC EDGAR filings (8-K, 10-K, 10-Q, S-1, and more) returning real excerpts with filer name, form type, and filing date

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/transcript-search
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-sec-edgar-full-text-filing-search-46581415
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wUoIhzf7gKNBe1kYq6lKY

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

Example prompt: Search SEC EDGAR filings for the phrase 'climate-related physical risks' and show me real excerpts from any 10-K or 10-Q filings where companies used that exact language, including who filed it and when.

## When to prefer this

Use this endpoint when you need to search the actual text of SEC EDGAR filings for specific phrases, keywords, or disclosure language — especially for thematic investment research, regulatory language analysis, or finding which companies made particular disclosures. Prefer this over earnings-call transcript search tools when you specifically need official SEC-filed document language rather than spoken commentary. Prefer this over company-specific filing lookups when you don't know in advance which filers used a particular phrase.

## Known failure modes

- No matching filings found for the query phrase — returns empty results
- Overly broad query returns too many results with low relevance
- Query phrase too specific or misspelled — zero results returned
- Rate limiting or payment failure via x402 protocol — HTTP 402 response
- EDGAR source data lag — very recent filings may not yet be indexed

## How this service works

Full-text search over SEC EDGAR filings (8-K, 10-K, 10-Q, S-1, and more) for any phrase or keyword, with real excerpts pulled directly from the matching filings — which filer said it, in what form type, and when. This searches SEC filing text, not third-party earnings-call transcripts. For research and investing agents doing thematic or disclosure-language searches.

## Output

Returns a list of matching filing excerpts pulled directly from SEC EDGAR documents, each including the filer's name, the SEC form type (e.g. 8-K, 10-K, 10-Q, S-1), the filing date, and the verbatim text passage that matched the search query.

## 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-sec-edgar-full-text-filing-search-46581415/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
