Public Signal Data / Guides / New LLC registrations in Oregon — daily data feed

Filings · OR

New LLC registrations in Oregon — daily data feed

Every business registered in Oregon becomes a public record. The New Business Filings actor reads the state's monthly new-registrations dataset and returns one normalized record per filing — schedulable daily, formation-mill noise flagged, $0.004 per record.

What the Oregon feed contains

Oregon publishes a "new businesses registered last month" dataset that rolls monthly rather than daily — so run with daysBack: 30 or more for full coverage, and treat it as a monthly batch rather than a daily drip. Records include registered-agent names.

For a monthly outreach motion (bookkeepers, insurance, web services working the whole new cohort at once), the batch cadence is actually convenient: one scheduled run at month-start delivers the entire fresh cohort in one dataset.

Input for a Oregon-only feed

input
{
  "states": ["OR"],
  "daysBack": 30,
  "excludeRegisteredAgentAddresses": true
}

Run it on a daily schedule in Apify Console, attach a webhook, and route fresh filings into your CRM or a spreadsheet. 250 filings cost $1.00 — list brokers charge $50–$190 for the same 250 records, weeks older. Full field reference, integration snippets and pricing math on the actor page.

Questions

Frequently asked

Why use daysBack: 30 for Oregon?

Oregon's official dataset rolls monthly rather than daily. A 30-day window guarantees you capture the full cohort; shorter windows can miss filings that haven't rolled in yet.

How much does a daily feed cost?

Pricing is $0.004 per record returned, billed from your Apify usage credit. You pay only for filings that match your filters — there is no subscription.

Can I combine several states in one run?

Yes — the states input takes any list (e.g. ["CO", "CT", "NY"]); records come back in one dataset with a state column.

New Business Filings

500 fresh filings cost $2.00 — list brokers charge $100–$375 for the same 500 records, older.

Actor details → Run on Apify ↗