Remote Jobs Scraper
Pricing
from $0.01 / 1,000 results
Remote Jobs Scraper
Scrape remote job listings from Remotive and RemoteOK into one clean dataset. Filter by keyword, category, or company. Get job title, company, location, salary, tags, and apply URL. Export to JSON, CSV, or Excel. Public data, no login or API key.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Mangudäi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Pull remote job listings from public job boards into one clean, structured dataset. The scraper aggregates Remotive and RemoteOK, normalizes every posting into the same shape, removes duplicates, and returns a table you can export to JSON, CSV, or Excel.
Good for job-market research, tracking who is hiring in a role or industry, building a feed of fresh remote openings, and sales or recruiting lead lists of companies actively hiring.
What it returns
Each job in the dataset has:
title,company,categorycandidateLocation,salary,jobTypetags(skills and keywords)url(link to apply),companyLogopublishedAt,source,iddescription(cleaned plain text)
Input
search: keyword matched against title, company, and tags (defaultpython). Leave empty for the latest jobs.category: optional Remotive category slug, for examplesoftware-dev,design,marketing,sales,data.companyName: optional filter, keeps only jobs whose company name contains this text.sources: which boards to pull from,remotiveandremoteok(both by default).maxItems: cap on the number of jobs returned (default 100).
Example
{"search": "python","sources": ["remotive", "remoteok"],"maxItems": 100}
Notes
Only public data is fetched, through each board's public endpoints. No login, account, or API key is needed. Results reflect what the boards publish at run time.