Remote Jobs Search Scraper avatar

Remote Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Remote Jobs Search Scraper

Remote Jobs Search Scraper

Scrape remote job listings from Remote.co instantly. Collect 45+ data fields including titles, salary ranges, job types, locations, and company info. Perfect for recruiters, job aggregators, and talent researchers seeking structured remote work data in bulk.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Soft Alexist

Soft Alexist

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Remote.co Jobs Scraper: Extract Remote Work Listings at Scale


What Is Remote.co?

Remote.co is a global remote job marketplace hosting thousands of verified remote positions across technology, marketing, design, sales, and other industries. It aggregates opportunities from companies worldwide, making it a rich source for remote work trends and hiring intelligence. Manually searching and extracting this data is tedious — the Remote.co Jobs Scraper automates discovery and collection, delivering structured datasets in minutes.


Overview

The Remote Jobs Search Scraper extracts job listings from Remote.co search result pages, transforming unstructured listings into comprehensive, machine-readable records. It is built for:

  • Recruiters & staffing agencies building candidate opportunity pipelines
  • Job aggregators syndicating remote positions to job boards
  • Market researchers analyzing remote work trends by location and industry
  • Career platforms enriching job databases with Remote.co listings
  • Data analysts studying remote work compensation and job type distribution

Key advantages include search-based URL support (allowing keyword filtering), bulk item limits for large-scale collection, and robust error handling via ignore_url_failures.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://remote.co/remote-jobs/search?searchkeyword=design&page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
FieldDescriptionExample
urlsRemote.co search result URLs to scrape. Include keyword filters, categories, or page numbers.https://remote.co/remote-jobs/search?searchkeyword=design&page=1
max_items_per_urlMaximum number of job listings extracted per URL (1–200 recommended).200
ignore_url_failuresIf true, continues scraping remaining URLs if one fails; if false, halts on error.true

Pro tip: Use search parameters (e.g., searchkeyword=design) to pre-filter results and focus collection on relevant roles.


Output Format

Sample output

{
"id": "e7587729-f49c-4ecd-8bb3-1d554b4f2071",
"title": "Product Design Freelancer",
"ats": null,
"posted_date": "2026-07-03T02:06:22Z",
"job_locations": [
"Woodinville, WA"
],
"locations": null,
"allowed_candidate_location": [
"Woodinville, WA"
],
"remote_options": [
"100% Remote Work"
],
"job_schedules": [
"Flexible Schedule"
],
"job_types": [
"Freelance"
],
"featured": false,
"company": null,
"saved": false,
"viewed": false,
"applied_date": null,
"viewed_date": null,
"saved_date": null,
"slug": "product-design-freelancer-e7587729-f49c-4ecd-8bb3-1d554b4f2071",
"created_on": "2026-07-03T02:06:22Z",
"expire_on": "2026-08-22T00:00:00Z",
"salary_range": "",
"apply_job_status": "None",
"career_level": [
"Experienced"
],
"travel_required": "No specification",
"region_id": null,
"states": [
"WA"
],
"countries": [
"United States"
],
"cities": [
"Woodinville"
],
"is_flexible_schedule": false,
"is_telecommute": false,
"is_freelancing_contract": false,
"hosted": false,
"match_id": null,
"search_id": null,
"score": 218.92276,
"eligible_for_expert_apply": true,
"is_free_job": false,
"track_properties": {},
"postal_code": null,
"apply_url": null,
"coordinates": null,
"salary_min": 0,
"salary_max": 0,
"salary_unit": null,
"salary_currency": null,
"education_levels": [
"No Education Specified"
],
"gjw_url": null,
"from_url": "https://remote.co/remote-jobs/search?searchkeyword=design&page=2"
}

Each scraped job record contains 45+ fields spanning job details, company info, location data, and candidate eligibility:

Core Job Information

FieldMeaning
IDUnique Remote.co identifier for the job listing
TitleJob title as displayed (e.g., "Senior UX Designer")
SlugURL-friendly job identifier
CompanyHiring company name
Posted DateWhen the listing was published
Created OnInternal creation timestamp
Expire OnListing expiration date
Apply URLDirect link to apply for the position
GJW URLRemote.co canonical job URL

