FlexJobs Job Scraper avatar

FlexJobs Job Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
FlexJobs Job Scraper

FlexJobs Job Scraper

Scrapes remote and flexible job listings by category and keyword, extracting titles, descriptions, locations, salaries, schedules, benefits, and job URLs with pagination support.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrapes remote and flexible job listings from FlexJobs by category and keyword. FlexJobs fronts its HTML with Akamai Bot Manager

Input

FieldDefaultDescription
categories["computer-it"]FlexJobs category slugs to scrape; each is paged independently.
keyword""Optional free-text filter applied by FlexJobs inside each category, e.g. python. Empty = every job in the category.
max_results50Overall cap on records pushed (1–2000). FlexJobs serves 50 jobs per page.

Useful category slugs: computer-it, accounting, administration-support-services, marketing, writing-editing-journalism, sales-business-development, healthcare-medical, customer-service-call-center, project-management, legal, data-entry, education-training, operations, real-estate, travel-hospitality.

The actor runs with completely empty input (computer-it, 50 records).

Output

One record per job listing — flat snake_case fields plus raw, the untouched source object:

{
"job_id": "99416974-441d-4657-8ceb-469ba8d982ff",
"title": "CM Clerk",
"job_url": "https://www.flexjobs.com/publicjobs/cm-clerk-99416974-441d-4657-8ceb-469ba8d982ff",
"posted_date": "2026-08-13T13:42:24Z",
"expire_on": "2026-10-07T00:00:00Z",
"description": "Manage product bills of material within ERP systems, process part number requests, and ensure compliance with FAA regulations ...",
"remote_options": "Hybrid Remote Work",
"job_schedules": "Full-Time",
"job_types": "Employee",
"career_level": "Entry-Level",
"education_levels": "Associate's Degree",
"job_benefits": "Health/Medical Insurance, Dental Insurance, 401k Matching/Retirement Savings, Paid Holidays",
"travel_required": "No specification",
"job_locations": "Lake Zurich, IL",
"states": "IL",
"countries": "United States",
"salary_range": "20.00 - 22.00 USD Hourly",
"categories": "Administrative, Database Administration, Engineering, Project Management",
"search_category": "computer-it",
"raw": { "...": "original job object" }
}

Rate limits and terms

The actor paces itself (0.8 s between pages). Akamai will 403 aggressive bursts; if that happens the run logs the block and stops that category cleanly rather than hammering. Scraped data is subject to FlexJobs' Terms of Use — it is a paid subscription service, so review your intended use before collecting at scale, and do not use this to redistribute subscriber-only content.