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.

Entity Search1 credit
curl https://filed.dev/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" }
}

Federal data enrichment

Add ?include=federal to pull SEC filings, government contracts, and lobbying disclosures alongside entity data.

Entity + Federal3 credits
curl https://filed.dev/v1/entity/NY:1393779?include=federal \
  -H "Authorization: Bearer fd_live_aBcDeFgH"
Response
{
  "entity": { "name": "PFIZER INC", "state": "NY", ... },
  "federal": {
    "sec": { "items": [...], "totalCount": 7 },
    "contracts": { "items": [...], "totalCount": 500 },
    "lobbying": { "items": [...], "totalCount": 1730 }
  },
  "meta": { "credits": 3 }
}

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 9 states — entity details, officers, agents, filing history

AK, CO, CT, DC, FL, IA, NY, OR, PA

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

14-day free trial. No charge until day 15. Cancel anytime.

Developer

$49/mo

1,000 credits/mo

  • All 9 states
  • Entity search and details
  • SEC, lobbying, and contracts search
  • Email support
Start Free Trial

Business

$199/mo

10,000 credits/mo

  • Everything in Developer
  • Batch search
  • Federal data enrichment
  • Priority support
Start Free Trial

Scale

$499/mo

50,000 credits/mo

  • Everything in Business
  • Webhooks
  • Higher rate limits
  • Dedicated support
Start Free Trial

Need more? Contact us for Enterprise pricing.