AnswerPool Docket Citers is a paid API for AI agents from answerpool.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Returns which public companies cite a specific agency docket ID or RIN in their SEC filings, with filing counts and dates per registrant.
AnswerPool turns SEC EDGAR, the Federal Register, USAspending, NIH, BLS and OpenAlex into structured JSON answers that AI agents and developers fetch in one call. 69 endpoints free, no account; derived analyses $0.02–$0.05 per call by card credits or USDC (x402). MCP server, full provenance.
Returns a JSON object containing the query string used, timestamp, total filing matches, count of companies, and an array of company records each with CIK, company name, number of matching filings, form types cited, latest filing date, and matched text snippets. Also includes a disclaimer and method identifier.
GEThttps://answerpool.io/v1/impact/docketUse this endpoint when you need to identify which specific SEC-registered public companies have cited a known agency docket ID or RIN in their EDGAR filings. It's the right choice when you have a concrete regulatory identifier and want to map corporate disclosure engagement around a single rulemaking — distinct from full-text EDGAR search (which is phrase-based without docket structure) or insider transaction screens.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"as_of": "2026-09-02T20:00:00Z",
"count": 1,
"query": "SEC-2026-001",
"companies": [
{
"cik": "0000320193",
"forms": [
"8-K"
],
"company": "Apple Inc.",
"filings": 1,
"matched": [
"SEC-2026-001"
],
"latest_filed": "2026-08-15"
}
],
"total_filing_matches": 7
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"