Remote Jobs Scraper — WeWorkRemotely & Remotive API avatar

Remote Jobs Scraper — WeWorkRemotely & Remotive API

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Remote Jobs Scraper — WeWorkRemotely & Remotive API

Remote Jobs Scraper — WeWorkRemotely & Remotive API

Scrape remote job listings from WeWorkRemotely, Remotive, and Himalayas in one API call. Returns title, company, salary, skills, apply URL. ~500 jobs for $2.50. No login needed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Vhub Systems

Vhub Systems

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Remote Jobs Scraper — WeWorkRemotely, Remotive & Himalayas API

Scrape remote job listings from WeWorkRemotely, Remotive, and Himalayas in a single API call. Returns structured JSON with job title, company, salary, skills, and apply URL — ready for your app, Airtable, Google Sheets, or job alert bot.

→ ~500 jobs for $2.50 | No login required | Runs on schedule


Sample Output

{
"title": "Senior Python Developer",
"company": "Coalition Technologies",
"location": "Worldwide",
"salary": "$80k - $120k",
"url": "https://remotive.com/remote-jobs/software-dev/senior-python-1234",
"date": "2026-03-11",
"tags": ["python", "django", "postgresql", "docker"],
"source": "remotive",
"category": "Software Development",
"jobType": "full_time"
}

Job Sources

WeWorkRemotely scraper

  • 30k+ remote job listings across all categories
  • Engineering, Design, Marketing, Sales, Customer Support
  • Updated multiple times daily

Remotive job data API

  • Curated tech-focused remote roles with salary ranges
  • Software dev, DevOps, product, design, marketing categories

Himalayas job extractor

  • Salary transparency on every listing
  • Global remote positions with timezone info

Use Cases

  • Job aggregator site — power a niche remote job board via API
  • Slack/Telegram job alert bot — daily notifications for new openings
  • Salary research — aggregate compensation data across 3 boards
  • Recruiting intelligence — track competitor hiring patterns
  • Google Sheets dashboard — daily remote job feed without manual checking

Quick Start

curl -X POST "https://api.apify.com/v2/acts/lanky_quantifier~remote-jobs-aggregator/runs" \
-H "Authorization: Bearer YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxJobsPerSource": 50, "keywords": "python"}'

Free tier: $5/month compute — enough for ~2,000 jobs/day.


Input Parameters

ParameterTypeDefaultDescription
maxJobsPerSourceinteger100Max jobs per source board
keywordsstringFilter by keyword (e.g. "python", "react")
sourcesarrayallBoards: weworkremotely, remotive, himalayas

Output Fields

FieldTypeDescription
titlestringJob title
companystringCompany name
locationstringLocation / "Worldwide"
salarystringSalary range if listed
urlstringDirect apply URL
datestringPosted date (YYYY-MM-DD)
tagsarraySkills and tech stack
sourcestringSource board name
jobTypestringfull_time / part_time / contract

Pricing

~$0.005 per job:

  • 500 jobs ≈ $2.50
  • 1,000 jobs ≈ $5.00

Compare: job board APIs charge $99–$299/month for similar access. New users get $5 free compute — enough to scrape 1,000 jobs for free.


FAQ

vs LinkedIn Jobs Scraper? This focuses on dedicated remote-first boards — higher signal-to-noise for remote roles.

How fresh is the data? Boards update every few hours. Schedule your run daily for fresh listings.

Can I filter by tech stack? Yes — use keywords: "python" or keywords: "react" to filter results.

Rate limits handled? Yes — built-in delays and retries, no manual configuration needed.