๐Ÿข US Business Registry Scraper โ€” New Business Leads avatar

๐Ÿข US Business Registry Scraper โ€” New Business Leads

Pricing

from $5.00 / 1,000 business records

Go to Apify Store
๐Ÿข US Business Registry Scraper โ€” New Business Leads

๐Ÿข US Business Registry Scraper โ€” New Business Leads

Scrape US state business-entity registries: business name, entity type, status, registration date, address, city, ZIP, owner/agent. Brand-new businesses = fresh B2B leads. Public government data, no login. CO, CT, PA, OR (new) โ€” more states added.

Pricing

from $5.00 / 1,000 business records

Rating

0.0

(0)

Developer

Hitman studio

Hitman studio

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

7

Monthly active users

8 days ago

Last modified

Share

๐Ÿข US Business Registry & Company Intelligence Scraper

Search ~14.6 million US businesses across 6 official state registries in a single run โ€” then get more than any other business-registry scraper: every record is normalized to one clean zero-null schema, cross-linked with SEC EDGAR to flag public companies (CIK, ticker, exchange, SIC industry, state of incorporation), and can be screened against OFAC sanctions for KYC/AML โ€” all from official government open data. No login, no API key, no proxy, no blocks.

โœ… Official sources. State Secretary-of-State / business-registry open-data (Socrata) APIs + the US SEC + US Treasury OFAC. Public, free, permanent.

๐Ÿ—บ๏ธ Coverage (verified live, ~14.6M businesses)

StateRecordsHighlights
New York~4.24MActive corporations, county, process agent
Pennsylvania~4.03MRegistered businesses + owner name
Colorado~3.08MEntities + registered agent + full address
Oregon~1.56MAll active businesses + jurisdiction
Connecticut~1.28M+ woman / veteran / minority / disability / LGBTQ-owned flags
Hawaii~0.44M+ business purpose + agent
Oregon (NEW)monthlyBrand-new businesses last month = the freshest B2B leads

Set state: "all" to search every state in one run.

โšก Why this beats other business-registry scrapers

  • ๐Ÿ”Ž Multi-state in one run โ€” search a name/city/type across all 6 states at once
  • ๐Ÿงน Zero-null unified schema โ€” same clean columns for every state (ready for CRM/Excel/AI)
  • ๐Ÿ”— SEC EDGAR cross-link โ€” automatically flags public companies with is_public, cik, ticker, exchange, sec_industry, state_of_incorporation
  • ๐Ÿ›ก๏ธ OFAC sanctions screening (optional) โ€” flag any business that matches the US Treasury sanctions list (fuzzy match + score) for KYC / AML / due diligence
  • ๐Ÿงฎ Computed fields โ€” is_active, age_years, full_address, tidy addresses
  • ๐ŸŽฏ Diversity flags โ€” woman / veteran / minority / disability / LGBTQ-owned (where published)
  • ๐Ÿ“Š Analytics SUMMARY โ€” counts by state, entity type, status, active, public, new-last-90-days, sanctioned
  • ๐Ÿ“ฅ CSV + JSON export (DATA_CSV in the key-value store), Excel/dashboard ready
  • ๐Ÿค– Tool for AI agents (ChatGPT / Claude) via the Apify MCP server

๐ŸŽฏ Perfect for

  • B2B lead generation & sales โ€” catch newly formed businesses that need banking, insurance, software, accounting, marketing, legal
  • KYC / AML / compliance โ€” verify a company exists, is active, and isn't sanctioned
  • Due diligence & supplier risk โ€” registration date, status, agent, public-company link
  • Market & competitive research โ€” company counts and formation trends by state/type
  • CRM enrichment & data teams โ€” clean, structured company records at scale

๐Ÿ“‹ Input

FieldDescription
stateall, ny, pa, co, or, ct, hi, or or-new (fresh leads)
businessNameContainsName contains, e.g. SOLAR, DENTAL, TESLA
city / zipLocation filters
entityTypeContainse.g. LLC, CORPORATION, NONPROFIT
statuse.g. GOOD STANDING, ACTIVE
registeredAfterYYYY-MM-DD โ€” only businesses registered on/after (fresh leads)
includeSecCrossLinkFlag public companies via SEC EDGAR (default on)
screenSanctionsScreen names against OFAC (default off)
sanctionsMinScoreFuzzy threshold 50โ€“100 (default 90)
maxResultsTotal records to return

