Job Board Keyword Signal Scanner
About
Queries Greenhouse, Lever, Ashby, Workday, and Rippling for any role category you define, from GTM to Engineering to custom keywords. Part of the Mamba Labs signal toolkit.
Details
- Author
- mambalabsdev
- Downloads
- 304
- Categories
- Web Scraping, Other
Jump to
- Five ATS platforms: Greenhouse, Lever, Ashby, Workday, and Rippling
- Configurable role categories: GTM, Engineering, Finance, Ops, Executive, or custom keywords
- Per-category role counts and signal strength
- Flat JSON output ready for Clay column mapping
- Broader coverage than GTM-only hiring tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Job Board Keyword Signal ScannerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Pass a company domain and select or define your role categories. The server scans Greenhouse, Lever, Ashby, Workday, and Rippling for matching roles, then returns a flat row with counts, titles, and signal strength per category. Configure it with your Apify token in the server config.
scan_job_board_keywords
Scan a company's job board for roles in chosen categories across Greenhouse, Lever, Ashby, Workday, and Rippling. Pick from GTM, Engineering, Finance, Operations, Executive, or supply custom keywords. Returns a flat, Clay-ready JSON row of matched role counts and titles per category. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"job board keyword signal scanner": {
"mamba-job-board": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-job-board-keyword-signal-scanner"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}
}
McpServers
{
"mamba-job-board": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-job-board-keyword-signal-scanner"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
Job Board Keyword Signal Scanner MCP Server
An MCP server that scans a company's job board for the roles you care about. It wraps the Mamba Labs Job Board Keyword Signal Scanner actor on Apify and returns a Clay-ready flat JSON row to any MCP client.
- What it does
- Quick start
- Prerequisites
- Example prompts
- Inputs
- Output
- Example output
- Features
- Full actor documentation
- Mamba Labs GTM Suite
- License
Give it a company domain and a set of role categories, and it scans Greenhouse, Lever, Ashby, Workday, and Rippling for matching open roles. Pick from GTM, Engineering, Finance, Operations, Executive, or pass your own custom keywords. You get back a flat row of matched role counts and titles per category, ready for Clay, a CRM, or an AI agent workflow. All of the scanning runs on Apify. This package is a thin client that calls the actor and hands back the result.
You need Node.js 18 or newer and an Apify account with an API token.
{ "mcpServers": { "mamba-job-board-scanner": { "command": "npx", "args": ["-y", "@mambalabsdev/mcp-job-board-keyword-signal-scanner"], "env": { "APIFY_TOKEN": "your-apify-token" } } } }
Get your token athttps://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. Thescan_job_board_keywordstool will be available.
- Node.js 18 or newer
- An Apify account with an API token
- "Is stripe.com hiring engineers? Scan their job board for Engineering roles."
- "Check openai.com for GTM and Executive openings."
- "Scan figma.com for Finance and Operations roles."
- "Look for roles matching 'machine learning' and 'platform' at datadoghq.com using custom keywords."
- company_domain(required): the bare company domain, nohttps://and no trailing slash. Example:stripe.com
- role_categories(required): one or more of GTM, Engineering, Finance, Operations, Executive, Custom.
- custom_keywords(optional): keyword strings to match when Custom is included.
- enable_fallback(optional): fall back to a pre-indexed job database when the live ATS cascade finds nothing.
- previous_roles_detectedandprevious_run_date(optional): pass a prior run's results to compute newly added or removed roles over time.
The tool returns the actor's flat JSON row for the scanned company, including matched role counts and titles per requested category, the ATS platform detected, and optional change tracking. See the Apify Store page for the full output schema.
{ "company_domain": "figma.com", "hiring_signal": true, "ats_platform": "greenhouse", "categories_searched": [ "Engineering" ], "matched_role_count": 8, "signal_strength": "high", "top_matched_role": "Staff Engineer", "most_recent_posting_date": "2026-05-27", "run_date": "2026-05-28" }
- Configurable role categories: GTM, Engineering, Finance, Operations, Executive, Custom
- User-defined keyword arrays for custom scanning
- Per-category counts via roles_by_category, with category-level signal scoring
- Same ATS cascade as the Hiring Signal Scraper
This server is a thin client and holds no scanning logic. For the complete input and output reference, pricing, and run history, see the Apify Store page:
https://apify.com/mambalabs/job-board-keyword-signal-scanner
This server is part of theMamba Labs GTM Suite, a fleet of twelve specialized MCP servers for go-to-market signal intelligence, each backed by a dedicated Apify actor.
Built by Mamba Labs.https://apify.com/mambalabs
Enable AI agents to get structured data from unstructured web with AgentQL.
1GB Free Trial, World's Leading Proxy Service Platform, Efficient Data Collection
Easy web data access. Simplified retrieval of information from websites and online sources.
Real-time web data, structured for agents
Official OpenWeb Ninja MCP server connecting any AI agent to 40+ web data APIs for web search, e-commerce, local business, jobs, real estate, and finance data.
Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.
Integrate real-time Scrapeless Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications. This server enables dynamic context retrieval for AI workflows, chatbots, and research tools.
B2B lead generation MCP server - Apollo, Google Maps, email finder, skip trace, and 15+ more tools.
Turn websites into datasets with Scrapezy
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




