Phila: Get Account Lien Details
Phila via Parse · government_public
Get detailed lien records for a specific water account. Only returns data when the account has liens (lienCount > 0) and the supply_type matches a lien record. Use custId, instId, and supplyType values from get_property_accounts results where lienCount is greater than zero. API to search and retrieve Philadelphia property water lien records by address or account number. Fulfilled by Parse from water-lien.phila.gov.
- finance
- government-public
- parse
- phila
- platform-key
- real-estate
- water-lien-phila-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5740fa62-ec81-4883-8333-0a524d354a28/get_account_lien_details
- Interface artifact
- sha256:529587ff909553d0380d8dea2d304217e00333c5db5f21b80291c3fc683c158e
- Manifest digest
- sha256:98058a51f4a2eb830fac3c2c5131d71115898ef405f8b5bad91d964a9de26a61
Request fields
- cust_id (integer, required): Customer ID (custId) from a get_property_accounts result
- inst_id (integer, required): Installation ID (instId) from a get_property_accounts result
- supply_type (string, required): Supply type from the account record that has liens. Must match the supplyType of the lien-bearing account row (e.g., 'AGENCY', 'WATER').
Example queries
- {"cust_id":"CRITICAL_PII_REDACTED","inst_id":"CRITICAL_PII_REDACTED","supply_type":"AGENCY"}