Remote.co Job Scraper avatar

Remote.co Job Scraper

Pricing

from $2.00 / 1,000 job scrapeds

Go to Apify Store
Remote.co Job Scraper

Remote.co Job Scraper

Extract remote job listings from Remote.co with title, company, location, job type, posted date, description, and job URL.

Pricing

from $2.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

GhostGrid

GhostGrid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes remote job listings from Remote.co. Supports any Remote.co category URL (developer, customer-service, marketing, etc.) with automatic pagination.

What it extracts

  • Job title
  • Company name
  • Location
  • Job type (Full-Time, Part-Time, etc.)
  • Description
  • Posted date
  • Job URL
  • Salary range (when available)

Input

FieldTypeRequiredDefaultDescription
startUrlsarrayyesdeveloper jobsRemote.co category or search URLs
maxPagesintegerno0 (all)Max pages to scrape per category

How it works

Remote.co is a Next.js site. The scraper reads job data from the __NEXT_DATA__ script embedded in each page, then follows pagination links automatically.

Output

Each job is saved as a dataset record. Example:

{
"title": "Senior Full Stack Engineer",
"company": "Knock - Knockaway, Inc.",
"location": "US National",
"job_type": "Full-Time",
"description": "Design and maintain backend services...",
"posted_date": "2025-01-08T03:09:02Z",
"url": "https://www.remote.co/remote-jobs/developer/senior-full-stack-engineer-abc123/",
"salary": "155,000.00 - 180,000.00 USD Annually"
}

Running locally

pip install -r requirements.txt
python -m src