{"name":"property-tax","description":"Property tax lookup. Search a county's open-data assessor dataset by street address or parcel ID and return parcel id, owner, assessed and market value, sqft, year built, zoning, and a permalink to the source portal. Covers NYC PLUTO, SF Assessor Roll, and Cook County (Chicago) — open-data CC0 sources. Same backend as property-tax-assessment under a more search-friendly slug.","price":"$0.01","method":"POST","input_schema":{"properties":{"county":{"type":"string","enum":["nyc","sf","chicago"],"description":"County dataset to query. One of nyc, sf, chicago."},"address":{"type":"string","description":"Address substring to match (case-insensitive). Required if parcel is omitted."},"parcel":{"type":"string","description":"Exact parcel/APN ID to match. Required if address is omitted."},"limit":{"type":"number","description":"Max rows to return, 1-50. Default 10."}},"required":["county"]},"input_example":{"county":"nyc","address":"350 5 AVENUE","limit":1},"output_example":{"county":"nyc","total":0,"properties":[]},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}