NYC: Search By Party Name
NYC via Parse · government_public
Search ACRIS recorded documents by party (business or person) name. Returns paginated results with document ID, type, parties, borough/block/lot, dates, and amounts. Supports optional filters for borough, document class, party type, and date range. Results are returned in pages; use the page parameter and has_next/has_previous flags to paginate. Each page returns up to max_rows results (default 25, max 99). The search uses prefix matching on the name. Search NYC Automated City Register Information System (ACRIS) for recorded documents by party name. Find liens, judgments, mortgages, UCC filings, deeds, and other documents recorded against a business or person in New York City. Retrieve full document details including all parties, legal descriptions, amounts, and remarks. Fulfilled by Parse from a836-acris.nyc.gov.
- a836-acris-nyc-gov
- finance
- government-public
- nyc
- parse
- platform-key
- real-estate
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/03ecec11-1d0c-415f-a573-560b39686f66/search_by_party_name
- Interface artifact
- sha256:37e94cfcd7ba7342c0129eb29aa20f046aa709d1a0c8f2ef43c1f3bd27016f82
- Manifest digest
- sha256:6f8119e6f2039cf388d1eea2ca082e51039383ef13f425fce39419951dcf2857
Request fields
- name (string, required): Party name to search. For businesses, provide the business name. For individuals, provide the last name (optionally followed by first name). The search uses prefix matching.
- page (integer): Page number for pagination.
- borough (string): Filter by NYC borough. Omitted returns all boroughs.
- date_to (string): End date for custom date range in YYYY-MM-DD format. Must be used together with date_from.
- max_rows (integer): Maximum results per page. Accepted values: 10, 25, 50, 99.
- date_from (string): Start date for custom date range in YYYY-MM-DD format. Must be used together with date_to. Overrides date_range when both date_from and date_to are provided.
- doc_class (string): Filter by document class. Omitted returns all classes.
- date_range (string): Preset date range filter. Ignored when date_from and date_to are both provided. Omitted searches all dates.
- party_type (string): Filter by party role. Omitted searches all parties.
Example queries
- {"name":"TRUMP"}