BreezyHR Jobs Scraper - Public Career Site Jobs
Pricing
from $1.50 / 1,000 results
BreezyHR Jobs Scraper - Public Career Site Jobs
Scrape public BreezyHR career portals for current jobs, companies, locations, remote status, salary ranges, descriptions and direct application URLs.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Collect current job openings from public BreezyHR career portals and export them as structured data. The Actor visits the company career pages you provide, discovers their published positions, and reads the public Schema.org JobPosting data on each listing. Results include job title, employer, location, remote status, employment type, posting dates, salary data, description, and the direct application URL.
This Actor is designed for people who already know which companies or BreezyHR portals they want to monitor. It does not require a Breezy account, an API key, a browser, or a proxy. You provide one or more public career portal URLs and receive a clean dataset that can be exported as JSON, CSV, Excel, XML, or RSS through Apify.
What is BreezyHR?
BreezyHR is an applicant tracking system used by companies to publish job openings and manage recruiting workflows. Employers can expose a public career portal on a breezy.hr subdomain or on a custom domain. Public positions contain applicant-facing information that candidates can view before applying.
The BreezyHR Jobs Scraper focuses only on those public career pages. It does not access candidate records, private hiring pipelines, employer dashboards, or authenticated Breezy APIs.
What data can you extract?
Each dataset item represents one current public job and can include:
- Stable job ID derived from the public position URL
- Job title
- Hiring company name and public company URL
- Company logo when the employer publishes one
- Clean plain-text job description
- Employment types such as full-time, part-time, or contract
- Date posted and listing expiration date when supplied
- Structured street, city, region, postal code, and country fields
- Applicant location requirements for remote jobs
- Human-readable combined location
- Remote or telecommute indicator
- Structured salary currency, period, minimum, maximum, or fixed value
- Direct public job and application URL
- Source career portal and scrape timestamp
Fields are taken from public employer data. A field can be null when the company did not publish it.
Common use cases
Company hiring monitoring
Run the Actor on a schedule to track when selected companies add or remove openings. This can support competitor research, account intelligence, staffing analysis, and market monitoring.
Niche job boards
Combine public jobs from several BreezyHR career portals into a focused feed. For example, you can monitor agencies, healthcare employers, startups, or companies in a specific region.
Recruiting and sales signals
Open roles can reveal where a company is investing. New engineering, sales, finance, or operations positions can be useful signals for research teams when combined with responsible human review.
Job alerts and workflow automation
Connect the dataset to Make, Zapier, n8n, Google Sheets, Slack, email, or a database. Schedule recurring runs and compare results by job_id or url to identify newly published roles.
Labor-market research
Normalize titles, locations, remote flags, employment types, and disclosed salary ranges across selected employers without manually opening every listing.
Input
careerUrls
A list of public BreezyHR career portal roots. Example:
{"careerUrls": ["https://there-is-talent.breezy.hr/","https://shown-media.breezy.hr/"],"maxResults": 25}
Use the career portal root, not an employer dashboard URL. If you paste a public /p/... job link, the Actor normalizes it back to that company's portal root.
query
Optional space-separated keywords. Every word must appear somewhere in the normalized title, company, description, employment type, or location. Leave it empty to return all public jobs from the supplied portals.
location
Optional case-insensitive city, region, or country filter. The value is matched against the normalized public location fields.
remoteOnly
When enabled, only positions explicitly marked as telecommute by the employer are returned. A description that merely mentions flexible work does not automatically count as remote.
includeDescription
Enabled by default. The Actor converts the public HTML job description into readable plain text. Disable this option when you only need compact metadata.
maxResults
Maximum number of jobs saved across all supplied portals. The default is 10 so first runs and Apify quality tests finish quickly. The upper bound is 1,000.
Input examples
Find remote openings
{"careerUrls": ["https://shown-media.breezy.hr/"],"remoteOnly": true,"maxResults": 10}
Search several employers for marketing work
{"careerUrls": ["https://shown-media.breezy.hr/","https://there-is-talent.breezy.hr/"],"query": "marketing","includeDescription": true,"maxResults": 50}
Example output
{"job_id": "aa5aa1ecfe83","title": "Content Writer","company": "Shown Media","company_url": "https://shown-media.breezy.hr","description": "About Shown Media ...","employment_types": ["FULL_TIME"],"date_posted": "2026-04-06","valid_through": null,"locations": [{"name": null,"street": null,"city": null,"region": null,"postal_code": null,"country": "worldwide"}],"applicant_locations": ["worldwide"],"location_text": "worldwide","remote": true,"salary": {"currency": "USD","unit": "YEAR","min": 50000,"max": 85000,"value": null},"url": "https://shown-media.breezy.hr/p/aa5aa1ecfe83-content-writer","source": "breezyhr","career_site_url": "https://shown-media.breezy.hr/","scraped_at": "2026-07-13T00:00:00+00:00"}
How it works
The Actor uses direct HTTP requests with bounded retries. It first reads each public career portal and deduplicates position links. It then loads detail pages in small concurrent batches and parses their structured JobPosting blocks. Filters are applied to normalized fields, and only unique matching jobs are pushed to the default dataset.
If a portal is invalid, private, empty, or all filters remove every job, the run fails explicitly instead of returning a misleading successful empty dataset. This behavior makes monitoring failures visible and protects automation workflows from silently accepting missing data.
Pricing
The Actor uses pay-per-event pricing:
- A small Actor-start event is charged once per run.
- A result event is charged for each unique job written to the default dataset.
Use maxResults to control the maximum result cost. There are no proxy, browser, or external API-key requirements.
Scheduling and integrations
Apify can run the Actor hourly, daily, weekly, or on a custom schedule. The default dataset can feed:
- Google Sheets or Excel reporting
- Make, Zapier, and n8n workflows
- Slack or email job alerts
- Data warehouses and databases
- Internal search, analytics, and research tools
- Webhooks and custom applications through the Apify API
For recurring monitoring, store job_id or url in your destination and compare each run with earlier results. This avoids treating an unchanged opening as a new alert.
Reliability and responsible use
The Actor only reads public applicant-facing pages. Public career portals can change, positions can close, and employers can omit fields. Keep scheduled workflows tolerant of null values and review important decisions against the source listing.
Use the data lawfully and respect applicable privacy, employment, anti-discrimination, and marketing rules. Do not use job data to make automated high-impact decisions about individuals. This Actor does not collect candidate or applicant information.
Frequently asked questions
Do I need a BreezyHR account?
No. The Actor reads public career portals and public job pages.
Can I search every BreezyHR company at once?
This Actor is intentionally portal-driven. Supply the companies you want to monitor. It does not claim to maintain a private index of every BreezyHR employer.
Does it support custom career domains?
It supports public pages that retain the BreezyHR portal and JobPosting structure. If a custom employer site replaces that structure entirely, use its underlying BreezyHR portal URL instead.
Why is a salary or location missing?
The employer did not publish that field in the public structured data. The Actor does not invent missing values.
Can I collect remote jobs only?
Yes. Enable remoteOnly. The Actor requires the employer's explicit telecommute marker.
What happens when no jobs match?
The run fails with a clear message. This prevents scheduled workflows from confusing a blocked, private, or over-filtered portal with a valid empty result.
How do I request support?
Open an issue from the Actor page and include the public career URL, a redacted input example, and the run ID. Do not post tokens or private credentials.
Was the dataset useful?
After a successful run with real output, please leave an honest review on the Actor page. Reviews help other users evaluate reliability and help prioritize future maintenance.
Related Actors
- Teamtailor Jobs Scraper
- Personio Jobs Scraper
- Workable Jobs Scraper
- Greenhouse Jobs Scraper
- ATS Jobs Aggregator
Keywords: BreezyHR jobs scraper, Breezy jobs API, Breezy career portal scraper, ATS jobs data, company hiring signals, remote job monitoring, public job postings, recruiting intelligence, job board data, salary data, career site automation.