PUBLIC RECORDS

UCC Filings API.

Uniform Commercial Code filings and lien records. Just call the endpoint. We handle proxies, rate limits, anti-bot, and data formatting for you.

2 ready-to-use endpointsNo infrastructure neededClean JSON response

Try the API.

request.sh
curl -X POST https://api.scrapebase.io/api/v2/ucc/search \
  -H "X-API-Key-ID: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "debtorName": "ACME Manufacturing Inc",
    "state": "DE",
    "status": "active"
  }'
response.json
{
  "filingNumber": "2024-1847392",
  "filingDate": "2024-03-12",
  "filingType": "UCC-1",
  "status": "Active",
  "debtorName": "ACME Manufacturing Inc",
  "debtorAddress": "1200 Industrial Pkwy, Wilmington, DE 19801",
  "securedPartyName": "First National Bank of Delaware",
  "collateralDescription": "All inventory, equipment, accounts receivable, and general intangibles",
  "lapseDate": "2029-03-12"
}

All endpoints.

POST
/api/v2/ucc/searchSearch UCC filings by debtor or secured party
stream
POST
/api/v2/ucc/filingFull filing details with amendments
sync

Who uses this.

01

Commercial Lenders

Verify existing liens and collateral encumbrances before approving business loan applications.

02

M&A Due Diligence Teams

Uncover hidden liabilities and secured debt obligations during acquisition target analysis.

03

Trade Credit Analysts

Assess customer creditworthiness by reviewing outstanding UCC filings and lien positions.

Start building.

Pay per successful request. Failed calls are free.