$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "keyword": "Data Analyst",
< "country": "United States",
< "platforms": [
< "Arbetsförmedlingen",
< "Baitoru",
< "Bundesagentur für Arbeit",
< "doda",
< "France Travail",
< "Freelancer.com",
< "JobKorea",
< "Jobright",
< "Jobs2Careers",
< "Kariyer.net",
< "Kyujin Box",
< "Mynavi Tenshoku",
< "OCC",
< "OnlineJobs.ph",
< "SAP",
< "Saramin",
< "USAJOBS",
< "Indeed",
< "LinkedIn",
< "Glassdoor",
< "ZipRecruiter",
< "Jobstreet",
< "Glints",
< "Stepstone",
< "Naukri.com",
< "Catho",
< "foundit",
< "Bayt.com",
< "Reed.co.uk",
< "Totaljobs",
< "CV-Library",
< "VDAB",
< "HelloWork",
< "InfoJobs",
< "Job Bank",
< "jobs.ch",
< "Pracuj.pl",
< "Talent.com",
< "Jooble"
< ],
< "max_results": 10,
< "remote_only": false,
< "distance": 300,
< "posted_since": "1 month",
< "job_type": "all",
< "currency": "USD"
<}
<EOF
$curl "https://api.apify.com/v2/acts/truefetch~job-search/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'