Search liens by debtor (i.e., company) information, such as URL, company ID, phone number, name, address, and collateral/assets description. Supports filtering by presence of collateral, assets, continuation, amendments, website, and contacts, 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 (Individual or Organization; omitted defaults to both)
phone
name
address
city
collateral
collateral_match_mode (or default; set to and for 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
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–50). 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.
Documentation Index
Fetch the complete documentation index at: https://docs.leadx.com/llms.txt
Use this file to discover all available pages before exploring further.
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). Accepts a single string or a list of strings. Comma-separated strings are split automatically.
[
"Example Company",
"John West Auto Body Shop"
]Secured-party company name(s) to combine with debtor filters. Use this to cross-filter debtor results by the secured party's name.
["John Deere", "Wells Fargo"]Full street address or any part of it
"123 Main St, Austin, TX 78701"
Debtor city name(s)
["Austin", "Crescent Springs"]Secured-party state(s) (2-letter abbreviation)
["ND", "MN"]State where UCC was filed (2-letter abbreviation)
["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
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"
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)
["12345678", "2005-2120595-61"]Deprecated. This parameter is no longer supported and will be ignored. Results are now always grouped by 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
Successful Response