Docs · Actors
Zillow property actor
Structured property data from any Zillow listing.
POST
/v1/actors/zillow See the full Zillow actor page for fields and proxy guidance.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | yes | — | Zillow property URL. |
| proxy | string | no | — | Residential proxy (required for production). |
Request
curl -X POST https://api.datasonar.dev/v1/actors/zillow \
-H "Authorization: Bearer osk_..." \
-d '{"url": "https://www.zillow.com/homedetails/..."}' Response
{ "status": "success", "data": { "address": "...", "price": ..., "bedrooms": ... } }