๐Ÿ”” Instahyre New Jobs Alert Monitor avatar

๐Ÿ”” Instahyre New Jobs Alert Monitor

Pricing

from $0.0015 / new job alert

Go to Apify Store
๐Ÿ”” Instahyre New Jobs Alert Monitor

๐Ÿ”” Instahyre New Jobs Alert Monitor

Watch any Instahyre (instahyre.com) job search on a schedule and get ONLY newly-posted jobs since the last run. Runs in Apify Schedules, n8n, Make or Zapier for automated new-job alerts โ€” quiet runs return nothing, so it is cheap to watch a keyword 24/7 and never miss a fresh opening.

Pricing

from $0.0015 / new job alert

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Watch any Instahyre (instahyre.com) job search and get alerted the moment a new job is posted. Point this monitor at a job keyword โ€” python, data scientist, product manager, anything on Instahyre โ€” put it on a schedule, and each run returns only the jobs newly posted since the last run. Quiet runs return nothing, so you can watch a search every few minutes, all day, and only ever see fresh openings.

Built for automation: drop it into Apify Schedules, n8n, Make or Zapier and turn every new job into an email, a Slack message, a Google Sheet row or a webhook.

Why a monitor instead of a scraper?

A scraper gives you everything every time โ€” and you then have to figure out what's new. This monitor remembers what it saw last time and hands you a clean feed of just the new jobs:

  • ๐Ÿ†• New jobs โ€” the moment a posting matching your search goes live.
  • ๐Ÿ—‘๏ธ Removed jobs โ€” optional. Jobs that were present before but have now been filled, withdrawn or expired.

Perfect for job seekers who want to apply first, recruiters tracking the India tech market, job boards aggregating fresh roles, and anyone building automated job alerts.

How it works

  1. Give it a search โ€” one or more keywords like python or data scientist. You can also paste an Instahyre search URL from your browser. Leave keywords empty to watch every new job.
  2. Put it on a schedule (e.g. every 30 minutes) in Apify or your automation tool.
  3. First run quietly records the current jobs as a baseline and returns nothing โ€” so a fresh schedule doesn't dump the whole board at you. (Prefer the full list up front? Turn on Emit all jobs on the first run.)
  4. Every run after that returns only the jobs posted since the previous run.

Each monitor keeps its own separate memory, so you can run several different searches side by side without them interfering โ€” just give each one a Monitor name.

What you get

One row per newly-posted job:

FieldDescription
changeTypenew (newly posted) or removed (no longer in results).
jobIdInstahyre job ID.
titleJob title (e.g. "Senior Backend Engineer").
companyHiring company name.
companyTaglineShort company tagline, when available.
companyFoundedYear the company was founded, when available.
employeeCountCompany size, when available.
locationsJob location (e.g. "Bangalore").
skillsKey skills for the role.
companyLogoCompany logo image URL.
urlLink to the job on Instahyre.
firstSeenAtWhen this monitor first saw the job.
lastSeenAtWhen the job was last seen (on removals).
detectedAtWhen this change was detected.

Example new-job row

{
"changeType": "new",
"jobId": 1234567,
"title": "Senior Backend Engineer",
"company": "Acme Technologies",
"locations": "Bangalore",
"skills": ["Python", "Django", "AWS"],
"url": "https://www.instahyre.com/job/1234567/senior-backend-engineer",
"firstSeenAt": "2026-09-05T12:34:56.000Z",
"detectedAt": "2026-09-05T12:34:56.000Z"
}

How to use it

  1. Add Instahyre New Jobs Alert Monitor to your Apify account and open its input.
  2. Enter one or more Job keywords (e.g. python, data scientist), or leave it empty to watch every new job.
  3. Optionally set a Monitor name so this search keeps its own memory.
  4. Save it, then create a Schedule (e.g. every 30 minutes) โ€” or trigger it from n8n, Make or Zapier.
  5. Connect the output to email, Slack, a spreadsheet or a webhook and let the new-job alerts come to you.

Input

{
"queries": ["python", "data scientist"],
"maxItems": 200,
"monitorName": "dev-jobs-watch",
"emitBaselineOnFirstRun": false,
"detectRemoved": false
}
FieldDescription
queriesOne or more job keywords to watch (matched against title and skills). Leave empty to watch every new job.
maxItemsHow many jobs from the top of the feed to check each run. 0 = no limit.
monitorNameOptional label so this search keeps its own separate memory.
emitBaselineOnFirstRunOutput every current job as new on the first run instead of seeding silently.
detectRemovedAlso report removed jobs (default off).

FAQ

How often should I run it? As often as you like โ€” every 15 or 30 minutes works well. Runs with no new jobs return nothing, so frequent checks stay cheap.

Will the first run flood me with results? No. By default the first run silently records a baseline and returns nothing; you only start getting rows from the second run onward. Turn on Emit all jobs on the first run if you'd rather get the full list up front.

Can I watch several searches at once? Yes. Give each one a different Monitor name and each keeps its own independent memory of what it has seen.

What export and integration options are there? JSON, CSV, Excel and XML, plus the Apify API, webhooks and native integrations with n8n, Make, Zapier and more.