$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "operation": "search",
< "dealType": "sale",
< "propertyType": "apartment",
< "city": "tbilisi",
< "tbilisiDistricts": [],
< "microDistricts": [],
< "metroStations": [],
< "keyword": "",
< "priceCurrency": "GEL",
< "rooms": [],
< "bedrooms": [],
< "buildingStatus": [],
< "condition": [],
< "projectType": [],
< "bathrooms": [],
< "heating": [],
< "hotWater": [],
< "parking": [],
< "wallMaterial": [],
< "amenities": [],
< "sellerType": "any",
< "only3dTours": false,
< "exchangeOffered": false,
< "maxResults": 100,
< "includeDetails": false,
< "listingUrls": []
<}
<EOF
$curl "https://api.apify.com/v2/actors/sian.agency~myhome-ge-property-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'