
Zillow Detail Scraper
Pricing
$3.00 / 1,000 results

Zillow Detail Scraper
Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.
4.3 (10)
Pricing
$3.00 / 1,000 results
77
Total users
1.7k
Monthly users
347
Runs succeeded
99%
Issues response
1.4 days
Last modified
3 months ago
Not finding the agent phone number field
Closed
Not finding the agent phone number field

Hi, I checked your run from 2025-02-11
and agent phone number is available in the attributionInfo
object as agentPhoneNumber
property. Out of your 351 results, 343 had not-null agent phone number and 8 results had null
phone number (see the attached screenshots). When you download the dataset in JSON format, phone numbers should be easier to find.
You can also view your dataset in a dedicated browser tab, with selected items only - such as zpid
, address
and attributionInfo
. Simply use the URL in the following format:
https://api.apify.com/v2/datasets/{YOUR_DATASET_ID}/items?clean=true&fields=zpid,address,attributionInfo&format=json
Hope this helps