VOOZH about

URL: https://apify.com/jp_data_tools/remoteok-scraper

โ‡ฑ RemoteOK Scraper - Remote Job Listings API ยท Apify


๐Ÿ‘ RemoteOK Scraper - Remote Job Listings API avatar

RemoteOK Scraper - Remote Job Listings API

Pricing

from $2.50 / 1,000 results

Go to Apify Store

RemoteOK Scraper - Remote Job Listings API

Extract remote job listings from RemoteOK.com using their official public API. Get job titles, companies, salaries, tags, and descriptions. No proxy needed.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Aoyuki Kurita

Aoyuki Kurita

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

3 months ago

Last modified

Share

RemoteOK Scraper - Remote Job Listings

Extract remote job listings from RemoteOK.com using their official public API. No proxy needed โ€” fast and reliable.

Description

This Actor fetches remote job listings from RemoteOK's publicly available JSON API (https://remoteok.com/api). It supports filtering by keyword, job tag, location, and maximum result count.

  • No browser automation โ€” pure API access
  • No proxy required โ€” RemoteOK's API is open and public
  • HTML-cleaned descriptions โ€” <br>, <p>, and other HTML tags are stripped from job descriptions

Input Parameters

ParameterTypeRequiredDefaultDescription
keywordstringNoโ€”Filter jobs by keyword (matches title, description, and tags). Example: "python", "react"
tagstringNoโ€”Filter by job category tag. Example: "dev", "design", "sales"
maxResultsintegerNo100Maximum number of job listings to return (1โ€“1000)
locationstringNoโ€”Filter by location. Example: "USA", "Europe", "Worldwide"

Example Input

{
"keyword":"python",
"tag":"dev",
"maxResults":50,
"location":"USA"
}

Output

Each item in the dataset represents one job listing with the following fields:

FieldTypeDescription
idstringUnique job ID
slugstringURL slug
companystringCompany name
company_logostringURL of the company logo image
positionstringJob title / position name
tagsarrayArray of skill/category tags
locationstringJob location (e.g., "Worldwide", "USA Only")
salary_minnumberMinimum annual salary (USD), if available
salary_maxnumberMaximum annual salary (USD), if available
datestringISO 8601 date the job was posted
descriptionstringPlain-text job description (HTML removed)
urlstringURL to the job detail page on RemoteOK
apply_urlstringDirect application URL

Sample Output

[
{
"id":"12345",
"slug":"senior-python-developer-at-acme-corp",
"company":"Acme Corp",
"company_logo":"https://remoteok.com/assets/img/jobs/abc123.png",
"position":"Senior Python Developer",
"tags":["python","django","dev","backend"],
"location":"USA Only",
"salary_min":90000,
"salary_max":130000,
"date":"2026-03-01T12:00:00Z",
"description":"We are looking for a Senior Python Developer to join our remote team...",
"url":"https://remoteok.com/remote-jobs/senior-python-developer-at-acme-corp",
"apply_url":"https://acmecorp.com/jobs/apply/123"
}
]

How to Use

On Apify Platform

  1. Go to the Actor page on Apify Store
  2. Click Try for free
  3. Fill in the input fields (keyword, tag, etc.)
  4. Click Start and wait for the run to finish
  5. Download results as JSON, CSV, or Excel

Via Apify API

curl-X POST \
"https://api.apify.com/v2/acts/YOUR_USERNAME~remoteok-scraper/runs"\
-H"Content-Type: application/json"\
-d'{
"keyword": "react",
"maxResults": 50
}'\
-H"Authorization: Bearer YOUR_API_TOKEN"

Local Development

# Install dependencies
pip install-r requirements.txt
# Set up input
mkdir-p storage/key_value_stores/default
echo'{"keyword": "python", "maxResults": 10}'> storage/key_value_stores/default/INPUT.json
# Run the Actor
python -m src

Rate Limiting

This Actor respects RemoteOK's API by:

  • Waiting at least 2 seconds before making requests
  • Retrying failed requests up to 3 times with exponential backoff

Disclaimer

This actor uses RemoteOK's publicly available API. Please use responsibly and respect rate limits.

Data belongs to their respective owners. This Actor is not affiliated with RemoteOK.

License

Apache-2.0

You might also like

Remoteok Jobs Scraper

piotrv1001/remoteok-jobs-scraper

Scrapes remote job listings from RemoteOK.com by tag, extracting job titles, companies, salaries, locations, tags, and descriptions. Ideal for remote job market research and salary benchmarking.

79

RemoteOK Remote Jobs Scraper

inlifeprojects/remoteok-jobs-scraper

Scrape remote job listings from RemoteOK.com using their official public JSON API. Filter by skill tags, minimum salary, and keywords. Returns structured job data with salary, company info, tags, and direct apply links. No proxy or authentication needed.

๐Ÿ‘ User avatar

In life Projects Dev

111

RemoteOK Job Scraper โ€“ Cheap ๐ŸŒ๐Ÿ’ผ

scrapestorm/remoteok-job-scraper---cheap

๐Ÿ” Easily collect remote and global job listings from RemoteOK.com Extract structured job data from one of the leading remote job boards, including job titles, company names, locations, salaries, tags, posting dates, job URLs, apply URLs, job descriptions, and verification status ๐ŸŒ๐Ÿ’ผ

2

RemoteOK Jobs Scraper

plantane/remoteok-scraper

Scrape remote job listings from RemoteOK โ€” positions, companies, salaries, tags, and descriptions. Filter by keyword, tag, salary, or location.

RemoteOK Jobs Scraper API โ€“ Remote Job Listings & Company Data

skyline_scrapers/remoteok-scraper-new

Extract real-time remote job listings, company details, salary information, and job metadata from RemoteOK. Built for recruiters, job boards, lead generation, market research, automation workflows, and remote hiring platforms.

๐Ÿ‘ User avatar

Skyline Scrapers

15

RemoteOK Scraper - Remote Jobs, Salaries & Tags

thirdwatch/remoteok-jobs-scraper

Scrape remote jobs from RemoteOK.com. Get job title, company, salary range, tags, location, description, and posting date. Ultra-fast HTTP-only scraper using RemoteOK's free JSON API with proxy rotation for reliable access.