appext20.dos.ny.gov API: search_by_debtor_name
appext20.dos.ny.gov via Parse · government_public
Search UCC filings by debtor name, either individual or organization. Returns paginated filing summaries with lien_id for use with get_filing_detail. Results are paginated at 10 per page; use the page parameter to retrieve subsequent pages. Search New York State Uniform Commercial Code (UCC) public filings by debtor name or filing number, and retrieve detailed filing information including all parties and filing history. Fulfilled by Parse from appext20.dos.ny.gov.
- appext20-dos-ny-gov
- b2b-directory
- finance
- government-public
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bebb3602-31a1-4f72-83b5-8cc63386731c/search_by_debtor_name
- Interface artifact
- sha256:5752a6cf09c8c3c4977d0d0a97be3dd24e06eed8af68ca959ebb06260302cc77
- Manifest digest
- sha256:edf6fc3d70b182c3903cd05e51c7e030cb83469b57ca5422bd236dfcf71c8cdc
Request fields
- page (integer): Page number for paginated results (10 results per page).
- last_name (string): Individual's last name. Required when debtor_type is 'individual'.
- first_name (string): Individual's first name. Optional, narrows results when debtor_type is 'individual'.
- debtor_type (string): Type of debtor to search for.
- middle_name (string): Individual's middle name. Optional, narrows results when debtor_type is 'individual'.
- search_logic (string): Search matching logic.
- organization_name (string): Organization name to search for. Required when debtor_type is 'organization'.
Example queries
- {"debtor_type":"organization","search_logic":"SD","organization_name":"Chase"}