Example input

{
"state": "all",
"businessNameContains": "FORD MOTOR",
"includeSecCrossLink": true,
"screenSanctions": true,
"maxResults": 60
}

๐Ÿ’ก This example searches all 6 states and shows the enrichment in action: public companies get SEC fields (ticker, industry, incorporation), every row gets an OFAC sanctions_status, and state-specific fields (county, purpose, agent) fill from their states. For fresh B2B leads, use registeredAfter (e.g. 2026-01-01); for diversity-owned businesses, use state: "ct".

๐Ÿ“ค Output (one record per business)

{
"business_name": "APPLE VALLEY SOLAR LLC",
"registry_number": "20241234567",
"entity_type": "DOMESTIC LIMITED LIABILITY COMPANY",
"status": "Active",
"is_active": true,
"registration_date": "2026-02-14T00:00:00.000",
"age_years": 0,
"jurisdiction": "CO",
"county": "",
"address": "123 Main St",
"city": "Denver",
"address_state": "CO",
"zip": "80202",
"full_address": "123 Main St, Denver, CO, 80202",
"owner_name": "",
"agent_name": "Jane Doe",
"agent_address": "123 Main St",
"woman_owned": "",
"veteran_owned": "",
"minority_owned": "",
"is_public": false,
"cik": "",
"ticker": "",
"exchange": "",
"sec_industry": "",
"state_of_incorporation": "",
"sanctions_status": "CLEAR",
"sanctions_match": "",
"sanctions_score": "",
"sanctions_list": "",
"state": "Colorado",
"state_code": "CO",
"source": "State business registry (open data)",
"source_url": "https://data.colorado.gov/d/4ykn-tg5h?q=APPLE+VALLEY+SOLAR+LLC",
"record_type": "business_entity"
}

Public-company example (SEC EDGAR cross-link populated):

{
"business_name": "APPLE INC",
"is_public": true,
"cik": "0000320193",
"ticker": "AAPL",
"exchange": "Nasdaq",
"sec_industry": "Electronic Computers",
"state_of_incorporation": "CA"
}

The run's key-value store also holds a DATA_CSV file and a SUMMARY with analytics:

{
"total_records": 1000,
"active_count": 940,
"public_company_count": 3,
"sanctioned_count": 0,
"new_last_90_days": 128,
"by_state": { "NY": 400, "PA": 300, "CO": 300 },
"top_entity_types": { "DOMESTIC LIMITED LIABILITY COMPANY": 620 },
"diversity_owned": { "woman_owned": 12, "veteran_owned": 4, "minority_owned": 9 }
}

โ“ FAQ

Where is the data from? Official state business-registry open-data (Socrata) APIs, the US SEC EDGAR system, and the US Treasury OFAC sanctions list. All public, free, no key.

Which states are covered? New York, Pennsylvania, Colorado, Oregon, Connecticut and Hawaii today โ€” more added over time. Use state: "all" to search them together.

How do you flag public companies? Each business name is matched against SEC EDGAR's company list; matches get CIK, ticker, exchange, SIC industry and state of incorporation.

Is sanctions screening reliable? It fuzzy-matches business names against OFAC (SDN + Consolidated). Treat matches as leads to review, not legal determinations โ€” always confirm on the official OFAC portal.

๐Ÿ”– Keywords

us business registry scraper, secretary of state scraper, business entity search, company registry api, business registration data, new business leads, company formation data, LLC scraper, corporation search, registered agent lookup, business owner data, company lookup, company data api, b2b lead generation, sales prospecting, lead generation, crm enrichment, kyc, aml, due diligence, compliance data, sanctions screening, ofac screening, sec edgar, public company data, cik lookup, ticker lookup, company intelligence, supplier risk, business verification, new york business search, pennsylvania business search, colorado business entities, oregon new businesses, connecticut business registry, woman owned business, veteran owned business, minority owned business, small business leads, startup leads, business directory, government open data, AI agent tool, MCP server, LLM tool, tool for ChatGPT, tool for Claude