Working Nomads Jobs Scraper avatar
Working Nomads Jobs Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Working Nomads Jobs Scraper

Working Nomads Jobs Scraper

Scrape remote job listings from Working Nomads by providing a search URL, with automatic pagination and comprehensive job information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

4 hours ago

Last modified

Share

💼 Working Nomads Jobs Scraper

This actor allows you to scrape remote job listings from Working Nomads by providing a search URL. It automatically handles pagination and extracts comprehensive job information including company details, job categories, locations, salary information, and job tags.

Features

  • URL-based Scraping: Extract job listings by providing a complete Working Nomads search URL
  • Automatic Pagination: Automatically loads more jobs until reaching the end or max items limit
  • Comprehensive Job Data: Extract detailed information about each job listing including:
    • Job title and detail URL
    • Company name
    • Job category
    • Posting date
    • Location information
    • Job type (Contract, Full-time, etc.)
    • Salary information
    • Job tags
    • Featured/promoted status
    • Bookmarked status
  • Remote Job Focus: Specialized for remote work opportunities
  • Category Filtering: Extract jobs by specific categories and tags

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Working Nomads search URL to scrape
maxItemsintegerNoMaximum number of jobs to fetch
proxyConfigurationobjectNoProxy settings for the actor

Output

The output is a main list of job objects, each containing:

  • searchUrl: The original search URL used
  • jobId: Unique identifier for the job
  • title: Job title
  • detailUrl: URL to the full job listing page
  • company: Company name
  • category: Job category (e.g., Development, Design, Marketing)
  • date: Posting date or "Featured" status
  • location: Job location or remote work region
  • type: Job type (Contract, Full-time, Part-time, etc.)
  • salary: Salary information if available
  • tags: Array of job tags
  • promoted: Whether the job is featured/promoted
  • bookmarked: Whether the job is bookmarked
  • scrapedAt: Timestamp of when the job was scraped

Example output:

[
{
"searchUrl": "https://www.workingnomads.com/jobs?tag=ai",
"jobId": "1255168",
"title": "Senior Python AI Engineer",
"detailUrl": "https://www.workingnomads.com/jobs/senior-backend-developer-python-proxify-1255168",
"company": "Proxify",
"category": "Development",
"date": "Featured",
"location": "EMEA, CET +/- 3 hours",
"type": "Contract",
"salary": "",
"tags": [
"python",
"llm",
"architecture"
],
"promoted": true,
"bookmarked": false,
"scrapedAt": "2025-11-20T05:07:59.951Z"
},
...
]

Use Cases

  • Remote job market research
  • Job opportunity tracking
  • Salary trend analysis
  • Company hiring pattern analysis
  • Job category and tag analysis
  • Remote work market insights

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • Featured jobs are clearly marked in the output
  • Job tags help identify specific skills and technologies
  • Location information includes remote work regions and time zones