Apify Store
AS
Apify Store
/worldunboxer/rapid-linkedin-scraper

⚡️Rapid Linkedin Jobs Scraper

🔥 $0.45/1K Jobs. Scrape LinkedIn Jobs without cookies 🍪. Extract job listings by keyword, company, city, or country. Get complete structured data including titles, descriptions, locations, salaries, e

liveasyncunknown~30s typical
jobsautomationdeveloper toolsrapidlinkedin
$0.00063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /worldunboxer/rapid-linkedin-scraper for me.

Input

FieldTypeDescription
jobs_titlesarrayJob titles to search for (e.g., 'Software Engineer', 'Data Scientist'). The scraper runs a search for each title and merges the results.
job_titlestringLegacy field, kept for backward compatibility with existing integrations. Its value is combined with 'Job Titles' above (not overridden by it) — every distinct title from both fields is searched. This field will be removed in a future version; migrate to 'Job Titles'.
locationstringEnter a broad location (e.g., 'Worldwide', 'Europe', 'Canada') or a full search string (e.g., 'San Francisco, CA'). For multiple specific cities, enter the country here and list the cities below.
citiesarrayOptional. List specific cities to search (e.g., 'London', 'Manchester'). The scraper will loop through each. Note: Set the 'Location' field to the relevant country to ensure accurate city matching.
jobs_entriesintegerEnter the number of jobs you want to scrape. default 1000
company_namesarrayOnly search for these companies
experiencestring (Intern | Assistant | Junior | Mid-Senior | Director | Executive)Select job experience level
employment_typestring (Full-time | Part-time | Contract | Temporary | Volunteer | Internship)Select Job type you need.
work_arrangementstring (On-site | Remote | Hybrid)Select what type of work schedule you need.
posted_withinstring (Any Time | Past 24 hours | Past Week | Past Month)Select on basis of job posting time.
easy_applybooleanFilter for jobs with simplified application default false
start_jobsintegerLegacy field. No longer supported and has no effect on scraping results.
experience_levelstringLegacy experience level field. Migrate to `experience` with human readable values.
job_typestringLegacy job type field. Migrate to `employment_type` with human readable values.
work_schedulestringLegacy work schedule field. Migrate to `work_arrangement` with human readable values.
job_post_timestringCustom Job Post Time. Overrides the dropdown above. Enter custom time in seconds prefixed with 'r' (e.g., 'r86400' for 1 day, 'r172800' for 2 days).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/worldunboxer/rapid-linkedin-scraper","input":{"location":"Worldwide","jobs_entries":1000},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /worldunboxer/rapid-linkedin-scraper -i '{"location":"Worldwide","jobs_entries":1000}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/worldunboxer/rapid-linkedin-scraper", input: {"location":"Worldwide","jobs_entries":1000}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.