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

21 hours ago

Jupri avatar

📝 COUNTS EXAMPLE

Open

cat (Jupri) opened this issue
2 years ago

Counts (example use case)

Search: SOLD Location : Moore County, NC
Type: Land

Lot Size7 days30 days90 days
0-1 acre???
1-2 acre???
2-5 acre???
5-10 acre???

NB: 1 acre = 43560 sqft.

INPUT

Counting 12 data points

{
"location": [ "Moore County, NC" ],
"types:land": true,
"search_type": "sold",
"counts": [
{ "min_lot": 0, "max_lot": 43560, "max_days": 7 },
{ "min_lot": 0, "max_lot": 43560, "max_days": 30 },
{ "min_lot": 0, "max_lot": 43560, "max_days": 90 },
{ "min_lot": 43560, "max_lot": 87120, "max_days": 7 },
{ "min_lot": 43560, "max_lot": 87120, "max_days": 30 },
{ "min_lot": 43560, "max_lot": 87120, "max_days": 90 },
{ "min_lot": 87120, "max_lot": 217800, "max_days": 7 },
{ "min_lot": 87120, "max_lot": 217800, "max_days": 30 },
{ "min_lot": 87120, "max_lot": 217800, "max_days": 90 },
{ "min_lot": 217800, "max_lot": 435600, "max_days": 7 },
{ "min_lot": 217800, "max_lot": 435600, "max_days": 30 },
{ "min_lot": 217800, "max_lot": 435600, "max_days": 90 }
],
}

OUTPUT

Output 12 data points

[
{
"param": {"min_lot": 0,"max_lot": 43560,"max_days": 7},
"total": 5
},
{
"param": {"min_lot": 0,"max_lot": 43560,"max_days": 30},
"total": 19
},
{
"param": {"min_lot": 0,"max_lot": 43560,"max_days": 90},
"total": 72
},
{
"param": {"min_lot": 435... [trimmed]