-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_sample.json
More file actions
95 lines (84 loc) · 2.02 KB
/
input_sample.json
File metadata and controls
95 lines (84 loc) · 2.02 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
{
"_instructions": "Copy this file to input.json and fill in your data. Only include the sections you need.",
"property_addresses": [
"166 W 22nd St Unit 1D, New York, NY 10011",
"3828 Double Oak Ln, Irving, TX 75061"
],
"property_ids": [
{"property_id": "20739181", "listing_id": "192575318"},
{"property_id": "13543215", "listing_id": "207197529"}
],
"property_urls": [
"https://www.redfin.com/NY/Saint-Albans/10970-203rd-St-11412/home/20739181",
"https://www.redfin.com/NY/Hollis/9452-199th-St-11423/home/13543215"
],
"listing_ids": [
"192575318",
"207197529"
],
"property_id_only": [
"20739181",
"13543215"
],
"search_locations": [
{
"location": "New York",
"search_type": "For_Sale",
"sort_order": "Newest",
"min_beds": "Two",
"baths": "OnePlus",
"min_price": "500000",
"max_price": "2000000",
"home_type": "House,Condo"
},
{
"location": "Los Angeles, CA",
"search_type": "For_Rent",
"sort_order": "Price_Low_to_High",
"home_type": "Apartment"
},
{
"location": "Miami, FL",
"search_type": "Sold",
"sort_order": "Most_Recently_Sold"
},
"Austin, TX",
"Seattle, WA"
],
"search_coordinates": [
{
"latitude": "40.748817",
"longitude": "-73.985428",
"radius": "1.5",
"search_type": "For_Sale",
"result_count": 50
},
{
"latitude": "34.052235",
"longitude": "-118.243683",
"radius": "2",
"search_type": "For_Rent"
}
],
"search_urls": [
"https://www.redfin.com/zipcode/10002/filter/property-type=house,min-price=150k,max-price=2M",
"https://www.redfin.com/city/30749/NY/New-York/filter/sort=lo-price"
],
"search_region_ids": [
"4_3244",
"6_13271"
],
"autocomplete_queries": [
"Texas",
"New York",
"San Francisco"
],
"flood_queries": [
{
"fips_code": "36081",
"apn": "4109420115",
"lat": "40.7059662",
"lng": "-73.754585"
}
]
}