Dynamite Jobs Scraper
Pricing
from $1.00 / 1,000 job listings
Dynamite Jobs Scraper
Scrapes remote job listings from dynamitejobs.com with support for search and filtering by category, location, skills, job type and salary.
What does Dynamite Jobs Scraper do?
Dynamite Jobs Scraper extracts remote job listings from dynamitejobs.com, a curated board for 100% remote, work-from-anywhere jobs. Give it a search term and any combination of filters, and it returns structured data for every matching job — title, company, salary, category, skills, location eligibility, and full description — ready to download, pipe into another Actor, or sync to your own systems via the Apify API.
Instead of driving a headless browser through the site's JavaScript app, the Actor talks directly to the same search backend the site's own search box uses, so runs are fast and don't need browser/proxy overhead for normal use.
Why use Dynamite Jobs Scraper?
- Lead generation — build a list of remote-first companies actively hiring for outreach or recruiting-tool sales.
- Market research — track salary ranges and in-demand skills for a role or category over time.
- Job alerts — schedule the Actor on Apify and feed new matches into Slack, email, or a spreadsheet.
- Aggregation — merge Dynamite Jobs listings into your own remote-job board or newsletter.
How to use Dynamite Jobs Scraper
- Click Try for free or Start on the Actor page.
- In the Input tab, optionally enter a search term and any filters (category, location, skills, job type, salary range).
- Set Max results, or leave it to fetch everything that matches.
- Click Start and wait for the run to finish.
- Open the Output / Dataset tab to view, download, or export the results (JSON, CSV, Excel, etc.), or fetch them programmatically via the Apify API.
Input
All fields are optional — leave them blank to fetch every currently published job. See the Input tab for the full form.
| Field | Type | Description |
|---|---|---|
search | string | Free-text search across job title, company name and description. |
categorySlug | string | Category slug, e.g. development, marketing. See all categories. |
subcategorySlug | string | Subcategory slug, e.g. fullstack. |
locationSlugs | array | Candidate location eligibility, e.g. US, CA, worldwide, latinamerica, europe. Combined with OR. |
skillSlugs | array | Required skill slugs, e.g. react-js, python. Combined with OR. |
jobTypeSlug | string | full-time, part-time, contract, or internship. |
salaryRange | string | Advertised salary bucket, e.g. 3kTo6k (only applies to jobs with a public salary). |
includeClosedJobs | boolean | By default only open (published, non-expired) jobs are scraped. Set true to also include closed listings. |
maxItems | integer | Maximum number of jobs to return. 0 = no limit. |
proxyConfiguration | object | Optional Apify Proxy settings. Not required for normal-sized runs. |
Example input:
{"search": "react developer","locationSlugs": ["US", "worldwide"],"jobTypeSlug": "full-time","maxItems": 100}
Output
Each dataset item is one job listing:
{"url": "https://dynamitejobs.com/company/levelupleads/remote-job/head-of-client-delivery","title": "Head of Client Delivery","companyName": "LevelUp Leads","companyUrl": "https://levelupleads.io","categorySlug": "management-operations","categoryName": "Management and Operations","locationSlugs": ["latinamerica", "CA", "US"],"skills": ["Leadership", "Operations", "KPIs"],"jobTypeSlug": "full-time","jobTypeName": "Full Time","salaryFrom": 6500,"salaryTo": 8500,"salaryCurrency": "USD","salaryPeriod": "monthly","description": "Salary Range: $6500-$8500/month ...","publishedAt": "2026-08-11T12:30:56+00:00"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
url | Public URL of the job listing. |
title | Job title. |
companyName / companyUrl / companyUsername | Hiring company details. |
categorySlug / categoryName | Primary job category. |
subcategorySlug / subcategoryName | Job subcategory, if set. |
locationSlugs | Candidate locations eligible for the role. |
skills | Listed required/relevant skills. |
jobTypeSlug / jobTypeName | Employment type. |
salaryFrom / salaryTo / salaryCurrency / salaryPeriod / salaryPublic | Salary details, when disclosed. |
description / descriptionHtml | Full job description, plain text and HTML. |
applyType | How candidates apply (e.g. through the platform). |
isFeatured | Whether the listing is a featured/promoted job. |
publishedAt / updatedAt / expiresAt | Listing lifecycle timestamps (ISO 8601). |
Pricing
This Actor uses the Pay per event model: $1 per 1,000 job listings returned (i.e. $0.001 per result row). You are only charged for jobs actually delivered to the dataset — a run that finds 250 matching jobs costs $0.25. There's no separate platform/compute fee on top.
This Actor makes a small number of lightweight JSON API calls per run (no browser, no per-page HTML downloads), so runs are fast even for large result sets.
Tips
- Leave
maxItemsat0only if you really want the full result set — the board can contain tens of thousands of listings. - Combine
searchwith facet filters (categorySlug,skillSlugs, etc.) to narrow results precisely, the same way the site's own filters work. - Schedule the Actor on Apify and compare dataset runs to detect newly posted jobs.
FAQ
Is this legal? The Actor only reads data that dynamitejobs.com already serves publicly to any visitor's browser. You're responsible for using the extracted data in line with dynamitejobs.com's Terms of Service and applicable law.
The site's filters changed and results look off. dynamitejobs.com may change its search backend or field names over time. Please open an issue on the Actor's Issues tab with details so it can be updated.
Need a custom version of this scraper or a different job board covered? Reach out — Apify Custom Solutions can help.
Job search toolkit
Part of the Job search toolkit — job listing data across major tech employers and niche job boards:
- FAANG Job Search Scraper — Scrapes job listings by search query and location from Meta, Amazon, Apple, Netflix, and Google.
- OSINT Jobs Scraper — Scrapes job listings (title, company, location, salary, description) from osint-jobs.com.
- TokyoDev Jobs Scraper — Scrapes IT job listings for English speakers in Japan from TokyoDev.com.
Did you find this useful?
⭐ Rate this actor on Apify! Your feedback helps other users find it and helps us keep improving it.