Remotive Scraper - Remote Jobs & Salaries | $3/1K Jobs avatar

Remotive Scraper - Remote Jobs & Salaries | $3/1K Jobs

Pricing

from $3.00 / 1,000 jobs

Go to Apify Store
Remotive Scraper - Remote Jobs & Salaries | $3/1K Jobs

Remotive Scraper - Remote Jobs & Salaries | $3/1K Jobs

Extract remote jobs from Remotive.com. 25 fields: salary (min/max), full description (text + HTML), skills/tags, job type, category, company (logo/website/tagline/profile/open positions). Remote job search data extraction for Software dev, design, marketing, DevOps, QA, product and similar roles.

Pricing

from $3.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Remotive Scraper - Remote Jobs, Salaries & Companies

Extract remote job listings from Remotive.com — a curated remote job board with hundreds of active listings across software development, design, marketing, DevOps, QA, and more. Get structured data including salaries, full descriptions, company info, and apply URLs. No code needed.


What data can you extract?

Every job listing includes:

Job details

  • Job title and unique ID
  • Full description (plain text + raw HTML)
  • Category (e.g. "Software Development", "Design", "Marketing")
  • Tags / role keywords
  • Job type (full-time, part-time, contract, freelance)
  • Salary: structured min/max + currency + display text
  • Posting date (ISO 8601)
  • Direct apply URL

Company details

  • Company name
  • Company logo URL
  • Company website (with includeCompanyInfo)
  • Company tagline (with includeCompanyInfo)
  • Open positions count (with includeCompanyInfo)
  • Company profile URL (with includeCompanyInfo)

Location

  • Required candidate location (e.g. "Worldwide", "USA Only", "Europe", or specific regions)

Meta

  • Source URL on Remotive
  • Which search query or URL found the job
  • Scrape timestamp

Pricing

EventCostTrigger
Actor start$0.001Once per run
Per job result$0.003Each job added to dataset

Examples:

JobsCost
10 jobs$0.03
100 jobs$0.30
1,000 jobs$3.00

Every job includes the full description, salary, tags, and apply URL. No hidden fees, no monthly subscription.


Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client — Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

Apify MCP server URL:

https://mcp.apify.com?tools=santamaria-automations/remotive-scraper

Example prompt once connected:

"Use remotive-scraper to find remote software development jobs. Return the top 20 results as a table with title, company, salary, and location."

"Use remotive-scraper to extract all remote design jobs and filter for those offering $80k+ salary."


How to use

The scraper supports two input modes:

Go to remotive.com/remote-jobs, apply filters in the browser, and paste the URL. Both category paths and filter query parameters are supported.

Category URL:

{
"searchUrls": [
"https://remotive.com/remote-jobs/software-dev",
"https://remotive.com/remote-jobs/design"
]
}

Filter URL (from browser):

{
"searchUrls": [
"https://remotive.com/remote-jobs?query=golang&location=Germany&employment-type=full-time&skills=golang,go&min_salary=10000"
]
}

Supported filter parameters:

  • query — free-text search (maps to API search)
  • location — filters results by candidate location
  • employment-type — comma-separated: full-time, part-time, contract, freelance, internship
  • skills — comma-separated tag filter
  • min_salary — minimum salary threshold

2. Search Keywords

Enter one or more search terms. Known category slugs map directly; other terms use the API search endpoint.

Available categories: software-dev, design, customer-service, marketing, writing, devops, qa, product, business, data, finance, hr, legal, sales, all-others

{
"searchQueries": ["golang", "react developer", "devops"],
"maxResultsPerQuery": 50
}

3. Company enrichment

Enable includeCompanyInfo to fetch each company's profile page and extract their website, tagline, and open positions count.

{
"searchUrls": ["https://remotive.com/remote-jobs?query=developer"],
"includeCompanyInfo": true,
"maxResults": 20
}

Input reference

FieldTypeDescription
searchUrlsstring[]Remotive URLs — category paths or filter URLs with query params.
searchQueriesstring[]Search terms or category keywords.
includeCompanyInfobooleanFetch company profiles for website, tagline, positions (default: false).
maxResultsPerQueryintegerMax results per keyword/URL (default 100).
maxResultsintegerTotal cap across all modes (default 10, 0 = unlimited).
proxyConfigurationobjectProxy settings. Datacenter proxies work great.

Output example

{
"id": "1842567",
"title": "Senior Backend Engineer",
"company": "Automattic",
"company_logo_url": "https://remotive.com/job/1842567/logo",
"company_website": "https://automattic.com",
"company_tagline": "We are the people behind WordPress.com",
"company_open_positions": 12,
"company_profile_url": "https://remotive.com/remote-companies/automattic",
"location": "Worldwide",
"category": "Software Development",
"tags": ["python", "aws", "docker"],
"job_type": "full_time",
"description_full": "About the Role\nWe're looking for a Senior Backend Engineer to join our platform team...",
"description_html": "<p>About the Role</p><p>We're looking for a Senior Backend Engineer...</p>",
"salary_min": 120000,
"salary_max": 170000,
"salary_currency": "USD",
"salary_period": "year",
"salary_text": "$120,000 - $170,000",
"posted_at": "2026-05-01T00:00:00",
"source_url": "https://remotive.com/remote-jobs/software-dev/senior-backend-engineer-1842567",
"source_platform": "remotive.com",
"apply_url": "https://remotive.com/remote-jobs/software-dev/senior-backend-engineer-1842567",
"search_query": "https://remotive.com/remote-jobs?query=developer",
"scraped_at": "2026-05-04T14:30:00Z"
}

Note: company_website, company_tagline, company_open_positions, and company_profile_url are only populated when includeCompanyInfo is enabled.


Use cases

Remote job aggregation

Build a comprehensive remote job feed by combining Remotive with other remote boards (RemoteOK, WeWorkRemotely). Deduplicate across sources for a unified dataset.

Skills demand tracking

Use the tags/skills array to track which technologies are most in-demand for remote roles. Monitor trends across categories (engineering vs. design vs. marketing).

Salary benchmarking

Compare remote salary ranges across categories and locations. Build compensation intelligence for remote-first companies.

Recruitment automation

Feed remote job listings into your CRM, ATS, or candidate matching platform via Apify API, webhooks, or Zapier/Make integrations.


Speed

Jobs~TimeMemory
10~3 seconds~16 MB
100~3 seconds~16 MB
500+~5 seconds~16 MB
100 + company info~30 seconds~16 MB

Remotive returns all matching jobs in a single API call, so even large result sets complete in seconds. Company enrichment adds ~0.5s per unique company.


Integrations

This actor works with all Apify integrations:

  • API — trigger runs and download results programmatically
  • Webhooks — get notified when a run completes
  • Zapier & Make — connect to 5,000+ apps
  • Google Sheets — export directly to a spreadsheet
  • Slack, Email — get notifications with results


Something not working? Create an issue and we'll fix it fast.