Remote.co Jobs Search Scraper
Under maintenancePricing
from $2.99 / 1,000 job details
Remote.co Jobs Search Scraper
Under maintenanceScrape remote job listings from Remote.co. Extract job titles, companies, locations, job categories, time zones, and application details for remote work recruitment and market analysis.
Pricing
from $2.99 / 1,000 job details
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
10 days ago
Last modified
Categories
Share
An Apify Actor that scrapes publicly listed job postings from Remote.co - Extract rich public job-listing data from Remote.co category and search pages..
The Actor navigates Remote.co's public job-search results, opens each result detail page to enrich the record, normalises everything into a single rich structured schema, and pushes one record per job into the Actor's default dataset for download or downstream integration.
Table of Contents
- What is Remote.co?
- What does the Actor scrape?
- Main target URL
- Input schema
- Output / dataset schema
- Example input
- Example output record
- Responsible use
- Related jobs scrapers
What is Remote.co?
Remote.co is Extract rich public job-listing data from Remote.co category and search pages.
This Actor targets Remote.co's public job-search results and enriches each result with the canonical Remote.co detail page.
What does the Actor scrape?
Extract rich public job-listing data from Remote.co category and search pages.
The actor maps listing fields such as:
jobIdtitlejobUrlsourcesourceDomainsearchKeywordsearchUrlcompanyNamecompanyIdcompanySlug
Main target URL
The primary target is configured in source code.
Request modifiers come from fields: keyword, query, keywords, maxItems, maxRows, headless.
Input schema
The Actor accepts the following input (defined in .actor/input_schema.json):
| Field | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
keyword | string | No | - | - | Role or category to search, for example developer, marketing, data science, or customer service. |
query | string | No | - | - | Backward-compatible alias for keyword. |
keywords | string | No | - | - | Backward-compatible alias for keyword. |
maxItems | integer | No | 20 | >= 1; <= 1000 | Maximum number of public job listings to return. |
maxRows | integer | No | - | >= 1; <= 1000 | Backward-compatible alias for maxItems. |
headless | boolean | No | true | - | Use false only when visually debugging a local run. |
Example input
{"keyword": "developer","query": "software engineer","keywords": "software engineer","maxItems": 20,"maxRows": 10,"headless": true}
Output / dataset schema
Each record follows .actor/dataset_schema.json and includes the properties below.
| Field | Type | Required |
|---|---|---|
jobId | string | Yes |
title | string | Yes |
jobUrl | string | Yes |
source | string | Yes |
sourceDomain | string | Yes |
searchKeyword | string | Yes |
searchUrl | string | Yes |
companyName | string | No |
companyId | string | No |
companySlug | string | No |
companyLogoUrl | string | No |
locations | array | No |
locationText | string | No |
allowedCandidateLocations | array | No |
cities | array | No |
states | array | No |
countries | array | No |
postalCode | string | No |
remoteWorkLevels | array | No |
isRemote | boolean | Yes |
jobSchedules | array | No |
jobTypes | array | No |
careerLevels | array | No |
categoryDetails | array | No |
categories | array | No |
benefits | array | No |
educationLevels | array | No |
accolades | array | No |
description | string | No |
summary | string | No |
salary | object | No |
postedAt | string | No |
createdAt | string | No |
expiresAt | string | No |
travelRequired | string | No |
isFlexibleSchedule | boolean | No |
isTelecommute | boolean | No |
isFreelancingContract | boolean | No |
isFeatured | boolean | No |
coordinates | object | No |
sourceData | object | Yes |
scrapedAt | string | Yes |
Example output record
{"jobId": "327890c1-5566-431d-b973-fe07fdde9e07","title": "Wisconet Web Developer","jobUrl": "https://remote.co/job-details/wisconet-web-developer-327890c1-5566-431d-b973-fe07fdde9e07","source": "remote.co","sourceDomain": "remote.co","searchKeyword": "developer","searchUrl": "https://remote.co/remote-jobs/developer","companyName": "University of Wisconsin - Madison","companyId": "7509","companySlug": "universities_of_wisconsin-university_of_wisconsin-madison","companyLogoUrl": "https://remote.co/assets/jctblobcontent/7509/primary.png","locations": ["Madison, WI"],"locationText": "Madison, WI","allowedCandidateLocations": ["Madison, WI"],"cities": ["Madison"],"states": ["WI"],"countries": ["United States"],"remoteWorkLevels": ["Hybrid Remote Work"],"isRemote": true,"jobSchedules": ["Full-Time"],"jobTypes": ["Employee"],"salary": {"display": "75,000.00 USD Annually","min": 75000,"currency": "USD","unit": "annually"},"postedAt": "2026-07-21T06:30:31Z","createdAt": "2026-07-21T06:30:31Z","expiresAt": "2026-07-31T00:00:00Z","isFlexibleSchedule": false,"isTelecommute": false,"isFreelancingContract": false,"isFeatured": false,"sourceData": {"id": "327890c1-5566-431d-b973-fe07fdde9e07","title": "Wisconet Web Developer","postedDate": "2026-07-21T06:30:31Z","jobLocations": ["Madison, WI"],"allowedCandidateLocation": ["Madison, WI"],"remoteOptions": ["Hybrid Remote Work"],"jobSchedules": ["Full-Time"],"jobTypes": ["Employee"],"featured": false,"company": {"companyId": "7509","logo": "/assets/jctblobcontent/7509/primary.png","name": "University of Wisconsin - Madison","slug": "universities_of_wisconsin-university_of_wisconsin-madison"},"saved": false,"viewed": false,"slug": "wisconet-web-developer-327890c1-5566-431d-b973-fe07fdde9e07","createdOn": "2026-07-21T06:30:31Z","expireOn": "2026-07-31T00:00:00Z","salaryRange": "75,000.00 USD Annually","applyJobStatus": "None","states": ["WI"],"countries": ["United States"],"cities": ["Madison"],"isFlexibleSchedule": false,"isTelecommute": false,"isFreelancingContract": false,"hosted": false,"matchID": "00000000-0000-0000-0000-000000000000","searchID": "00000000-0000-0000-0000-000000000000","eligibleForExpertApply": false,"isFreeJob": true},"scrapedAt": "2026-07-21T21:03:17.304Z"}
Responsible use
Only collect publicly available job information. Respect Remote.co's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.
Related jobs scrapers
This Actor is part of the jobsapi organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under apify.com/jobsapi/<actor-name> and is published from a sibling folder in this workspace.
The full catalogue of jobs scrapers in this workspace:
Global / multi-country
- indeed-jobs-search-scraper — Indeed
- linkedin-jobs-search-scraper — LinkedIn
- google-jobs-search-scraper — Google Jobs
- glassdoor-jobs-search-scraper — Glassdoor
- monster-jobs-search-scraper — Monster
- ziprecruiter-jobs-search-scraper — ZipRecruiter
- simplyhired-jobs-search-scraper — SimplyHired
- adzuna-jobs-search-scraper — Adzuna
- jooble-jobs-search-scraper — Jooble
- jora-jobs-search-scraper — Jora
- careerjet-jobs-search-scraper — Careerjet
- multi-ats-jobs-search-scraper — multi-ATS aggregator
- workable-jobs-search-scraper — Workable
- workday-jobs-search-scraper — Workday-powered career sites
Remote / flexible
- remoteok-jobs-search-scraper — RemoteOK
- we-work-remotely-jobs-search-scraper — We Work Remotely
- remotive-jobs-search-scraper — Remotive
- remote-co-jobs-search-scraper — Remote.co
- flexjobs-jobs-search-scraper — FlexJobs
- upwork-jobs-search-scraper — Upwork
United States
- usajobs-jobs-search-scraper — USAJobs
- dice-com-jobs-search-scraper — Dice
- builtin-jobs-search-scraper — Built In
- governmentjobs-jobs-search-scraper — GovernmentJobs
- handshake-jobs-search-scraper — Handshake
- higheredjobs-jobs-search-scraper — HigherEdJobs
- hcareers-jobs-search-scraper — HCareers
- idealist-jobs-search-scraper — Idealist
- jobcase-jobs-search-scraper — Jobcase
- snagajob-jobs-search-scraper — Snagajob
- themuse-jobs-search-scraper — The Muse
- wellfound-jobs-search-scraper — Wellfound (AngelList Talent)
- tes-jobs-search-scraper — TES
- practicelink-jobs-search-scraper — PracticeLink
- civilservice-jobs-search-scraper — Civil Service
United Kingdom & Ireland
- reed-jobs-search-scraper — Reed
- totaljobs-jobs-search-scraper — Totaljobs
- cv-library-jobs-search-scraper — CV-Library
- jobsite-jobs-search-scraper — Jobsite
- jobs-ac-uk-jobs-search-scraper — Jobs.ac.uk
- guardian-jobs-search-scraper — Guardian Jobs
- irishjobs-jobs-search-scraper — IrishJobs
- nhs-jobs-search-scraper — NHS Jobs
- tes-jobs-search-scraper — TES
Europe
- apec-jobs-search-scraper — APEC (France, executive roles)
- cadremploi-jobs-search-scraper — Cadremploi (France)
- meteojob-jobs-search-scraper — Meteojob (France)
- hellowork-jobs-search-scraper — Hellowork (France)
- francetravail-jobs-search-scraper — France Travail (France)
- michaelpage-jobs-search-scraper — Michael Page
- manpower-jobs-search-scraper — Manpower
- randstad-jobs-search-scraper — Randstad
- roberthalf-jobs-search-scraper — Robert Half
- akkodis-jobs-search-scraper — Akkodis
- stepstone-jobs-search-scraper — Stepstone (DE/EU)
- arbeitsagentur-jobs-search-scraper — Arbeitsagentur (Germany)
- xing-jobs-search-scraper — Xing
- karriere-at-jobs-search-scraper — Karriere.at (Austria)
- jobs-ch-jobs-search-scraper — Jobs.ch (Switzerland)
- pracuj-pl-jobs-search-scraper — Pracuj.pl (Poland)
- nofluffjobs-jobs-search-scraper — No Fluff Jobs
- jobindex-jobs-search-scraper — Jobindex (Denmark)
- finn-no-jobs-search-scraper — FINN.no (Norway)
- infojobs-jobs-search-scraper — InfoJobs (Spain/Italy/Portugal)
- eluta-jobs-search-scraper — Eluta.ca (Canada)
- jobbank-jobs-search-scraper — Job Bank (Canada)
- jobillico-jobs-search-scraper — Jobillico (Canada)
- eures-jobs-search-scraper — EURES (EU)
- vdab-jobs-search-scraper — VDAB (Belgium)
- kariyer-net-jobs-search-scraper — Kariyer.net (Türkiye)
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- caterer-jobs-search-scraper — Caterer.com (hospitality, UK/EU)
India
- naukri-jobs-search-scraper — Naukri
- foundit-jobs-search-scraper — Foundit (Monster India)
- timesjobs-jobs-search-scraper — TimesJobs
- shine-com-jobs-search-scraper — Shine
- internshala-jobs-search-scraper — Internshala
- freshersworld-jobs-search-scraper — Freshersworld
- hirist-jobs-search-scraper — Hirist
- instahyre-jobs-search-scraper — Instahyre
- iimjobs-jobs-search-scraper — IIMJobs
- cutshort-jobs-search-scraper — Cutshort
- workindia-jobs-search-scraper — WorkIndia
- quikr-jobs-search-scraper — Quikr Jobs
- unstop-jobs-search-scraper — Unstop (Dare2Compete)
- apna-jobs-search-scraper — Apna
- employmentnews-jobs-search-scraper — Employment News
- ibps-recruitment-jobs-search-scraper — IBPS recruitment
- ssc-recruitment-jobs-search-scraper — SSC recruitment
- rrb-recruitment-jobs-search-scraper — RRB recruitment
- upsc-recruitment-jobs-search-scraper — UPSC recruitment
- freejobalert-jobs-search-scraper — FreeJobAlert
- tnprivatejobs-jobs-search-scraper — TN Private Jobs
Asia-Pacific
- jobkorea-jobs-search-scraper — JobKorea (Korea)
- saramin-jobs-search-scraper — Saramin (Korea)
- daijob-jobs-search-scraper — Daijob (Japan)
- gaijinpot-jobs-search-scraper — GaijinPot (Japan)
- jobsdb-sg-jobs-search-scraper — JobsDB (Hong Kong / SEA)
- jobstreet-jobs-search-scraper — JobStreet (SEA)
- mycareersfuture-jobs-search-scraper — MyCareersFuture (Singapore)
- glints-jobs-search-scraper — Glints (SEA)
- himalayas-jobs-search-scraper — Himalayas
- vietnamworks-jobs-search-scraper — VietnamWorks
- conzultalent-jobs-search-scraper — Conzultalent
MENA
- bayt-jobs-search-scraper — Bayt.com
- gulftalent-jobs-search-scraper — GulfTalent
- wuzzuf-jobs-search-scraper — Wuzzuf (Egypt)
- naukrigulf-jobs-search-scraper — NaukriGulf
- hh-ru-jobs-search-scraper — hh.ru (Russia)
Latin America
- computrabajo-jobs-search-scraper — Computrabajo
- bumeran-jobs-search-scraper — Bumeran
- occ-mundial-jobs-search-scraper — OCC Mundial
- zonajobs-jobs-search-scraper — ZonaJobs
- laborum-jobs-search-scraper — Laborum
- catho-jobs-search-scraper — Catho (Brazil)
- gupy-jobs-search-scraper — Gupy (Brazil)
- infojobs-jobs-search-scraper — InfoJobs (Brazil)
- olx-jobs-search-scraper — OLX Jobs
Africa
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- career-jobs-search-scraper — Career (South Africa)
- ejobs-ro-jobs-search-scraper — eJobs.ro (Romania)
- ncs-jobs-search-scraper — NCS
- trademe-jobs-search-scraper — Trade Me Jobs (New Zealand)
- seek-jobs-search-scraper — SEEK (AU/NZ)
- workforce-australia-jobs-search-scraper — Workforce Australia
Other / specialised
- dice-com-jobs-search-scraper — Dice (tech, US)
- efinancialcareers-jobs-search-scraper — eFinancialCareers
- apsjobs-jobs-search-scraper — APS Jobs
- talent-jobs-search-scraper — Talent
- jungle-jobs-search-scraper — Jungle.co (creative / tech)
- wuzzuf-jobs-search-scraper — Wuzzuf
Browse the full catalogue at apify.com/jobsapi.