Pricing
from $1.49 / 1,000 results
Remote.co Jobs Scraper
Scrapes remote job listings from Remote.co across all ~100 job categories. No proxy required โ runs on datacenter IPs. Returns: title, company, location, salary (min/max/currency/period), job type, remote type, date posted.
Pricing
from $1.49 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
1
Bookmarked
5
Total users
3
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes remote job listings from Remote.co across all ~100 categories.
No proxy required โ works on datacenter IPs. No Playwright, no browser.
Pricing: $1.49 / 1,000 results
Input
| Field | Type | Default | Description |
|---|---|---|---|
categories | string[] | all ~100 | Category slugs to scrape, e.g. ["developer","marketing"]. Empty = all. |
maxPages | integer | 20 | Max pagination pages per category. |
maxJobs | integer | โ | Stop after this many total jobs. |
keyword | string | โ | Filter: only jobs where title or company contains this keyword (case-insensitive). |
remoteTypeFilter | string | โ | Exact match on remote type: 100% Remote Work, Hybrid Remote Work, Option for Remote. |
jobTypeFilter | string | โ | Exact match on job type: Full-Time, Part-Time, Alternative Schedule. |
Example: All developer jobs
{"categories":["developer"],"maxPages":5}
Example: Remote-only marketing & sales, full-time
{"categories":["marketing","sales"],"remoteTypeFilter":"100% Remote Work","jobTypeFilter":"Full-Time"}
Output fields
| Field | Type | Description |
|---|---|---|
jobId | string | UUID from the job URL โ unique across all runs |
title | string | Job title |
url | string | Full job detail URL |
company | string | Company name (may be null on aggregated pages) |
category | string | Category slug used to find this job |
isNew | boolean | Whether job was tagged NEW |
datePosted | string | Human-readable: Today, Yesterday, 3 days ago |
datePostedIso | string | Resolved ISO date YYYY-MM-DD |
remoteType | string | 100% Remote Work, Hybrid Remote Work, Option for Remote |
jobType | string | Full-Time, Part-Time, Alternative Schedule, etc. |
employmentType | string | Employee, Freelance, Temporary, Contract |
location | string | Location string as shown on listing |
salaryMin | number | Min salary (null if not listed) |
salaryMax | number | Max salary |
salaryCurrency | string | USD, EUR, CAD, GBP, AUD |
salaryPeriod | string | Hourly, Annually, Monthly, Weekly |
salaryRaw | string | Raw salary string from the page |
Architecture
Method chosen: Cheerio HTML parsing (SSR)
Remote.co is a Next.js app with full server-side rendering. All job data is present in the initial HTML โ no JS execution or API keys required.
| Method | Verdict |
|---|---|
| REST/GraphQL API | โ Not found |
__NEXT_DATA__ JSON island | โ No usable JSON surface |
| RSS/XML feed | โ Not found |
| Cheerio SSR HTML | โ Used |
Cost estimate
| Scenario | Requests | CU | Cost |
|---|---|---|---|
| 1 category, 1 page | 1 | ~0.001 | < $0.001 |
| 10 categories, 5 pages each | 50 | ~0.05 | < $0.01 |
| All 100 categories, 5 pages each | 500 | ~0.5 | ~$0.15 |
Price to customer: $1.49 / 1,000 results โ margin >95% at typical run sizes.
Related scrapers
Other scrapers in our Jobs โ Remote-First collection:
- Remote OK Scraper
- Remotive.com Remote Jobs Scraper
- We Work Remotely Scraper
- Wellfound.com Scraper
- JobToday Scraper
Run it on a schedule
This actor is built for repeat use. Set it to run daily, weekly, or hourly, and the data keeps flowing without you touching it.
- Schedule runs โ open the actor, go to Schedules, and pick a cadence. Each run only charges you for the results it returns.
- Connect it to your stack โ push results straight to Google Sheets, Slack, a webhook, or your database using Apify Integrations. No glue code needed.
- Pull results via API โ every run writes a clean dataset you can fetch with one API call, ready for whatever you build on top of it.
Set it once and it runs on its own.
Need a custom scraper?
Unfenced Group builds Apify actors for any website โ for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results โ we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl
