DEV Community

Aman Bhawsar
Aman Bhawsar

Posted on

Turn Public Business Loan Records (UCC Filings) Into B2B Leads with an API

Here's a lead source most people overlook: UCC filings.

Every time a business takes a secured loan — equipment financing, a line of credit, working capital — a UCC filing becomes public record. It tells you the borrower, the lender, and what was financed. If you sell to businesses that borrow money, these are some of the warmest B2B leads out there.

The catch: this data is scattered across state filing offices in messy formats.

The easy way

I built a scraper that pulls multi-state UCC filings into clean JSON/CSV — no manual lookups.

What you get per filing:

  • Debtor (the business) — name & address
  • Secured party (the lender)
  • Filing date, collateral, and status
  • Multi-state coverage in a single run

Example output


json
{
  "debtor_name": "Riverside Logistics Inc",
  "secured_party": "First Capital Bank",
  "collateral": "Equipment",
  "filing_date": "2026-06-30",
  "status": "Active"
}

Try it

👉 US UCC Filings Scraper:
https://apify.com/inexhaustible_glass/ucc-filings-scraper

See all my scrapers:
https://apify.com/inexhaustible_glass

Perfect for lenders, MCA brokers, equipment finance, and B2B sales teams targeting companies that are actively spending.

What public dataset should I turn into an API next? Let me know 👇
Enter fullscreen mode Exit fullscreen mode

Top comments (0)