$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "target_company": "Apify",
< "sources": [
< "G2",
< "Capterra",
< "Trustpilot"
< ],
< "timeframe_days": 7,
< "target_language": "english",
< "ai_provider": "gemini",
< "ai_model": "gemma-4-26b-a4b-it",
< "skip_ai": false,
< "force_refresh": false,
< "max_proxy_cost_usd": 5,
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/rexreus~nexus-iq/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'