cermak-petr/actor-zillow-api-scraper

For sale by owner's number

badbit0 opened this issue · 3 comments

How can we get the owner's phone number in the output?

2YMSud5vwv

I tried the following
item.phone = data.phone;
item.Phone = data.Phone;
item.number = data.number;
item.phonenumber = data.phonenumber;
item.phoneNumber = data.phoneNumber;
item.region_phone_number = data.region_phone_number;
item.areacode = data.areacode;
item.areaCode = data.areaCode;
item.prefix = data.prefix;
item.associationPhone = data.associationPhone;

did anyone manage to set this up?
thanks

you can try to see if this data is available using "rawOutput": true to the options. personal information is not added to the output by default