Ohiosos: Search By Debtor
Ohiosos via Parse · government_public
Search Ohio UCC filings by debtor name. Supports both organization and individual debtor searches. For organizations, provide organization_name. For individuals, provide last_name and optionally first_name and middle_name. Returns a flat list of all matching filings with summary information including filing number, dates, type, and party names. The API returns all matching results in a single response with no server-side pagination. Results include entity_id which can be passed to get_filing_details for complete party and history information. Search and retrieve UCC (Uniform Commercial Code) filings from the Ohio Secretary of State Business Central portal. Supports search by debtor name (organization or individual) and by filing number, plus detailed filing information including all parties and amendment/continuation history. Fulfilled by Parse from bsportal.ohiosos.gov.
- b2b-directory
- bsportal-ohiosos-gov
- finance
- government-public
- ohiosos
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/318ac4ad-2267-45fa-b76c-d97fc3bb4d08/search_by_debtor
- Interface artifact
- sha256:2a52c8a4dac60e715521a60cba0454afdd3b281ba2f002390444162dd051bbff
- Manifest digest
- sha256:e55c0f78f0479d62b7b3453a239323a15f055be4c96335e1861245d419bc8c9f
Request fields
- city (string): City to filter results by.
- last_name (string): Last name of the individual debtor. Required when debtor_type is 'individual'.
- first_name (string): First name of the individual debtor. Only used when debtor_type is 'individual'.
- debtor_type (string): Whether the debtor is an organization or individual.
- middle_name (string): Middle name of the individual debtor. Only used when debtor_type is 'individual'.
- include_lapsing (boolean): When true, includes active filings plus those lapsing within a year. When false (default), returns only active filings.
- organization_name (string): Organization name to search for. Required when debtor_type is 'organization'.
Example queries
- {"debtor_type":"organization","organization_name":"Acme"}