$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "items",
< "items": [
< {
< "company": {
< "name": "Northstar CRM",
< "website": "https://www.northstarcrm.com/careers"
< },
< "title": "Senior Salesforce Revenue Operations Manager",
< "url": "https://jobs.ashbyhq.com/northstar/sr-revops?utm_source=linkedin",
< "datePosted": "2026-07-01",
< "location": "Remote US",
< "description": "Own Salesforce, HubSpot, attribution workflows, pipeline reporting, and urgent GTM automation projects while we scale the sales team.",
< "source": "Ashby"
< },
< {
< "employer": "Deskly",
< "title": "Office Assistant",
< "description": "General administrative support for the office."
< }
< ],
< "serviceProfile": "fractional RevOps team",
< "targetRoles": [
< "Revenue Operations",
< "Sales Operations",
< "Salesforce"
< ],
< "toolKeywords": [
< "Salesforce",
< "HubSpot",
< "Outreach"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/rotvuvo~hiring-gap-bridge-offer-scorer/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'