Fetch secured-party UCC records
Search liens by secured-party (i.e., lender/creditor) attributes, such as URL, secured_party_name, address, secured-party class, and collateral/assets description. Supports filtering by presence of collateral, assets, continuation, amendments, and website, as well as modification date.
You must provide at least one of the following filter parameters:
-
url -
company_id -
secured_party_company_id -
debtor_type(IndividualorOrganization; omitted defaults to both) -
secured_party_name -
debtor_name -
address -
city -
zip_code -
near_zip_codewithradius(radius_unitdefaults tomi) -
secured_party_class -
collateral -
collateral_match_mode(ordefault; set toandfor all collateral terms; alias:collateral_contains_operator) -
assets -
has_collateral -
has_assets -
has_continuation -
has_amendment -
has_website -
has_contacts -
modified_date -
date_filed -
date_expired -
company_filing_count -
industry -
secured_party_naics_code -
secured_party_naics_description -
secured_party_eight_digit_sic_code -
secured_party_eight_digit_sic_description -
secured_party_four_digit_sic_code -
secured_party_four_digit_sic_description -
secured_party_two_digit_sic_code -
secured_party_two_digit_sic_description -
secured_party_industry
Sorting is available with sort_by and optional sort_order. Supported sort fields are date_filed_unix, date_expired_unix, company_name, and secured_party. For example: sort_by: secured_party:asc.
For relative date filters, date_expired supports forwards and backwards direction keywords (default is backwards), e.g. <= 1 year forwards.
If you provide multiple filters, only records that match all of them will be returned. The response includes paginated UCC lien records that match the provided criteria.
Pagination uses cursorless offset paging with page and per_page (1-250). Responses include page_number, per_page, total_pages, and total_records, so you can iterate through results.
The response includes a records array of matching liens, each with detailed fields. The total_records field specifies the number of matches returned. See the Field References section of the documentation for a breakdown of each field returned in the response.
Authorizations
Body
Debtor ZIP code(s) for exact ZIP filtering. When radius is supplied without near_zip_code, a single zip_code is used as the radius anchor.
["90210", "10001"]Anchor ZIP code for radius search against debtor address coordinates.
"90210"
Radius distance for geo search around near_zip_code.
x > 025
Units for radius.
mi, km "mi"
Optional result sort. Supported fields: date_filed_unix, date_expired_unix, company_name, and secured_party. Add :asc or :desc, for example date_filed_unix:desc.
"date_filed_unix:desc"
Default sort order when sort_by does not include :asc or :desc.
asc, desc "desc"
Previously saved secured-party search list id.
"abc123-client"
Search field to use from the saved secured-party search list.
name, url, address, secured_party_industry, secured_party_naics_code, secured_party_naics_description, secured_party_eight_digit_sic_code, secured_party_eight_digit_sic_description, secured_party_four_digit_sic_code, secured_party_four_digit_sic_description, secured_party_two_digit_sic_code, secured_party_two_digit_sic_description "secured_party_name"
Secured-party URL(s)
"https://www.starionbank.com"
Debtor company_id value(s)
[
"NHGFIAZYQ8FVARFFA9PCRD",
"VMFUMBRGWGXCBNBEVKM5QU"
]Secured-party company_id value(s)
[
"NHGFIAZYQ8FVARFFA9PCRD",
"VMFUMBRGWGXCBNBEVKM5QU"
]Debtor type(s). Allowed values: Individual, Organization. When omitted, both are included.
["Individual", "Organization"]Secured-party company name(s)
["Starion Bank", "Wells Fargo"]Debtor company name(s) to combine with secured-party filters
["Construction", "ABC Builders"]Secured-party address(es)
[
"123 Bank St, Fargo, ND 58102",
"456 Main St, Philadelphia, PA 19103"
]Secured-party city name(s)
["Philadelphia", "Fargo"]Secured-party state(s) (2-letter abbreviation)
["ND", "MN"]State where UCC was filed (2-letter abbreviation). Alias: state_db.
["ND", "MN"]Secured-party class(es)
["Equipment", "Bank"]Collateral description(s)
["furniture", "equipment"]How multiple collateral terms are combined. 'or' matches any provided term (default). 'and' requires all provided terms.
or, and "or"
Assets description(s)
["inventory", "accounts receivable"]Only UCCs with collateral
true
Only UCCs with assets
true
Only UCCs with continuation
true
Only UCCs with amendments
true
Only UCCs with websites
true
Only UCCs with matched contacts
true
Filing number(s)
["2005-2120595-61", "20244455771A"]Company filing count filter. Accepts number, [min,max], or {'min':x,'max':y}.
3
NAICS code(s)
["523110", 541330]NAICS description(s)
[
"Investment Banking and Securities Dealing",
"Commercial Banking"
]Secured Party 8-digit SIC Code(s)
["61410103", 12345678]Secured Party 8-digit SIC Code Description(s)
[
"Financing: automobiles, furniture, etc., not a deposit bank",
"Other description"
]Secured Party 4-digit SIC Code(s)
["6141", 1234]Secured Party 4-digit SIC Code Description(s)
[
"Personal credit institutions",
"Commercial banking"
]Secured Party 2-digit SIC Code(s)
["61", 62]Secured Party 2-digit SIC Code Description(s)
[
"Nondepository Credit Institutions",
"Commercial Banking"
]Secured Party industry/industries
["Banking", "Financial Services"]Debtor company industry/industries
["Banking", "Financial Services"]Return only one filing per debtor
true
Date when record was last modified. Supports absolute formats (e.g., YYYY-MM-DD, MM-DD-YYYY, YYYY/MM/DD, MM/DD/YYYY) or relative durations (e.g., 1 day(s), 2 week(s), 3 month(s), 4 year(s)). Relative direction can be specified with 'forwards' or 'backwards' (e.g., '1 year forwards'); default is backwards.
"2023-01-31"
Date when the filing was made. Supports absolute formats (e.g., YYYY-MM-DD, MM-DD-YYYY, YYYY/MM/DD, MM/DD/YYYY) or relative durations (e.g., 1 day(s), 2 week(s), 3 month(s), 4 year(s)). Relative direction can be specified with 'forwards' or 'backwards' (e.g., '1 year forwards'); default is backwards.
"2023-01-31"
Date when the filing will expire. Supports absolute formats (e.g., YYYY-MM-DD, MM-DD-YYYY, YYYY/MM/DD, MM/DD/YYYY) or relative durations (e.g., 1 day(s), 2 week(s), 3 month(s), 4 year(s)). For relative dates, direction can be specified with 'forwards' or 'backwards' (e.g., '1 year forwards'); default is backwards.
"2024-01-31"
Page number of results to return. Must be greater than or equal to 1.
x >= 11
Number of results per page. Maximum is 50.
x <= 5050
Annual revenue range (USD). Accepts number, [min,max], or {'min':x,'max':y}.
5000000
Employee count range. Accepts number, [min,max], or {'min':x,'max':y}.
50
Time in business range (years). Accepts number, [min,max], or {'min':x,'max':y}.
3
Response
Successful Response