$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.autotrader.co.uk/cars/retailer/stock?advertising-location=at_cars&advertising-location=at_profile_cars&onesearchad=Used&onesearchad=Nearly+New&onesearchad=New&postcode=M60+1NW&retailerId=10038961&sort=price-asc"
< },
< {
< "url": "https://www.autotrader.co.uk/car-search?channel=cars&postcode=M60+1NW&distance=&make=&homeDeliveryAdverts=include&advertising-location=at_cars&year-to=2025"
< },
< {
< "url": "https://www.autotrader.co.uk/van-search?channel=vans&postcode=NG1+1NG"
< }
< ],
< "searchType": "Cars",
< "postCode": "NG1 1GF",
< "make": "BMW",
< "model": "X7",
< "yearFrom": "2023",
< "yearTo": "2025"
<}
<EOF
$curl "https://api.apify.com/v2/acts/blueorion~fast-autotrader-uk-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'