TheirStack Job Search Scraper
Pricing
Pay per usage
TheirStack Job Search Scraper
Search and export jobs from TheirStack API with full filter control.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Zsombor Szekeres
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
Search and export job postings from TheirStack using their full job search API. Every filter available in the TheirStack API is exposed as an input — no code required.
What it does
Queries the TheirStack /v1/jobs/search endpoint with your chosen filters and exports all matching jobs to the Apify dataset. Each job costs 1 API credit. New accounts get 200 free credits.
Authentication
Set your TheirStack API Key in the actor input. Get your key at theirstack.com after signing up.
Input fields
| Field | Type | Description |
|---|---|---|
| API Key | string | Your TheirStack API key (required) |
| Max Results | integer | How many jobs to fetch (each costs 1 credit) |
| Posted Within (Days) | integer | Jobs posted in the last N days |
| Posted After / Before | date | Exact date range filter |
| Job Titles (OR) | list | Natural language title patterns |
| Job Titles to Exclude | list | Titles to filter out |
| Description Contains (regex OR) | list | Regex patterns job description must match |
| Description Exclude (regex) | list | Regex patterns to exclude |
| Countries | list | ISO codes e.g. US, GB, DE |
| Remote Only | boolean | Only remote jobs |
| Location Pattern | list | Regex to match location string |
| Technologies (OR/AND/NOT) | list | Technology slugs e.g. react, python |
| Seniority | list | intern, entry, mid, senior, principal, lead, manager, director, vp, c_level |
| Employment Type | list | full_time, part_time, contract, temporary, internship |
| Easy Apply | boolean | Easy-apply jobs only |
| Salary Range (USD) | integer | Min/max annual salary |
| Company Names | list | Filter to specific companies |
| Company Domains (OR/NOT) | list | Filter by company website domain |
| Employee Count | integer | Min/max employee count |
| Revenue (USD) | integer | Min/max annual revenue |
| Funding (USD) | integer | Min/max total funding raised |
| Funding Stage | list | seed, series_a, series_b, ... post_ipo |
| Company Type | select | all, direct_employer, recruiting_agency |
| YC Companies Only | boolean | Only Y Combinator backed companies |
Note: At least one of the following must be set: Posted Within, Posted After, Posted Before, Company Names, Company Domains.
Output fields
| Field | Description |
|---|---|
| id | TheirStack job ID |
| title | Job title |
| url | Link to the job posting |
| posted_at | Date the job was posted |
| discovered_at | Date TheirStack discovered the job |
| location | Location string |
| country_code | ISO country code |
| remote | Whether the job is remote |
| employment_status | Employment type |
| seniority | Seniority level |
| min/max_salary_usd | Salary range |
| technologies | Comma-separated tech slugs |
| keywords | Comma-separated keyword slugs |
| description | Full job description |
| company_* | Company name, domain, LinkedIn, size, revenue, funding |
| easy_apply | Easy apply flag |
Data source
TheirStack — real-time job intelligence API.