$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "categories",
< "searchInputs": [
< "washers-and-dryers/washing-machines"
< ],
< "productInputs": [
< "176381",
< "appliancesonline.com.au/product/8kg-front-load-haier-washing-machine-hwm80-1403d/",
< "appliancesonline.com.au/filter/washers-and-dryers/washing-machines/",
< "appliancesonline.com.au/filter/clearance/"
< ],
< "onSaleOnly": false,
< "inStockOnly": false,
< "sortBy": "popularity",
< "fetchDetails": true,
< "fetchReviews": false,
< "fetchQuestions": false,
< "maxReviewsPerProduct": 50,
< "questionsCap": 20,
< "maxItems": 20,
< "incrementalMode": false,
< "emitUnchanged": false,
< "emitExpired": false,
< "maxNotifyListings": 50,
< "proxy": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/actors/abotapi~appliancesonline-com-au-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'