One API for state business filings, SEC EDGAR, federal contracts, and lobbying disclosures. Structured JSON. Consistent format across all sources.
Authenticate with a Bearer token. Search entities in one call.
curl https://filed.dev/v1/search?name=Acme&state=NY \
-H "Authorization: Bearer fd_live_aBcDeFgH"{
"data": [{
"name": "ACME HOLDINGS LLC",
"state": "NY",
"type": "LLC",
"status": "Active",
"formedDate": "2019-03-14",
"registeredAgent": "CSC Global"
}],
"meta": { "total": 1, "state": "NY" }
}Add ?include=federal to pull SEC filings, government contracts, and lobbying disclosures alongside entity data.
curl https://filed.dev/v1/entity/NY:1393779?include=federal \
-H "Authorization: Bearer fd_live_aBcDeFgH"{
"entity": { "name": "PFIZER INC", "state": "NY", ... },
"federal": {
"sec": { "items": [...], "totalCount": 7 },
"contracts": { "items": [...], "totalCount": 500 },
"lobbying": { "items": [...], "totalCount": 1730 }
},
"meta": { "credits": 3 }
}Six endpoints covering state filings, SEC, contracts, and lobbying.
/v1/search/v1/entity/{id}/v1/batch/v1/sec/search/v1/lobbying/search/v1/contracts/searchBusiness registrations from 9 states — entity details, officers, agents, filing history
AK, CO, CT, DC, FL, IA, NY, OR, PA
10-K, 10-Q, 8-K filings. Full-text search by company, CIK, SIC code, date range
Federal contract awards over $100K. Filter by agency, NAICS, amount, date
Lobbying registrations and quarterly disclosures. Client, registrant, income data
14-day free trial. No charge until day 15. Cancel anytime.
1,000 credits/mo
10,000 credits/mo
50,000 credits/mo
Need more? Contact us for Enterprise pricing.
Learn how to search for business entity records in any US state. Compare Secretary of State websites with API-based lookup for verification, due diligence, and legal research.
Step-by-step guide to verifying whether a business is real, active, and in good standing using Secretary of State records, registered agent data, and filing status.
Learn what a registered agent is, why they matter for service of process and legal compliance, and how to find registered agent information in state business records.