-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_sample.json
More file actions
62 lines (55 loc) · 1.12 KB
/
input_sample.json
File metadata and controls
62 lines (55 loc) · 1.12 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
{
"_instructions": "Copy this file to input.json and fill in your data. Only include the sections you need.",
"autocomplete_queries": [
"dubai marina",
"abu dhabi",
"palm jumeirah",
"sharjah"
],
"property_searches": [
{
"location_external_id": "6901",
"purpose": "for-sale",
"category": "residential",
"rooms": "2",
"min_price": "500000",
"max_price": "3000000"
},
{
"location_external_id": "6901",
"purpose": "for-rent",
"rent_frequency": "yearly",
"rooms": "1",
"furnishing_status": "furnished"
},
{
"location_external_id": "5152",
"purpose": "for-sale",
"category_external_id": "3",
"completion_status": "completed"
},
"6901"
],
"property_ids": [
"12372178",
"11223344"
],
"agency_ids": [
"10499",
"7737"
],
"agent_slugs": [
"salma-mohamed-mahmoud-hashem-2521536"
],
"agent_ids": [
"1919589"
],
"trubroker_searches": [
{
"location_external_id": "5152",
"category": "residential",
"purpose": "for-sale"
},
"6901"
]
}