FlexJobs Job Search Scraper avatar

FlexJobs Job Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
FlexJobs Job Search Scraper

FlexJobs Job Search Scraper

Scrape remote and flexible job listings from FlexJobs.com. Extracts job title, company, location, job type, work schedule, and job URL.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

10 days ago

Last modified

Share

Collect verified, publicly visible FlexJobs listings from category search pages. The Actor reads the page's structured Next.js data, validates each public job ID/title/company/URL, removes duplicates, and stops at explicit item and page bounds.

Input

  • keyword: optional search phrase, up to 120 characters.
  • category: URL-safe category slug such as computer-it.
  • jobType: remote, hybrid, or empty. Hybrid is filtered from source remote-option labels.
  • maxItems: 1–100 jobs.
  • maxPages: 1–5 public result pages.
  • proxyConfiguration: optional proxy configuration; residential US is the default.

Output

Every dataset row requires a source job ID, title, company, canonical flexjobs.com/publicjobs/ URL, exact search-page provenance, page number, and timestamp. Optional fields include description, locations, remote options, schedules, employment types, salary, benefits, categories, career levels, and posted date. Empty and duplicate records are omitted.

{
"position": 1,
"jobId": "1234567",
"title": "Software Engineer",
"company": "Example Company",
"remoteOptions": ["100% Remote Work"],
"jobUrl": "https://www.flexjobs.com/publicjobs/software-engineer",
"source": "flexjobs.com",
"sourceSearchUrl": "https://www.flexjobs.com/remote-jobs?category=computer-it&search=software",
"page": 1,
"scrapedAt": "2026-01-15T12:00:00.000Z"
}

Access-control, login/subscription, missing structured data, malformed listings, exhausted retries, and zero-result states fail the run. The Actor never stores raw page HTML, screenshots, or diagnostic pseudo-records.