$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "records": [
< {
< "company": "Northstar HVAC Supply",
< "website": "https://northstarhvacsupply.example",
< "email": "sales@northstarhvacsupply.example",
< "phone": "+1 555 010 2210",
< "city": "Dallas",
< "state": "TX",
< "description": "Commercial HVAC supplier serving contractors and property managers"
< },
< {
< "company": "Metro Build Expo",
< "url": "https://events.example/metro-build-expo",
< "category": "Building & Construction",
< "city": "Chicago",
< "country": "US",
< "estimatedVisitors": 8500
< }
< ],
< "icpDescription": "B2B companies in construction, HVAC, industrial supply, manufacturing, trade shows, logistics, or services with a website and reachable sales/contact channel."
<}
<EOF
$curl "https://api.apify.com/v2/acts/leadops_lab~lead-intelligence-scorer-pro/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'