Hcareers Search Scraper avatar

Hcareers Search Scraper

Pricing

from $2.99 / 1,000 job details

Go to Apify Store
Hcareers Search Scraper

Hcareers Search Scraper

Scrape job listings from Hcareers.com, the leading job board for hospitality and culinary careers. Extract job titles, companies, locations, salary ranges, and descriptions for hospitality recruitment.

Pricing

from $2.99 / 1,000 job details

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Hcareers Jobs Search Scraper

Extract public hospitality job listings from Hcareers and optionally enrich them from each canonical job page. The Actor uses lightweight HTTP requests, verified page pagination, stable job IDs, deduplication, bounded concurrency, retries, and listing preservation when an individual detail page fails.

Input

  • query: required keywords such as chef or hotel manager.
  • location: optional city, state, or region. Blank searches all locations.
  • maxItems: 1-500 records.
  • maxPages: 1-50 result pages.
  • includeDetails: fetch public job pages when true.
  • maxDetailItems: maximum detail requests, 0-100.
  • maxConcurrency: concurrent detail requests, 1-10.
  • maxRetries: retries for transient responses, 0-4.
  • requestTimeoutSecs: per-request timeout, 10-120 seconds.
  • proxyConfiguration: optional Apify/custom proxy. Direct access is the default.
{ "query": "chef", "location": "", "maxItems": 10, "maxPages": 2, "includeDetails": true, "maxDetailItems": 10, "proxyConfiguration": { "useApifyProxy": false } }

Output

Each dataset row includes the stable Hcareers job ID, listing fields, canonical URL, search and page provenance, detail verification flags, runtime environment, proxy usage, and timestamp. Successful detail requests can also add the public description, HTML, sections, requirements, benefits, employer profile, and application URL. Empty optional values are omitted rather than emitted as null or blank placeholders.

The OUTPUT key-value-store record reports listing/detail request counts, pages fetched, unique and pushed jobs, verified details, diagnostics, environment, proxy use, and final status. A search that produces no public records fails explicitly after writing this summary.

Responsible use

Use public data responsibly, keep request limits bounded, and follow Hcareers terms and applicable laws. The Actor does not bypass authentication or collect private profile data.