$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "sites": [
< "https://example.com",
< "https://apify.com"
< ],
< "paths": [
< "/"
< ],
< "bots": [
< "Baiduspider",
< "Baidubot",
< "Bytespider",
< "Bytedance",
< "Doubao",
< "DeepSeekBot",
< "ChatGLM-Spider",
< "Qwenbot",
< "PanguBot",
< "PetalBot",
< "Kimi",
< "Hunyuan",
< "YiBot",
< "SenseBot",
< "iFlytekBot",
< "MiniMaxBot",
< "InternLMBot",
< "360Spider",
< "Sogou web spider",
< "Yisouspider"
< ],
< "checkLlms": true,
< "maxItems": 2
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~chinese-ai-crawler-access-checker/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'