Dynamite Jobs Scraper avatar

Dynamite Jobs Scraper

Pricing

from $1.00 / 1,000 job listings

Go to Apify Store
Dynamite Jobs Scraper

Dynamite Jobs Scraper

Scrapes remote job listings from dynamitejobs.com with support for search and filtering by category, location, skills, job type and salary.

Pricing

from $1.00 / 1,000 job listings

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Categories

Share

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

  1. Click Try for free or Start on the Actor page.
  2. In the Input tab, optionally enter a search term and any filters (category, location, skills, job type, salary range).
  3. Set Max results, or leave it to fetch everything that matches.
  4. Click Start and wait for the run to finish.
  5. 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.

FieldTypeDescription
searchstringFree-text search across job title, company name and description.
categorySlugstringCategory slug, e.g. development, marketing. See all categories.
subcategorySlugstringSubcategory slug, e.g. fullstack.
locationSlugsarrayCandidate location eligibility, e.g. US, CA, worldwide, latinamerica, europe. Combined with OR.
skillSlugsarrayRequired skill slugs, e.g. react-js, python. Combined with OR.
jobTypeSlugstringfull-time, part-time, contract, or internship.
salaryRangestringAdvertised salary bucket, e.g. 3kTo6k (only applies to jobs with a public salary).
includeClosedJobsbooleanBy default only open (published, non-expired) jobs are scraped. Set true to also include closed listings.
maxItemsintegerMaximum number of jobs to return. 0 = no limit.
proxyConfigurationobjectOptional 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

FieldDescription
urlPublic URL of the job listing.
titleJob title.
companyName / companyUrl / companyUsernameHiring company details.
categorySlug / categoryNamePrimary job category.
subcategorySlug / subcategoryNameJob subcategory, if set.
locationSlugsCandidate locations eligible for the role.
skillsListed required/relevant skills.
jobTypeSlug / jobTypeNameEmployment type.
salaryFrom / salaryTo / salaryCurrency / salaryPeriod / salaryPublicSalary details, when disclosed.
description / descriptionHtmlFull job description, plain text and HTML.
applyTypeHow candidates apply (e.g. through the platform).
isFeaturedWhether the listing is a featured/promoted job.
publishedAt / updatedAt / expiresAtListing 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 maxItems at 0 only if you really want the full result set — the board can contain tens of thousands of listings.
  • Combine search with 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.