-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_sample.json
More file actions
123 lines (110 loc) · 2.95 KB
/
input_sample.json
File metadata and controls
123 lines (110 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_instructions": "Copy this file to input.json and fill in your data. Only include the sections you need. Each section is used by its corresponding scraper option.",
"property_addresses": [
"1875 AVONDALE Circle, Jacksonville, FL 32205",
"1221 Victoria St APT 301, Honolulu, HI 96814",
"3828 Double Oak Ln, Irving, TX 75061"
],
"property_zpids": [
"44471319",
"2089316022",
"30907787"
],
"property_urls": [
"https://www.zillow.com/homedetails/2762-Downing-St-Jacksonville-FL-32205/44471319_zpid/",
"https://www.zillow.com/homedetails/3-W-Forest-Dr-Rochester-NY-14624/30907787_zpid/"
],
"search_locations": [
{
"location": "New York, NY",
"listing_status": "For_Sale",
"sort_order": "Newest",
"bed_min": "2",
"bathrooms": "TwoPlus",
"list_price_range": "min:500000, max:2000000",
"page": 1
},
{
"location": "Los Angeles, CA",
"listing_status": "For_Rent",
"sort_order": "Price_Low_to_High",
"home_type": "Apartments/Condos/Co-ops",
"page": 1
},
{
"location": "Miami, FL",
"listing_status": "Sold",
"sort_order": "Newest",
"page": 1
},
"Austin, TX",
"Seattle, WA; Denver, CO; 78006"
],
"search_coordinates": [
{
"latitude": "40.599283",
"longitude": "-74.129194",
"radius": "0.5",
"listing_status": "For_Sale"
},
{
"latitude": "34.052235",
"longitude": "-118.243683",
"radius": "1",
"listing_status": "For_Rent"
}
],
"search_urls": [
"https://www.zillow.com/new-york-ny/",
"https://www.zillow.com/los-angeles-ca/rentals/"
],
"search_mls_numbers": [
"MLS123456",
"MLS789012"
],
"autocomplete_queries": [
"649 Keller St, Bay St Louis",
"1875 Avondale",
"New York"
],
"property_details": [
{"address": "1875 AVONDALE Circle, Jacksonville, FL 32205"},
{"zpid": "44471319"},
{"url": "https://www.zillow.com/homedetails/2762-Downing-St-Jacksonville-FL-32205/44471319_zpid/"},
{"address": "1221 Victoria St APT 301, Honolulu, HI 96814"}
],
"market_queries": [
{"search_query": "Austin, TX", "home_type": "All_Homes", "exclude_rental_trends": false},
{"search_query": "Miami, FL", "home_type": "Single_Family"},
"New York, NY",
"USA"
],
"agent_searches": [
{
"location": "Saint Louis, MO",
"is_top_agent": true,
"specialties": "luxury-homes"
},
{
"location": "New York, NY",
"agent_name": "Alex"
},
"Los Angeles, CA"
],
"agent_profiles": [
{"agent_link": "https://www.zillow.com/profile/Alex-Antigua"},
{"username": "Alex-Antigua"},
"https://www.zillow.com/profile/Alex-Antigua",
"Alex-Antigua"
],
"skip_traces": [
{
"street": "3828 Double Oak Ln",
"citystatezip": "Irving, TX 75061"
},
{
"street": "1875 AVONDALE Circle",
"citystatezip": "Jacksonville, FL 32205"
}
]
}