Connect CleanJobData to Make.com to automate job data workflows without writing code.
Add CleanJobData as an HTTP module in Make.com.
Configure the HTTP module to fetch job listings.
URL: https://api.cleanjobdata.com/jobs
Method: GET
Headers: { X-API-Key: {{apiKey}} }Connect to apps like Slack, Google Sheets, or Airtable.
Yes — set the scenario's schedule (every 15 minutes up to daily) and add `created_max_age` to the HTTP request so each run only pulls jobs ingested since the last one, e.g. `created_max_age=1h` on an hourly scenario. That filters on CleanJobData's ingestion time rather than the employer's posted date, so it won't miss listings that arrived late from a slow-crawling source.
2000+ apps. Once the HTTP module pulls jobs from CleanJobData, use the Iterator module to loop over the `data` array and route each listing wherever you need it — Google Sheets or Airtable for a spreadsheet feed, Slack for new-listing alerts, Notion for a curated board, or a webhook into your own database.