API

Build with US business data

One API for state business filings, SEC EDGAR, federal contracts, and lobbying disclosures. Structured JSON. Consistent format across all sources.

Quick start

Authenticate with a Bearer token. Search entities in one call.

Request1 credit
curl https://filed.dev/api/v1/search?name=Acme&state=NY \
  -H "Authorization: Bearer fd_live_aBcDeFgH"
Response
{
  "data": [{
    "name": "ACME HOLDINGS LLC",
    "state": "NY",
    "type": "LLC",
    "status": "Active",
    "formedDate": "2019-03-14",
    "registeredAgent": "CSC Global"
  }],
  "meta": { "total": 1, "state": "NY" }
}

Endpoints

Six endpoints covering state filings, SEC, contracts, and lobbying.

GET/v1/search
1 cr
GET/v1/entity/{id}
1-3 cr
POST/v1/batch
Business+1+/query cr
GET/v1/sec/search
2 cr
GET/v1/lobbying/search
2 cr
GET/v1/contracts/search
2 cr

Data sources

Secretary of State Offices

Business registrations from all 50 US states + DC — entity details, officers, agents, filing history

All 50 US states + DC

SEC EDGAR

10-K, 10-Q, 8-K filings. Full-text search by company, CIK, SIC code, date range

USASpending.gov

Federal contract awards over $100K. Filter by agency, NAICS, amount, date

Senate Office of Public Records

Lobbying registrations and quarterly disclosures. Client, registrant, income data

Pricing

Simple, usage-based pricing. Cancel anytime.

Developer
$49/mo

1,000 credits/mo

  • All 50 states
  • Entity search and details
  • SEC, lobbying, and contracts search
  • Email support
Business
$199/mo

10,000 credits/mo

  • Everything in Developer
  • Batch search
  • Federal data enrichment
  • Priority support
Scale
$499/mo

50,000 credits/mo

  • Everything in Business
  • Webhooks
  • Higher rate limits
  • Dedicated support

Need more? Contact us for Enterprise pricing.