Hiring.Cafe Jobs Scraper avatar

Hiring.Cafe Jobs Scraper

Pricing

Pay per usage

Go to Apify Store
Hiring.Cafe Jobs Scraper

Hiring.Cafe Jobs Scraper

Efficiently extract job listings directly from Hiring.Cafe. Access fresh career opportunities and hiring data from this growing job platform. Perfect for aggregators and market analysis. For the most reliable results, using residential proxies is highly recommended.

Pricing

Pay per usage

Rating

3.1

(6)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

2

Bookmarked

114

Total users

13

Monthly active users

13 days ago

Last modified

Share

Extract comprehensive job data from Hiring.Cafe with a stable SSR-backed search flow. Collect job listings including titles, companies, locations, compensation, and descriptions at scale for research, recruiting, and monitoring.

Features

  • Live Search Payload — Uses the current Next.js SSR search transport that is working as of 2026-05-21
  • Keyword Search — Find jobs by specific terms and roles
  • Location Filtering — Target jobs in specific regions
  • Workplace Type Options — Filter by remote, hybrid, or onsite positions
  • Pagination Control — Collect data across multiple result pages
  • Structured Output — Clean, normalized job data for easy processing
  • Rich Source Data — Pulls from HiringCafe's structured search payload instead of brittle page scraping

Use Cases

Job Market Research

Analyze hiring trends and salary ranges across different industries. Understand demand for specific skills and identify emerging job categories.

Recruitment Automation

Build automated job monitoring systems to track new opportunities. Feed job data into applicant tracking systems and recruitment pipelines.

Competitive Intelligence

Monitor competitor hiring patterns and job posting frequency. Track salary trends and benefits offered by different companies.

Career Planning

Research job opportunities and compensation data for career decisions. Compare offerings across companies and locations.

Data Analytics

Create comprehensive datasets for labor market analysis and economic research. Combine with other sources for broader market insights.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo"https://hiring.cafe"Search bootstrap URL
keywordStringNoSearch keyword (e.g., "software engineer")
locationStringNoLocation filter (supports "United States")
workplaceTypeStringNo"Any"Workplace type: "Any", "Remote", "Hybrid", or "Onsite"
results_wantedIntegerNo20Maximum jobs to collect
max_pagesIntegerNo10Maximum SSR pages to process
proxyConfigurationObjectNoReserved for future fallback strategies

Output Data

Each item in the dataset contains:

FieldTypeDescription
job_idStringUnique job identifier
titleStringJob position title
companyStringCompany name
locationStringJob location
workplace_typeStringRemote, Hybrid, or Onsite
commitment_typeStringFull Time, Part Time, etc.
compensationStringSalary/compensation information
date_postedStringJob posting date
description_htmlStringSanitized HTML description
description_textStringFull job description text
urlStringDirect link to job posting

Usage Examples

{
"keyword": "software engineer",
"results_wanted": 50
}

Remote Jobs Only

{
"keyword": "data analyst",
"location": "United States",
"workplaceType": "Remote",
"results_wanted": 100,
"max_pages": 5
}

Advanced Filtering

{
"keyword": "product manager",
"workplaceType": "Hybrid",
"results_wanted": 25,
"max_pages": 3
}

Sample Output

{
"job_id": "grnhse___reltio___5990272004",
"title": "Software Engineer",
"company": "Reltio",
"location": "Bengaluru, Karnataka, India",
"workplace_type": "Hybrid",
"commitment_type": "Full Time",
"date_posted": "2026-05-21T05:55:30.000Z",
"url": "https://job-boards.greenhouse.io/reltio/jobs/5990272004"
}

Notes

  • The old /api/search-jobs endpoint is no longer reliable. This actor now reads the live SSR search payload that the current site serves.
  • HiringCafe's own search relevance can be broad, so some results may be adjacent matches rather than exact title matches.
  • For local npm start tests, place your input in storage/key_value_stores/default/INPUT.json if you want Apify runtime to pick it up automatically.

Integrations

Connect your job data with:

  • Google Sheets — Export for team analysis and sharing
  • Airtable — Build searchable job databases
  • Slack — Get notifications for new opportunities
  • Webhooks — Send data to custom applications
  • Make — Create automated job monitoring workflows
  • Zapier — Trigger actions based on new jobs

This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use data responsibly and respect rate limits.