AnswerPool Auditor Network is a paid API for AI agents from answerpool.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).
Returns all public companies that name a given audit firm in their 10-K annual reports, with filing counts and dates, enabling auditor concentration and shared-auditor network analysis.
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 with the queried auditor name, an as-of timestamp, total filing matches, a count of matched companies, and an array of company records each containing the CIK, company name, number of filings matched, form types (e.g. 10-K), the latest filing date, and matched text snippets. Includes a disclaimer note about text-mention proxy methodology.
GEThttps://answerpool.io/v1/graph/auditorUse this endpoint when you need to identify which SEC-registered public companies are audited by a specific firm, based on full-text search of 10-K filings on EDGAR. Prefer this over generic EDGAR search when you want structured, aggregated results per registrant with filing counts, or when you need to map auditor concentration or shared-auditor networks in a single call. Best suited for financial research, governance analysis, audit market studies, or due diligence workflows.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"as_of": "2026-09-02T22:00:00Z",
"count": 1,
"auditor": "Deloitte",
"companies": [
{
"cik": "0000320193",
"forms": [
"10-K"
],
"company": "Apple Inc.",
"filings": 1,
"matched": [
"Deloitte"
],
"latest_filed": "2025-11-01"
}
],
"total_filing_matches": 812
}
}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"