$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "companyTargets": [
< "https://www.xing.com/pages/sap",
< "bayer",
< "basf",
< "bmwgroup",
< "allianzdeutschland",
< "eon",
< "rwe",
< "zalando",
< "airbus",
< "covestro",
< "infineon",
< "commerzbank",
< "symrise",
< "sartorius",
< "gusgroup",
< "bcttechnologyag",
< "digitalzeitgmbh",
< "webasto",
< "lear",
< "prehgmbh",
< "faccag",
< "aircraftphilippgroup",
< "quantum-systemsgmbh",
< "currentagmbh-co-ohg",
< "triflexgmbh-co-kg"
< ],
< "maxCompanies": 25
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~xing-companies-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'