What Is Job Market Research?
What is job market research? Studying who is hiring, where, at what pay and for which skills, from official statistics, surveys and live postings.
Dvir Atias
Founder, JobsPipe
What is job market research? It is the systematic study of demand for labour: which roles employers are hiring for, where, at what pay, with which skills, and how that changes. It draws on official statistics, surveys and, increasingly, job postings themselves. Job seekers use it to aim a search; employers and analysts use it to price roles and read the economy.
How to do job market research in five steps
- Define the segment. An occupation, a geography, a seniority band and an industry. Vague questions about the market return vague answers; a question about senior data engineers in Germany returns something you can act on.
- Start with official statistics for levels. National statistics offices publish employment, unemployment, vacancies and pay by occupation and region. In the US that is the monthly jobs report, JOLTS for openings and the occupational wage survey; other economies publish equivalents. They are precise, slow and revised for months.
- Add surveys for the why. Employer surveys explain hiring intent and pay bands; candidate surveys explain what people want. Both are self-selected, so treat them as colour rather than measurement.
- Use posting data for the now. Live postings show which titles are advertised, which skills are named, what pay is stated and how long roles stay open. With JobsPipe that is one query:
job_title_orfor the role,job_country_code_orfor the place,job_seniority_orfor the level,skills_orfor the requirements,min_salary_usdfor stated pay andposted_at_max_age_daysfor freshness. - Compare, then write it down. Check postings against the official series and expect them to disagree at the edges. Keep the snapshot with its date, rerun it on the same filters next month, and let the Labour Market Pulse supply the occupation and industry context around your segment.
What is labor market research, as opposed to job market research? The same discipline with an economist’s emphasis: labour market research tends to mean the study of supply and demand for work across an economy, while job market research usually means a narrower read on openings for a role or a place. The definitions are in what is the job market.
Posting data adds three things the other sources lack: speed, since a posting appears the week intent forms; detail, since the text names skills and pay that no survey collects at scale; and closure, since a tracked posting tells you how long the role stayed open. It also has limits. Postings measure advertised demand, not employment; each board carries its own mix of employers; and stale listings inflate any count unless a ghost score screens them out. Good research states all three.
Where JobsPipe fits
JobsPipe is a jobs data API that collects live postings from LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, returns them as one schema with closure tracking and a ghost score, and includes a free tier of 1,000 jobs a month. A segment read is one request against jobspipe.dev:
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
-H "Authorization: Bearer $JOBSPIPE_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "job_title_or": ["data engineer"], "job_country_code_or": ["DE"], "job_seniority_or": ["senior"], "posted_at_max_age_days": 30, "max_ghost_score": 40, "limit": 100 }'The occupation, industry and salary aggregates behind the Pulse are served under /v1/insights and documented on the labour market API page.
Run a segment read on live postings and keep the snapshot - 1,000 jobs a month free.
Get a free API keyFrequently Asked Questions
What is labor market research?
The study of supply and demand for work across an economy or a segment of it: employment, unemployment, vacancies, pay and the skills employers ask for. Labour market research usually carries an economist's emphasis on the whole economy; job market research usually means a narrower read on openings for a role, a place or a company.
What data does job market research use?
Three kinds. Official statistics from national agencies give employment, vacancies and pay with precision and a lag. Surveys of employers and candidates explain intent and expectations but are self-selected. Job postings give live demand: advertised titles, named skills, stated pay, remote share and how long roles stay open, with each board carrying its own mix of employers.
How is job market research different from market research?
Market research studies customers and products; job market research studies employers and roles. The methods overlap, since both use surveys, official data and observed behaviour, but the unit is a job opening rather than a purchase, and the fastest available signal is a posting rather than a sale.

