Fetch debtor UCC records
Search liens by debtor (i.e., company) information, such as URL, phone number, company_name, address, and collateral/assets description. Supports filtering by presence of collateral, assets, continuation, and amendments, as well as modification date.
You must provide at least one of the following filter parameters:
-
url -
company_id -
secured_party_company_id -
secured_party_name -
debtor_type(IndividualorOrganization; omitted defaults to both) -
phone -
company_name -
address -
city -
zip_code -
near_zip_codewithradius(radius_unitdefaults tomi) -
collateral -
collateral_match_mode(ordefault; set toandfor all collateral terms; alias:collateral_contains_operator) -
assets -
has_collateral -
has_assets -
has_continuation -
has_amendment -
has_contacts -
modified_date -
date_filed -
date_expired -
filing_number -
company_filing_count -
naics_code -
naics_description -
eight_digit_sic_code -
eight_digit_sic_description -
four_digit_sic_code -
four_digit_sic_description -
two_digit_sic_code -
two_digit_sic_description -
industry -
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: date_filed_unix:desc.
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.
You can also exclude specific values using the exclude parameter, which accepts a dictionary where keys are field names (accepts url and phone) and values are lists of values to exclude from the results.
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 debtor search list id.
"abc123-client"
Search field to use from the saved debtor search list.
name, url, phone, address, industry, naics_code, naics_description, eight_digit_sic_code, eight_digit_sic_description, four_digit_sic_code, four_digit_sic_description, two_digit_sic_code, two_digit_sic_description "company_name"
Debtor URL(s)
"https://www.equipmentshare.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"]
Company phone number(s)
["123-456-7890", 987654321]
Debtor company name(s)
[
"Example Company",
"John West Auto Body Shop"
]
Secured-party company name(s) to combine with debtor filters
["John Deere", "Wells Fargo"]
Full street address(es) or any part of them
[
"123 Main St, Austin, TX 78701",
"456 Oak Ave, Crescent Springs, KY"
]
Debtor city name(s)
["Austin", "Crescent Springs"]
Secured-party state(s) (2-letter abbreviation)
["ND", "MN"]
State where UCC was filed (2-letter abbreviation). Alias: state_db.
["ND", "MN"]
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"]
Filter for UCCs that include collateral
true
Filter for UCCs that include assets
true
Filter for UCCs that include continuation filings
true
Filter for UCCs that include amendments
true
Filter for UCCs that include websites
true
Filter for UCCs that include matched contacts
true
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
NAICS code(s)
["523110", 541330]
NAICS description(s)
[
"Investment Banking and Securities Dealing",
"Commercial Banking"
]
8-digit SIC Code(s)
["61410103", 12345678]
8-digit SIC Code Description(s)
[
"Financing: automobiles, furniture, etc., not a deposit bank",
"Other description"
]
4-digit SIC Code(s)
["6141", 1234]
4-digit SIC Code Description(s)
[
"Personal credit institutions",
"Commercial banking"
]
2-digit SIC Code(s)
["61", 62]
2-digit SIC Code Description(s)
[
"Nondepository Credit Institutions",
"Commercial Banking"
]
Industry/industries
["Banking", "Financial Services"]
Secured-party industry/industries
["Banking", "Financial Services"]
Filing number(s). Alias: ucc_number.
["12345678", "2005-2120595-61"]
Return only one filing per debtor
true
Company filing count filter. Accepts number, [min,max], or {'min':x,'max':y}.
3
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)).
"2023-01-31"
Exclude specific values from the search results. Allowed fields: url, phone.
{
"phone": ["9876543210"],
"url": ["https://exclude.com"]
}
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)).
"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"
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