Zillow Explorer avatar
Zillow Explorer

Pricing

$30.00/month + usage

Go to Store
Zillow Explorer

Zillow Explorer

Developed by

cat

cat

Maintained by Community

💫 Scrape Zillow.com Homes

0.0 (0)

Pricing

$30.00/month + usage

12

Total users

528

Monthly users

26

Runs succeeded

>99%

Issues response

0.26 hours

Last modified

a day ago

KG

Error: too many values to unpack (expected 2)

Closed

akgovada opened this issue
10 months ago

Thanks so much for creating this Actor! I am getting an error - too many values to unpack (expected 2) - what does this mean and how can I avoid it?

Jupri avatar

cat (Jupri)

10 months ago

Hi. Thank you for trying my actor.

location parameter should be array : eg:

{
"location:": ["10001", "10002"],
"limit": 5
}

and the other input also wrong: should be true not string "true" eg:

{
"status:pending:": false,
"types:condo:": true,
"types:multiFamily:": true,
"types:singleFamily:": true,
"types:townhome:": true,
}
KG

akgovada

10 months ago

Thank you Cat, this issue has been resolved with your feedback!