$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< {
< "url": "https://www.airbnb.com/rooms/31946250?search_mode=regular_search&federated_search_id=1b9b58d9-8173-4981-af16-d28a7a3ece76&locale=en¤cy=USD&adults=2&children=1&infants=1&pets=1&check_in=2024-12-20&source_impression_id=p3_1723723749_P3eI7C5WT72PQ9mk&guests=1&check_out=2024-12-30",
< "country": ""
< },
< {
< "url": "https://www.airbnb.com/rooms/20494333?search_mode=regular_search&federated_search_id=1b9b58d9-8173-4981-af16-d28a7a3ece76&locale=en¤cy=USD&adults=2&children=1&infants=1&pets=1&check_in=2024-11-20&source_impression_id=p3_1723723593_P3_3x98QruU0yxJ2&guests=1&check_out=2024-11-30",
< "country": ""
< },
< {
< "url": "https://www.airbnb.com/rooms/21162039?search_mode=regular_search&federated_search_id=1b9b58d9-8173-4981-af16-d28a7a3ece76&locale=en¤cy=USD&adults=2&children=1&infants=1&pets=1&check_in=2024-10-10&source_impression_id=p3_1723723782_P31EcPsPoSdTizeX&guests=1&check_out=2024-10-20",
< "country": ""
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/vulnv~airbnb-scraper-extract-property-data/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'