VOOZH about

URL: https://apify.com/dominvo/distressed-business-ai-scraper

โ‡ฑ Distressed Companies for Sale โ€” UCC Lien & Bankruptcy Leads ยท Apify


๐Ÿ‘ Distressed Companies for Sale โ€” Bankruptcy, Dissolved, UCC Lien avatar

Distressed Companies for Sale โ€” Bankruptcy, Dissolved, UCC Lien

Pricing

from $60.00 / 1,000 enriched leads

Go to Apify Store

Distressed Companies for Sale โ€” Bankruptcy, Dissolved, UCC Lien

Find distressed US businesses (dissolved, revoked, tax-liened, or bankrupt) โ€” fused per company, scored for distress, and skip-traced to the owner's direct phone & email. Free public records (Socrata SOS + RECAP/CourtListener, never paid PACER). B2B prospecting only, not FCRA.

Pricing

from $60.00 / 1,000 enriched leads

Rating

0.0

(0)

Developer

๐Ÿ‘ Domin Vo

Domin Vo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Distressed Companies for Sale โ€” UCC Lien, Bankruptcy & M&A Deal Sourcing

Find distressed companies for sale โ€” dissolved, revoked, bankrupt, or hit with a UCC or tax lien โ€” with the owner's direct phone + email for M&A deal sourcing.

This Actor finds distressed US businesses โ€” administratively dissolved, revoked, delinquent, tax-liened, with a UCC lien, or in bankruptcy โ€” fuses every signal onto one company (by business name + state), scores how urgently the owner is in trouble, and skip-traces the principal to a direct phone + email. It's a built-in business bankruptcy search, UCC lien search, and dissolved-companies list in one run. It pulls only free public records (state Secretary-of-State registries via Socrata, RECAP/CourtListener bankruptcy โ€” never paid PACER), fresh daily.

Built for M&A advisors, business brokers, search funds / ETA acquirers, liquidators, and debt-resolution / factoring firms doing deal sourcing. AI-first: the input schema is the MCP tool schema, so an AI agent can pick and call the right mode.

Do not use this for a plain business-registry dump (use a KYB scraper), or for any credit, employment, insurance, or tenant decision (see the FCRA notice below).


What you get

One uniform row (Record) per result, with a stable sha256 for change detection. The highest-value shape โ€” enriched_lead โ€” looks like:

{
"mode":"enriched_lead",
"payload":{
"entity_name":"ACME WIDGETS LLC",
"state":"CO",
"signal_types":["dissolution_status","bankruptcy_filings"],
"signal_count":2,
"distress_score":53,
"match_confidence":1.0,
"principal_name":"John Smith",
"direct_phone":["3035550100","3035550101"],
"email":["john.smith@example.com"],
"mailing":"123 Main St, Denver, CO 80202",
"source_urls":["https://data.colorado.gov/resource/4ykn-tg5h.json","..."],
"enriched":true
}
}

Modes

Pick one mode. Each reads a subset of the inputs.

ModeWhat it returnsStatus (v1)
dissolution_statusSOS entities dissolved / revoked / delinquent / withdrawn (the clean spine)Live โ€” Colorado, New York, Connecticut (Socrata)
bankruptcy_filingsChapter 7 / 11 / 12 / 13 dockets from free RECAP/CourtListener (never PACER)Live
distress_matchOne company with โ‰ฅ2 stacked signals + a 0โ€“100 distress score (the fusion moat)Live
enriched_leadA scored match + owner/principal name, mailing, direct phone + email (the lead we sell)Live
check_for_changesStateful monitor (default): only NEW distress events since the last runLive
reset_baselineRe-baseline the monitor silentlyLive
tax_lienState tax liens against a businessScaffold โ€” phased in after v1 (source fragmentation)
ucc_lienUCC-1 secured-debt filingsScaffold โ€” phased in after v1
sec_bankruptcyPublic-company bankruptcy via SEC EDGAR 8-K Item 1.03Scaffold โ€” optional, post-v1
principal_lookupOfficer + registered-agent from the SOS record (pre-skip-trace owner row)Scaffold โ€” needs the per-state officer feed

Scaffold modes register and route correctly but yield nothing until their (fragmented) sources are wired โ€” v1 ships the two clean signals fully, plus fusion, enrichment, and the monitor.

Example input

Find distressed Colorado businesses, fused and enriched to the owner's direct line:

{
"mode":"enriched_lead",
"states":["CO"],
"min_signals":2,
"skiptrace_actor_id":"one-api/skip-trace",
"max_results":100
}

