Data Platform API
103,000+ businesses across 10 states. Daily updates from Secretary of State sources.
REST endpoints, X-API-Key auth, cursor pagination, NDJSON/CSV streaming, webhooks, and an OpenAPI spec. Build your own underwriting, prospecting, or outreach workflows.
Pull fresh LLC and corporation filings into underwriting workflows. New businesses need commercial liability, workers comp, and E&O coverage in their first 60 days.
Score and route new business filings into your loan origination system. New entities need business banking, lines of credit, and equipment financing.
Power accounting, marketing, and payroll agencies with daily streams of new businesses by state, entity type, and NAICS code.
Start free. Upgrade when you outgrow trial limits. Names match consumer pricing for seamless upgrades.
Free
Kick the tires. One state, 1,000 total rows. No credit card.
$79/mo
Targeted lead lists for one region or vertical.
$199/mo
Multi-state coverage with API access. Most popular.
$499/mo
Webhooks, full coverage, priority support.
TypeScript / Node.js. Works the same in Python, Go, Ruby — any HTTP client.
// Pull fresh business filings via fetch
const res = await fetch(
"https://newfilingalerts.com/api/v1/filings?state=FL,TX&per_page=100",
{
headers: { "X-API-Key": process.env.NEWFILINGS_API_KEY! },
}
);
const { data, paging, license } = await res.json();
console.log(`Got ${data.length} filings, used ${license.month_rows_used}`);
// Cursor-paginate with paging.next_cursorFull reference at /api/v1/docs or /api/v1/openapi.json.
30-day money-back guarantee on your first month, any paid tier. Cancel anytime.
Generate a trial key, hit the API, integrate. No sales call required.
Sign in to generate a keyCustom volume or compliance requirements? Email josh@palavir.co