Handshake Jobs Scraper avatar

Handshake Jobs Scraper

Pricing

from $0.89 / 1,000 job scrapeds

Go to Apify Store
Handshake Jobs Scraper

Handshake Jobs Scraper

Scrape Handshake job and internship listings: job title, company, location, salary, employment type, posted date, industry, and full description. Export to JSON, CSV, or Excel.

Pricing

from $0.89 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

ParseBird

ParseBird

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

Handshake Jobs Scraper — Job Listings from Handshake

Scrape job and internship listings from Handshake — the career network built for students and early-career talent, with over 50,000 active postings from employers across every industry. Extract job titles, companies, locations, salaries, employment type, posted dates, industries, and full descriptions. Search by keyword, city, employment type, and posting recency. Export as JSON, CSV, or Excel.

Search Handshake's public job and internship board by keyword, city, country, company, employment type, and posting date — get structured job data with salary ranges and full descriptions ready for analysis, monitoring, or integration.

Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

Apify Actor: parsebird/handshake-jobs-scraper — scrapes joinhandshake.com public job and internship listings. $0.99/1000 results on the Free plan, $0.89/1000 on Bronze/Silver/Gold plans. Call via ApifyClient: client.actor("parsebird/handshake-jobs-scraper").call(run_input={"includeKeyword": "software engineer", "locationName": "New York, NY", "pagesToFetch": 3}). Inputs: includeKeyword (string, required — job title, skill, or comma-separated search phrases), locationName (string, optional — city, state, or "remote"), countryName (string, default "all"), companyName (string, optional — filters by employer name), jobType (enum: ANY|FULLTIME|PARTTIME|CONTRACTOR|INTERN, default ANY), datePosted (enum: today|3days|week|month, default month), pagesToFetch (integer, default 1, max 20, each page returns up to 20 jobs), proxyConfiguration (object, optional). Output: dataset with job_title, company_name, location, is_remote, posted_via, salary, salary_min, salary_max, salary_currency, salary_period, date, posted_at, valid_through, job_type, industry, job_id, employer_website, employer_logo, description, URL. API docs: https://docs.apify.com/api/v2 Token: https://console.apify.com/settings/integrations

What is Handshake Jobs Scraper?

Handshake Jobs Scraper is an Apify Actor that extracts job and internship postings from Handshake — the largest early-career job platform in the US, used by more than 15 million students and alumni across 1,500+ universities. It pulls structured data straight from Handshake's own public job pages, including salary ranges, employment type, and full job descriptions, without needing a Handshake account.

Think of it as a Handshake jobs API alternative — Handshake has no public API for bulk job search, but this scraper delivers the same structured job data programmatically. It's built for recruitment analytics, early-career labor market research, and lead generation across Handshake's employer base.

What can Handshake Jobs Scraper do?

  • 🔍 Keyword search — search any job title, skill, or phrase, with comma-separated terms treated as alternatives
  • 📍 Location filtering — scope results to a specific US city, or search remote-only postings
  • 🌎 Country filtering — keep only postings located in a specific country
  • 🏢 Company filtering — narrow results down to a single employer
  • 💼 Employment type — filter by full-time, part-time, contract, or internship
  • 📅 Recency filtering — restrict results to jobs posted today, in the last 3 days, week, or month
  • 💰 Salary extraction — pulls minimum, maximum, currency, and pay period whenever the employer publishes a range
  • 📄 Full job descriptions — clean, plain-text descriptions for every posting
  • ⏱️ Scheduling & API access — run on autopilot with Apify Schedules and pull results via the Apify API or client libraries
  • 📊 Multiple export formats — download as JSON, CSV, Excel, XML, HTML, or RSS

What data can you extract from Handshake?

FieldDescription
job_titleThe official title of the role
company_nameThe hiring organization
locationCity/state, or "Remote"
is_remoteBoolean flag for remote postings
salaryFormatted pay range or single amount, with currency and period
salary_min / salary_maxParsed numeric salary bounds
job_typeFull-time, Part-time, Internship, or Contract
dateDate the job was posted (ISO 8601)
valid_throughDate the posting expires
industryEmployer's listed industry
posted_viaOriginal source platform, where Handshake aggregates external postings
employer_websiteEmployer's website
descriptionFull plain-text job description
URLDirect link to the Handshake job page

How to scrape Handshake job listings

  1. Go to Handshake Jobs Scraper on Apify Store and click Try for free
  2. Enter a keyword — e.g. "software engineer", "marketing", "registered nurse"
  3. Optionally set a location — a US city like "New York, NY", or "remote"
  4. Optionally filter by company, employment type, or posting date
  5. Set pages to fetch — start with 1 page (20 jobs) for a quick test, increase for larger datasets
  6. Run the Actor — click Start and wait for results
  7. Export your data — download as JSON, CSV, or Excel, or access via the Apify API

Input parameters

ParameterTypeRequiredDefaultDescription
includeKeywordstringYesJob title, skill, or search phrase. Comma-separate multiple terms
locationNamestringNoCity, state, or "remote"
countryNamestringNoallRestrict results to a specific country
companyNamestringNoFilter by employer name
jobTypestringNoANYANY, FULLTIME, PARTTIME, CONTRACTOR, or INTERN
datePostedstringNomonthtoday, 3days, week, or month
pagesToFetchintegerNo1Number of result pages to collect (max 20). Each page returns up to 20 jobs
proxyConfigurationobjectNo{"useApifyProxy": false}Optional Apify Proxy configuration for large collections

Output example