Just the clean spine signal, last 7 days, no enrichment:

{"mode":"dissolution_status","states":["CO"],"date_from":"2026-06-08"}

Monitor for new dissolutions/bankruptcies since the last run:

{"mode":"check_for_changes","states":["CO","NY"]}

How the distress score works

The score (0โ€“100) is the count + weight of stacked DISTINCT signals on one company. Financial-default signals (bankruptcy, tax lien) are weighted highest; registration-status signals (dissolved / revoked) next; a named principal acts as a multiplier. A company with revoked SOS status + a fresh tax lien + a recent Chapter 11 ranks at the top. The moat is the fusion: there is no clean shared key across SOS / bankruptcy / lien sources โ€” they share only business name + state โ€” so the Actor normalizes the name (strips LLC/INC/CORP/LP suffixes, casefolds, collapses whitespace), prefixes the state, and fuzzy-matches to collapse spelling drift onto one company.

Pricing (Pay-per-event)

The first 20 raw signal rows per run are free (the sample), except enriched_lead, which bills from the first row (each lead chains a publisher-paid skip-trace).

EventPriceWhat it prices
signal_record$0.002one raw distress-signal row
owner_attribute$0.003one derived owner-state row (officer / registered agent)
distress_match$0.02one scored company with โ‰ฅ2 stacked signals
enriched_lead$0.06one scored match + owner direct phone + email

Skip-trace is publisher-billed (resale) โ€” the buyer pays only the flat enriched_lead price; a no-match returns 0 items = $0.

Sources (all free)

  • State SOS entity status via Socrata SODA โ€” Colorado 4ykn-tg5h, New York 63wc-4exh, Connecticut n7gp-d28j. Add a state = one config entry.
  • Bankruptcy via the free RECAP archive / CourtListener REST v4 (courtlistener.com/api/rest/). A free CourtListener token (optional) raises the throttle ceiling.

PACER-free: bankruptcy data comes only from the free RECAP mirror. This Actor never queries paid PACER ($0.10/page) โ€” that would break the zero-cost model.

Proxy & rate limits

Apify Proxy (US) is on by default โ€” several portals and CourtListener block non-US / datacenter egress. Switch country or add residential groups per run if a source still blocks you. Identifying User-Agent on every request: distressed-business-ai-scraper tech-hub02@primecommerce.asia.


Legal โ€” FCRA boundary (B2B only)

Bankruptcy, lien, and dissolution records are lawful public records, resellable as B2B business leads for prospecting, acquisition, and business development. They are NOT a consumer report. Do NOT use this data for credit, employment, insurance, or tenant decisions โ€” those uses are regulated by the Fair Credit Reporting Act (FCRA) and are out of scope. The owner contact is a business-development contact, not a consumer-screening signal. By running this Actor you agree to use its output for permissible B2B purposes only.

You might also like

SOS Scraper

parseforge/sos-scraper

Search California Secretary of State (bizfileonline.sos.ca.gov) by company name. Returns entity status, type, formation date, registered agent, and address. Includes risk scoring for dissolved, suspended, or inactive businesses. Supports bulk searches with up to 1M results

Probate & Foreclosure Leads Scraper

jungle_synthesizer/probate-foreclosure-leads-scraper

Aggregate distressed-property events across US open-data portals: probate, foreclosure, sheriff sale, tax lien, tax sale. Unified schema with case numbers, addresses, parties, sale dates, and amounts.

๐Ÿ‘ User avatar

BowTiedRaccoon

62

Federal Court Dockets Scraper - PACER/RECAP API

pink_comic/recap-federal-court-dockets

Search RECAP/CourtListener for federal court dockets and PACER case records. Find cases by party name, case number, or court. Get docket entries, filing dates, and document links without PACER fees. For litigation research, due diligence, and legal analytics. Pay per result.

Federal Court Records Scraper - PACER RECAP & Opinions

haketa/federal-court-records-scraper

US federal court records scraper & API: search PACER / RECAP dockets, filings, documents, parties, attorneys, judges and opinions by query, court or date. Legal research, litigation monitoring and docket data โ€” fast, no PACER account and no per-page fees.

Distressed Property Leads Scraper

4l3c/foreclosure-auction-scraper

Distressed-property leads from official sources: sheriff foreclosure sale listings across 60+ county portals (NJ, OH, PA, DE, IA & more) with auction dates, plaintiffs and judgment data, plus nationwide HUD Home Store listings. Legal public records for real estate investors and wholesalers.