Zillow Explorer avatar

Zillow Explorer

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Zillow Explorer

Zillow Explorer

jupri/zillow-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

💫 Scrape Zillow.com Homes

Jupri avatar

📝 COUNTS EXAMPLE

Open

cat (Jupri) opened this issue
a year 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

1{ 
2	"location": [ "Moore County, NC" ], 
3	"types:land": true,
4	"search_type": "sold",
5	"counts": [
6		{ "min_lot": 0, "max_lot": 43560, "max_days": 7 }, 
7		{ "min_lot": 0, "max_lot": 43560, "max_days": 30 },
8		{ "min_lot": 0, "max_lot": 43560, "max_days": 90 },
9		{ "min_lot": 43560, "max_lot": 87120, "max_days": 7 }, 
10		{ "min_lot": 43560, "max_lot": 87120, "max_days": 30 },
11		{ "min_lot": 43560, "max_lot": 87120, "max_days": 90 },
12		{ "min_lot": 87120, "max_lot": 217800, "max_days": 7 }, 
13		{ "min_lot": 87120, "max_lot": 217800, "max_days": 30 },
14		{ "min_lot": 87120, "max_lot": 217800, "max_days": 90 },		
15		{ "min_lot": 217800, "max_lot": 435600, "max_days": 7 }, 
16		{ "min_lot": 217800, "max_lot": 435600, "max_days": 30 },
17		{ "min_lot": 217800, "max_lot": 435600, "max_days": 90 }
18	], 
19}

OUTPUT

Output 12 data points

1[
2    {
3        "param": {"min_lot": 0,"max_lot": 43560,"max_days": 7},
4        "total": 5
5    },
6    {
7        "param": {"min_lot": 0,"max_lot": 43560,"max_days": 30},
8        "total": 19
9    },
10    {
11        "param": {"min_lot": 0,"max_lot": 43560,"max_days": 90},
12        "total": 72
13    },
14    {
15        "param": {"min_lot": 435... [trimmed]
Developer
Maintained by Community

Actor Metrics

  • 16 monthly users

  • 7 stars

  • >99% runs succeeded

  • 3.6 hours response time

  • Created in Jul 2022

  • Modified 2 months ago

Categories