Skip to main content
GET
/
api
/
v1
/
zestimate
/
tax-paid
Get Tax Paid
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/zestimate/tax-paid \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "points": [
        {
          "x": 1484978817574,
          "y": 28308.5703125
        }
      ],
      "name": "This home"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zpid
string
required

Unique Zillow Property ID (ZPID) used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"58916071"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]