Remote.co Jobs Scraper avatar

Remote.co Jobs Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Remote.co Jobs Scraper

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

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours 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

FieldTypeDefaultDescription
categoriesstring[]all ~100Category slugs to scrape, e.g. ["developer","marketing"]. Empty = all.
maxPagesinteger20Max pagination pages per category.
maxJobsintegerStop after this many total jobs.
keywordstringFilter: only jobs where title or company contains this keyword (case-insensitive).
remoteTypeFilterstringExact match on remote type: 100% Remote Work, Hybrid Remote Work, Option for Remote.
jobTypeFilterstringExact 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

FieldTypeDescription
jobIdstringUUID from the job URL — unique across all runs
titlestringJob title
urlstringFull job detail URL
companystringCompany name (may be null on aggregated pages)
categorystringCategory slug used to find this job
isNewbooleanWhether job was tagged NEW
datePostedstringHuman-readable: Today, Yesterday, 3 days ago
datePostedIsostringResolved ISO date YYYY-MM-DD
remoteTypestring100% Remote Work, Hybrid Remote Work, Option for Remote
jobTypestringFull-Time, Part-Time, Alternative Schedule, etc.
employmentTypestringEmployee, Freelance, Temporary, Contract
locationstringLocation string as shown on listing
salaryMinnumberMin salary (null if not listed)
salaryMaxnumberMax salary
salaryCurrencystringUSD, EUR, CAD, GBP, AUD
salaryPeriodstringHourly, Annually, Monthly, Weekly
salaryRawstringRaw 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.

MethodVerdict
REST/GraphQL API❌ Not found
__NEXT_DATA__ JSON island❌ No usable JSON surface
RSS/XML feed❌ Not found
Cheerio SSR HTMLUsed

Cost estimate

ScenarioRequestsCUCost
1 category, 1 page1~0.001< $0.001
10 categories, 5 pages each50~0.05< $0.01
All 100 categories, 5 pages each500~0.5~$0.15

Price to customer: $1.49 / 1,000 results — margin >95% at typical run sizes.