$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "targets": [
< {
< "name": "Kitt",
< "url": "https://www.kittoffices.com",
< "category": "workplace",
< "region": "UK"
< },
< {
< "name": "Re-Leased",
< "url": "https://www.re-leased.com",
< "category": "property_software",
< "region": "UK"
< },
< {
< "name": "Elogbooks",
< "url": "https://www.elogbooks.co.uk",
< "category": "fm_software",
< "region": "UK"
< }
< ],
< "icpKeywords": [
< "property management",
< "facilities management",
< "building operations",
< "maintenance",
< "compliance",
< "contractor",
< "resident",
< "tenant",
< "service charge",
< "workspace",
< "office",
< "portfolio"
< ],
< "buyingSignalKeywords": [
< "book a demo",
< "request a demo",
< "pricing",
< "enterprise",
< "integrations",
< "AI",
< "automation",
< "compliance",
< "reporting",
< "maintenance",
< "contractors",
< "scale"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/signaltools~website-technology-icp-signal-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'