Working Nomads Jobs Scraper avatar

Working Nomads Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Working Nomads Jobs Scraper

Working Nomads Jobs Scraper

Scrape remote job listings from the Working Nomads public API. Browse all remote jobs or filter by category. Extracts title, company, location, category, tags, description, and apply URLs.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape remote job listings from the Working Nomads public API — one of the most trusted sources for remote work opportunities. Browse all remote jobs or filter by category, keyword, and location to find exactly what you need.

What You Get

Each scraped job record includes:

FieldDescription
titleJob position title
companyEmployer name
categoryJob category (Development, Design, Marketing, etc.)
tagsSkills and keyword tags
locationGeographic region (Worldwide, USA, Europe, etc.)
pubDateISO timestamp when job was published
descriptionFull job description (HTML stripped, up to 3,000 chars)
urlLink to job posting on Working Nomads
applyUrlApplication link
sourceUrlSource website URL
recordTypeAlways "job"
scrapedAtUTC timestamp of scrape

Input Options

Mode (required)

ModeDescription
browseRetrieve all available remote jobs with optional category filter
searchFilter jobs by keyword (searches title, description, tags, and company)

Filters

ParameterTypeDescription
querystringKeyword to search (e.g. python, react, marketing)
categoryselectFilter by job category (Development, Design, Marketing, etc.)
maxItemsintegerMax records to return (1–10,000, default: 100)

Available Categories

CategorySlug
Administrationadministration
Consultingconsulting
Customer Successcustomer-success
Developmentdevelopment
Designdesign
Educationeducation
Financefinance
Legallegal
Healthcarehealthcare
Human Resourceshuman-resources
Managementmanagement
Marketingmarketing
Salessales
System Administrationsystem-administration
Writingwriting

Example Inputs

Browse all Development jobs:

{
"mode": "browse",
"category": "development",
"maxItems": 50
}

Search for React developer positions:

{
"mode": "search",
"query": "react",
"maxItems": 25
}

Browse all remote jobs:

{
"mode": "browse",
"maxItems": 100
}

Search for Python jobs in Development:

{
"mode": "search",
"query": "python",
"category": "development",
"maxItems": 30
}

Use Cases

  • Job aggregation: Build a remote job board or newsletter
  • Career tools: Power job matching and recommendation engines
  • Market research: Track remote hiring trends by category
  • Recruitment analytics: Monitor which skills are most in-demand for remote roles
  • Automation: Set up job alert systems with daily scrape runs

FAQ

What data source does this actor use? This actor uses the Working Nomads public API — a free, open endpoint with no authentication required.

Does it require a proxy or credentials? No. The Working Nomads API is fully open and works without any credentials, cookies, or proxy configuration.

How current is the data? Jobs are fetched live from the Working Nomads API at the time of each run. New jobs appear within hours of posting.

Can I search by keyword? Yes. Use mode=search with a query parameter. Keyword matching is applied across title, description, tags, and company name.

Does the category filter work server-side? Yes. The category parameter is passed directly to the Working Nomads API for server-side filtering, with additional client-side filtering applied for accuracy.

How many jobs are available? Working Nomads typically lists dozens to hundreds of fresh remote jobs at any time across all categories.