Remote Work & Schedule Details

FieldMeaning
Remote OptionsLevel of remote work (fully remote, hybrid, remote-first)
Job SchedulesWork schedule type (full-time, part-time, flexible hours)
Job TypesEmployment type (permanent, contract, freelance)
Is TelecommuteBoolean flag: whether role is fully remote
Is Flexible ScheduleBoolean flag: whether schedule is flexible
Is Freelancing ContractBoolean flag: whether freelance/contract work
Travel RequiredAny required travel frequency

Location & Geography

FieldMeaning
Job LocationsPrimary job location (if any office presence)
LocationsSpecific geographic locations
Allowed Candidate LocationGeographic restrictions for applicants (e.g., "Europe only")
Region IDRemote.co region classification ID
StatesUS states (if applicable)
CountriesEligible countries for candidates
CitiesSpecific cities where role applies
Postal CodePostal code (if location-specific)
CoordinatesGeographic coordinates (latitude/longitude)

Compensation & Career Level

FieldMeaning
Salary MinMinimum salary range (numeric)
Salary MaxMaximum salary range (numeric)
Salary RangeFull salary range displayed (e.g., "$50,000 - $80,000")
Salary UnitSalary period (yearly, monthly, hourly)
Salary CurrencyCurrency code (USD, EUR, GBP, etc.)
Career LevelExperience level (entry, mid, senior, executive)
Education LevelsMinimum education requirements

Application & Engagement Tracking

FieldMeaning
Apply Job StatusApplication status (open, closed, paused)
Applied DateWhen user applied (if applicable)
Viewed DateWhen user viewed the listing
Saved DateWhen user bookmarked the listing
ViewedView count or flag
SavedBookmark/save count or flag
Eligible For Expert ApplyWhether expert apply feature is available
Track PropertiesInternal tracking identifiers

Listing Attributes & Metadata

FieldMeaning
FeaturedWhether the listing has paid featured status
Is Free JobWhether posted as a free (unpaid) listing
ATSApplicant Tracking System used by employer
HostedWhether job details are hosted on Remote.co
Match IDIdentifier for matched profiles (if applicable)
Search IDAssociated search campaign ID
ScoreRelevance or quality score (0–100 scale)

How to Use

  1. Build search URLs — Navigate to Remote.co, apply keyword or category filters, and copy the search result URL (e.g., https://remote.co/remote-jobs/search?searchkeyword=design&page=1).
  2. Configure the scraper — Paste URLs into the urls array. Add multiple URLs for different keywords, pages, or categories.
  3. Set output limits — Use max_items_per_url: 200 for bulk collection, or lower values for smaller datasets.
  4. Enable resilience — Keep ignore_url_failures: true to handle temporary page errors gracefully.
  5. Run and export — Execute the scraper and download results as JSON, CSV, or Excel.

Best practices:

  • Use keyword filters to focus collection (e.g., searchkeyword=python for engineering roles).
  • Paginate through results using page=1, page=2, etc., to avoid hitting rate limits.
  • Test one URL first to verify output before running bulk collections.

Use Cases & Business Value

  • Talent sourcing: Build databases of remote roles for candidate matching and outreach
  • Market intelligence: Analyze remote job trends, salary bands, and hiring demand by role or region
  • Job board syndication: Feed Remote.co listings into your own job aggregator platform
  • Compensation benchmarking: Extract salary data to inform pay equity studies
  • Career research: Study remote work adoption across industries and geographic regions

The Remote.co Jobs Scraper cuts hours of manual data gathering into minutes, delivering cleaned, structured records ready for analysis, matching algorithms, or downstream systems.


Conclusion

The Remote Jobs Search Scraper is your fast-track solution for harvesting remote job intelligence at scale. With 45+ data fields and flexible search-based inputs, it powers recruiting operations, market research, and job platform innovation. Start scraping Remote.co today and unlock actionable remote work datasets.