HiringPilot — B2B Hiring Signal Lead Qualifier avatar

HiringPilot — B2B Hiring Signal Lead Qualifier

Pricing

from $100.01 / 1,000 results

Go to Apify Store
HiringPilot — B2B Hiring Signal Lead Qualifier

HiringPilot — B2B Hiring Signal Lead Qualifier

Ranks company and job pages by hiring urgency, department growth, vendor need, and outreach angles for B2B sales teams.

Pricing

from $100.01 / 1,000 results

Rating

0.0

(0)

Developer

Daniel Lozano

Daniel Lozano

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Share

What This Actor Does

Ranks company and job pages by hiring urgency, department growth, vendor need, and outreach angles for B2B sales teams.

Who It Is For

  • B2B sales teams
  • recruiting agencies
  • staffing agencies
  • RevOps teams

Why It Is Useful

Job scrapers extract listings; this translates hiring signals into vendor sales opportunities.

Input Fields

  • startUrls: public website URLs to process.
  • maxItems: maximum URLs to process.
  • includeAiAnalysis: optional AI enrichment when API keys are configured.
  • industryHint: optional category hint.

Example Input

{
"startUrls": [
{
"url": "https://example.com"
}
],
"maxItems": 1,
"includeAiAnalysis": false,
"industryHint": "local business"
}

Example Output

{
"inputUrl": "https://example.com",
"status": "success",
"score": 64,
"opportunityScore": 45,
"findings": {},
"missingItems": [],
"recommendations": [],
"createdAt": "2026-06-17T18:20:00.602Z"
}

Output Schema

The Actor declares .actor/output_schema.json and links the results output to the default dataset items URL. This helps Apify Console, API consumers, and AI agents discover where run results are stored.

The Actor includes an original generated PNG logo at .actor/icon.png. It must be generated with ChatGPT Images and must not use official third-party brand marks.

Monetization

Pay per hiring-signal account brief for sales teams targeting growing companies.

Limitations

Public HTML only. No login-protected scraping, private APIs, legal compliance claims, or browser UI testing.

Local Development

npm install
npm run build
npm test
npm run lint
apify run

Deployment

$apify push