[
{
"job_title": "Software Engineer",
"company_name": "Rilla",
"location": "New York City, NY",
"is_remote": false,
"posted_via": "Handshake",
"salary": "$200,000 - $285,000 a year",
"salary_min": 200000,
"salary_max": 285000,
"salary_currency": "USD",
"salary_period": "Year",
"date": "2026-08-05",
"valid_through": "2026-09-05",
"job_type": "Full-time",
"industry": "Internet & Software",
"employer_website": "https://www.rilla.com",
"description": "Rilla is on a mission to index the offline world...",
"URL": "https://app.joinhandshake.com/public/jobs/11277749"
}
]

Download results in JSON, CSV, Excel, XML, HTML, or RSS, or access via the Apify API.

Use cases

  • 📊 Recruitment intelligence — build hiring datasets across Handshake's employer base, filtered by role, location, and industry
  • 🎓 Early-career labor market research — track entry-level and internship hiring trends by city, industry, or employment type
  • 🎯 Sales prospecting — find companies actively hiring on Handshake and enrich outreach lists with role and company context
  • 📅 Job market monitoring — schedule recurring runs and combine with datePosted to track new postings only
  • 🔌 Pipeline integration — feed job data into Google Sheets, Slack, Zapier, Make, or custom systems via Apify Integrations
  • 🤖 Training data collection — build datasets of structured job postings for NLP, resume matching, or recommendation systems

How it works

  1. The Actor matches your includeKeyword and locationName to the closest Handshake listing pages (role pages like /find-jobs/role/software-engineering/, city pages, or internship pages) and collects candidate job IDs
  2. Each candidate job is fetched individually from its public Handshake page and parsed for salary, location, employment type, and full description
  3. Results are filtered against your companyName, countryName, jobType, and datePosted inputs, then ranked so the closest keyword matches come first
  4. Every job is pushed to the dataset as it's collected, so partial results are available even if a run is stopped early

How to use via API — Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("parsebird/handshake-jobs-scraper").call(run_input={
"includeKeyword": "data analyst",
"locationName": "Chicago, IL",
"jobType": "FULLTIME",
"datePosted": "week",
"pagesToFetch": 3,
})
for job in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{job['job_title']} at {job['company_name']}{job['location']}{job['salary']}")

How to use via API — JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('parsebird/handshake-jobs-scraper').call({
includeKeyword: 'data analyst',
locationName: 'Chicago, IL',
jobType: 'FULLTIME',
datePosted: 'week',
pagesToFetch: 3,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(job => {
console.log(`${job.job_title} at ${job.company_name}${job.location}${job.salary}`);
});

How much does it cost to scrape Handshake?

Handshake Jobs Scraper uses pay-per-event pricing — you pay a fixed price per job scraped. Platform usage (compute, proxy) is not charged separately.

How much does it cost to scrape 1,000 Handshake jobs?

$0.99 on the Free plan, or $0.89 on Bronze, Silver, and Gold Apify plans. New users get a free trial with platform credit to try the Actor before committing.

How much does it cost to scrape 100 Handshake jobs?

Around $0.10 on the Free plan — a quick export covering one keyword and location.

Pricing

EventPrice per event (Free)Price per event (Bronze/Silver/Gold)Price per 1,000
job-scraped$0.00099$0.00089$0.99 / $0.89

Each job pushed to the dataset — including its full description — counts as one event.

This Actor extracts publicly available data from Handshake's public job pages (joinhandshake.com/find-jobs, joinhandshake.com/internships, and app.joinhandshake.com/public/jobs/...) — the same listing data any visitor can see without logging in.

Web scraping of publicly available data is generally legal in the United States and the European Union, as established by the hiQ Labs v. LinkedIn ruling. For more information, see Apify's guide on the legality of web scraping.

Users are responsible for ensuring their use of extracted data complies with applicable laws and Handshake's Terms of Service in their jurisdiction.

Looking for more job scraping and data extraction tools? Check out these ParseBird actors:

Browse all ParseBird actors on Apify Store.

FAQ

Why do some jobs show no salary? Handshake only displays a salary range when the employer chooses to publish one. When it's missing, salary, salary_min, and salary_max are empty.

What does posted_via mean? Handshake aggregates some postings from other job boards and applicant tracking systems (for example LinkedIn, Greenhouse, or a company's own careers page). posted_via names the original source when Handshake exposes it; it defaults to "Handshake" for postings created directly on the platform.

Can I search for remote jobs specifically? Yes. Set locationName to "remote". Results are also matched against each job's actual location data, so hybrid or on-site roles that merely mention "remote-friendly" in the title are not included.

Why does "Today" or "Last 3 days" sometimes return fewer jobs than expected? Handshake rebuilds its public listing pages in batches rather than continuously, so the newest available posting can be a day or two behind the current date. The Actor measures these short windows from the freshest posting it can actually find, not from the current server time, so results stay meaningful even right after a rebuild.

How does the Contract filter work? Handshake's own data only classifies postings as full-time, part-time, or internship — there's no separate "contract" flag. When jobType is set to CONTRACTOR, the Actor also matches postings whose title mentions contract, temporary, seasonal, or freelance work.

What happens if a search returns no jobs? The Actor finishes successfully with an empty dataset and logs a warning — this isn't treated as an error. Try a broader keyword, or remove the company, location, or date filters.

Can I schedule recurring runs? Yes. Use Apify Schedules to run daily, weekly, or at any interval, and combine with datePosted to track only new postings.

Can I access the data via API? Yes. Use the Apify API or the official Python and JavaScript client libraries to run the Actor and retrieve results programmatically.

What export formats are supported? JSON, CSV, Excel (XLSX), XML, HTML, and RSS. Download directly from the Apify Console or via the API.

Is there a free trial? Yes. New Apify users get free platform credit to try Handshake Jobs Scraper before committing to a paid plan.

I found an issue or have a feature request. Open an issue on the Issues tab or contact ParseBird via the Apify Console.