Remote Developer Job Scraper
Pricing
from $0.01 / 1,000 results
Go to Apify Store
Remote Developer Job Scraper
Aggregates remote developer job listings from RemoteOK. Filter by skills, minimum salary, and job type. Priced at $0.01 per job listing.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Jeff
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Aggregates remote developer job listings from RemoteOK — one of the largest remote-only job boards. Filter by skills, minimum salary, and result count. Returns structured data ready for analysis, alerting, or integration into hiring pipelines.
What it does
- Fetches live job listings from RemoteOK's public API
- Filters by skills/technology tags (e.g.
typescript,react,python) - Filters by minimum annual salary
- Strips HTML from descriptions and returns clean structured records
Input
| Field | Type | Default | Description |
|---|---|---|---|
skills | array | (all) | Skills or tags to filter by (e.g. ["typescript", "react"]) |
minSalary | integer | 0 | Minimum annual salary in USD (0 = include unlisted salaries) |
maxResults | integer | 100 | Maximum number of listings to return (up to 500) |
Output
Each result contains:
{"id": "rok-123456","title": "Senior TypeScript Engineer","company": "Acme Corp","url": "https://remoteok.com/remote-jobs/senior-typescript-engineer","tags": ["typescript", "react", "node"],"salaryMin": 120000,"salaryMax": 160000,"salary": "$120,000 – $160,000/yr","location": "Remote","description": "We are looking for a senior engineer...","postedAt": "2026-06-15T09:00:00Z","applyUrl": "https://jobs.acme.com/apply/senior-ts"}
Pricing
$0.003 per job listing returned (~$0.30 per 100 results). You only pay for listings that match your filters.
Use cases
- Build a personalized job alert system for your stack
- Feed listings into an AI that scores and ranks them against your resume
- Track salary trends across remote roles over time
- Aggregate listings alongside other job boards for a unified feed
- Monitor specific companies for new remote openings
Tips
- Pass multiple skills:
["typescript", "node", "postgres"]— matches any listing containing at least one - Set
minSalary: 100000to filter out lower-budget postings - Run daily on a schedule to get fresh listings each morning
- Combine with hn-jobs-monitor for broader coverage across platforms