$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "input": [
< {
< "polygon": [
< [
< 28.9520687326739,
< -81.9596345263672
< ],
< [
< 28.9544720326552,
< -81.9939668017578
< ],
< [
< 28.9532703896359,
< -82.0282990771485
< ],
< [
< 28.9244267751812,
< -82.0406586962891
< ],
< [
< 28.8943728089739,
< -82.0502717333985
< ],
< [
< 28.8643101397807,
< -82.0571381884766
< ],
< [
< 28.8426596323051,
< -82.0324189501953
< ],
< [
< 28.8390507762033,
< -81.9967133837891
< ],
< [
< 28.8366448025959,
< -81.9623811083985
< ],
< [
< 28.8462683632266,
< -81.9294221240235
< ],
< [
< 28.8787413067622,
< -81.9266755419922
< ],
< [
< 28.9112041026263,
< -81.9266755419922
< ],
< [
< 28.942454975081,
< -81.9266755419922
< ],
< [
< 28.956875276864,
< -81.956887944336
< ],
< [
< 28.9520687326739,
< -81.9596345263672
< ]
< ],
< "page": 1,
< "status": "forSale",
< "sortSelection": "priced"
< },
< {
< "polygon": [
< [
< 28.9520687326739,
< -81.9596345263672
< ],
< [
< 28.9544720326552,
< -81.9939668017578
< ],
< [
< 28.9532703896359,
< -82.0282990771485
< ],
< [
< 28.9244267751812,
< -82.0406586962891
< ],
< [
< 28.8943728089739,
< -82.0502717333985
< ],
< [
< 28.8643101397807,
< -82.0571381884766
< ],
< [
< 28.8426596323051,
< -82.0324189501953
< ],
< [
< 28.8390507762033,
< -81.9967133837891
< ],
< [
< 28.8366448025959,
< -81.9623811083985
< ],
< [
< 28.8462683632266,
< -81.9294221240235
< ],
< [
< 28.8787413067622,
< -81.9266755419922
< ],
< [
< 28.9112041026263,
< -81.9266755419922
< ],
< [
< 28.942454975081,
< -81.9266755419922
< ],
< [
< 28.956875276864,
< -81.956887944336
< ],
< [
< 28.9520687326739,
< -81.9596345263672
< ]
< ],
< "page": 1,
< "status": "forSale",
< "sortSelection": "priced",
< "price_min": 200000,
< "price_max": 750000,
< "beds_min": 2
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/axesso_data~zillow-search-by-polygon-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'