-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_sample.json
More file actions
99 lines (86 loc) · 1.94 KB
/
input_sample.json
File metadata and controls
99 lines (86 loc) · 1.94 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
{
"_instructions": "Copy this file to input.json and fill in your data. Only include the sections you need.",
"autocomplete_queries": [
"paris",
"tokyo",
"new york"
],
"search_homes_destinations": [
{
"destination": "toronto, canada",
"check_in": "2025-06-01",
"check_out": "2025-06-07",
"adults": 2,
"bedrooms": 2,
"type_of_place": "Entire_home",
"price_max": 300
},
{
"destination": "paris, france",
"check_in": "2025-07-01",
"check_out": "2025-07-05",
"adults": 1,
"property_type": "Flat"
},
"london, uk",
"tokyo, japan"
],
"search_homes_coordinates": [
{
"ne_lat": "44.029433",
"ne_lng": "-79.317392",
"sw_lat": "43.824096",
"sw_lng": "-79.498301",
"check_in": "2025-06-01",
"check_out": "2025-06-07"
}
],
"search_homes_place_ids": [
"ChIJpTvG15DL1IkRd8S0KlBVNTI"
],
"search_homes_categories": [
"Tag:4104",
"Tag:8522"
],
"search_exp_destinations": [
{
"destination": "toronto, canada",
"experience_type": "art, cooking"
},
"paris, france"
],
"search_exp_place_ids": [
"ChIJpTvG15DL1IkRd8S0KlBVNTI"
],
"search_services": [
{
"destination": "toronto, canada",
"check_in": "2025-06-01",
"check_out": "2025-06-07",
"type_of_service": "Photography"
}
],
"home_listing_ids": [
{
"stay_listing_id": "RGVtYW5kU3RheUxpc3Rpbmc6MTI1NTc2NzAzNTg2MDMzMTgxOQ==",
"check_in": "2025-06-01",
"check_out": "2025-06-07"
}
],
"home_product_ids": [
"868126372367701281"
],
"experience_listing_ids": [
"QWN0aXZpdHlMaXN0aW5nOjMxMDk1ODQ="
],
"experience_availability": [
{
"experience_listing_id": "QWN0aXZpdHlMaXN0aW5nOjMxMDk1ODQ=",
"start_date": "2025-06-01",
"end_date": "2025-06-30"
}
],
"service_listing_ids": [
"QWN0aXZpdHlMaXN0aW5nOjYwNjcyNzE="
]
}