Zillow Explorer avatar
Zillow Explorer
Try for free

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

View all Actors
Zillow Explorer

Zillow Explorer

jupri/zillow-scraper
Try for free

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

Search property data from Zillow.com

Jupri avatar

📝 COUNTS EXAMPLE

Open

cat (Jupri) opened this issue
10 months 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": 43560,"max_lot": 87120,"max_days": 7},
16        "total": 0
17    },
18    {
19        "param": {"min_lot": 43560,"max_lot": 87120,"max_days": 30},
20        "total": 10
21    },
22    {
23        "param": {"min_lot": 43560,"max_lot": 87120,"max_days": 90},
24        "total": 22
25    },
26    {
27        "param": {"min_lot": 87120,"max_lot": 217800,"max_days": 7},
28        "total": 0
29    },
30    {
31        "param": {"min_lot": 87120,"max_lot": 217800,"max_days": 30},
32        "total": 2
33    },
34    {
35        "param": {"min_lot": 87120,"max_lot": 217800,"max_days": 90},
36        "total": 11
37    },
38    {
39        "param": {"min_lot": 217800,"max_lot": 435600,"max_days": 7},
40        "total": 0
41    },
42    {
43        "param": {"min_lot": 217800,"max_lot": 435600,"max_days": 30},
44        "total": 2
45    },
46    {
47        "param": {"min_lot": 217800,"max_lot": 435600,"max_days": 90},
48        "total": 7
49    }
50]
Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 6 stars
  • 96.1% runs succeeded
  • 72 days response time
  • Created in Jul 2022
  • Modified 6 months ago
Categories