Hiring Gap Bridge Offer Scorer
Pricing
Pay per usage
Hiring Gap Bridge Offer Scorer
Turn job-post rows into scored hiring-gap buying signals, bridge-offer angles, and CRM-ready outreach hooks.
Hiring Gap Bridge Offer Scorer
Pricing
Pay per usage
Turn job-post rows into scored hiring-gap buying signals, bridge-offer angles, and CRM-ready outreach hooks.
You can access the Hiring Gap Bridge Offer Scorer programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "mode": "items",10 "items": [11 {12 "company": {13 "name": "Northstar CRM",14 "website": "https://www.northstarcrm.com/careers",15 },16 "title": "Senior Salesforce Revenue Operations Manager",17 "url": "https://jobs.ashbyhq.com/northstar/sr-revops?utm_source=linkedin",18 "datePosted": "2026-07-01",19 "location": "Remote US",20 "description": "Own Salesforce, HubSpot, attribution workflows, pipeline reporting, and urgent GTM automation projects while we scale the sales team.",21 "source": "Ashby",22 },23 {24 "employer": "Deskly",25 "title": "Office Assistant",26 "description": "General administrative support for the office.",27 },28 ],29 "serviceProfile": "fractional RevOps team",30 "targetRoles": [31 "Revenue Operations",32 "Sales Operations",33 "Salesforce",34 ],35 "toolKeywords": [36 "Salesforce",37 "HubSpot",38 "Outreach",39 ],40}41
42# Run the Actor and wait for it to finish43run = client.actor("rotvuvo/hiring-gap-bridge-offer-scorer").call(run_input=run_input)44
45# Fetch and print Actor results from the run's dataset (if there are any)46print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])47for item in client.dataset(run["defaultDatasetId"]).iterate_items():48 print(item)49
50# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-startThe Apify API client for Python is the official library that allows you to use Hiring Gap Bridge Offer Scorer API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-clientOther API clients include: