Linkedin Jobs Scraper B2B Hiring Intent Signals avatar

Linkedin Jobs Scraper B2B Hiring Intent Signals

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Linkedin Jobs Scraper B2B Hiring Intent Signals

Linkedin Jobs Scraper B2B Hiring Intent Signals

Scrape LinkedIn job postings to identify hiring intent, company growth signals, and competitive intelligence. Job details Company insights Salary data Application metrics Workplace type Multi-filter Use Cases Sales intelligence Competitive research Market trends Talent mapping Lead generation

Pricing

from $0.01 / 1,000 results

Rating

1.0

(2)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

3

Bookmarked

46

Total users

8

Monthly active users

19 days ago

Last modified

Share

LinkedIn Jobs Scraper

Scrape LinkedIn job postings to identify hiring intent, company growth signals, and competitive intelligence for B2B sales.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Firecrawl API key for stealth mode (get one at firecrawl.dev)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchQueries": [
"marketing manager",
"software engineer"
],
"location": "United States"
}

Run with real data

{
"demoMode": false,
"searchQueries": [
"marketing manager",
"software engineer"
],
"location": "United States",
"remote": "ALL",
"experienceLevel": "ALL",
"datePosted": "PAST_WEEK",
"maxJobs": 50,
"useStealthMode": false,
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"sessionCookies": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
searchQueriesarray-NoJob titles or keywords to search for
companyNamesarray-NoSpecific companies to monitor for job postings
locationstring-NoLocation filter (city, state, or country)
remotestring"ALL"NoFilter for remote work options
experienceLevelstring"ALL"NoFilter by experience level
datePostedstring"PAST_WEEK"NoFilter by posting date
maxJobsinteger50NoMaximum jobs to scrape
demoModebooleantrueNoRun with sample data
webhookUrlstring-NoOptional webhook URL to receive data as it's scraped
useStealthModebooleanfalseNoUse Firecrawl stealth proxy to bypass LinkedIn anti-bot detection (requires Firecrawl API key)
firecrawlApiKeystring-Yes*Your Firecrawl API key for stealth mode (get one at firecrawl.dev)
sessionCookiesstring-Yes*JSON array of cookies exported from Cookie-Editor browser extension. Required to bypass LinkedIn auth walls. Log into LinkedIn, export cookies, then paste the JSON here.
cookieStorageKeystring-NoStorage key from Cookie Manager actor (e.g., 'linkedin-john'). Loads cookies automatically — no manual paste needed. Run the Cookie Manager actor first to capture cookies.
cookieKvStoreNamestring"cookie-sessions"NoName of the Key-Value Store where Cookie Manager saved cookies. Default: 'cookie-sessions'

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Job ScrapedPer job listing scraped$0.03

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal