Skip to content

BlackFalconData-org/hiringcafe-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Hiring.Cafe Job Scraper

Extract structured data from Hiring.Cafe — Hiring.Cafe (hiring.cafe) — AI-enriched job aggregator with 2.8M+ listings from 46 ATS platforms. Structured salary, benefits, and company data.

Hiring.Cafe Job Scraper on Apify →


Key features

Search with filters — Search by keyword and location. Filter by country, and more.

Detail enrichment — Fetch full job descriptions, salary data for each listing.

Incremental mode — Only get new or changed listings since your last run. Content hash per listing — no duplicates, no re-processing.


Use cases

Data pipeline automation Integrate with your ETL pipeline to collect structured listings from Hiring.Cafe on a schedule. Export to CSV, JSON, or directly to your database. Use compact mode to control output size.

Market research Monitor listings, track trends, and analyze market dynamics with structured, deduplicated data from Hiring.Cafe.


Quick start

{
  "query": "software engineer",
  "maxResults": 50,
  "includeDetails": true
}

Input parameters

Parameter Type Default Description
query string Job search keywords.
country enum "US" Which market to search.
location string City, state, or region.
maxResults integer 25 Maximum total results (0 = unlimited).
includeDetails boolean true Fetch full job details.
descriptionMaxLength integer 0 Truncate description to N chars. 0 = no truncation.
compact boolean false Core fields only (for AI-agent/MCP workflows).
incrementalMode boolean false Compare against previous run state.
stateKey string Stable identifier for tracked universe.

FAQ

Is it legal to scrape Hiring.Cafe? Web scraping of publicly available data is generally legal. This actor only accesses publicly visible information. Always check the target site's terms of service for your specific use case.

How does incremental mode work? Each listing gets a content hash. On subsequent runs, only new or changed listings are emitted — saving time, compute, and storage.


Known limitations


Related products by Black Falcon Data


Last updated: 2026 04

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors