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

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

LinkedIn Jobs Scraper

Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


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

Features

  • Job details - Title, company, location, description, requirements
  • Company insights - Industry, size, growth indicators
  • Salary data - When available in job postings
  • Application metrics - Applicant count, Easy Apply status
  • Workplace type - Remote, on-site, or hybrid
  • Multi-filter - Experience level, date posted, location

Quick Start

{
"url": "https://example.com",
"maxResults": 100
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

{
"searchQueries": ["marketing manager", "software engineer"],
"location": "United States",
"remote": "ALL",
"datePosted": "PAST_WEEK",
"maxJobs": 50
}

Input Parameters

ParameterTypeDefaultDescription
searchQueriesarray-Job titles or keywords to search
companyNamesarray-Specific companies to monitor
locationstring"United States"Location filter
remotestring"ALL"Workplace type (REMOTE, ON_SITE, HYBRID)
experienceLevelstring"ALL"Experience filter (ENTRY_LEVEL, MID_SENIOR, etc.)
datePostedstring"PAST_WEEK"Date filter (PAST_24_HOURS, PAST_WEEK, PAST_MONTH)
maxJobsnumber50Maximum jobs to scrape
demoModebooleantrueRun with sample data

Output Format

{
"jobId": "LI-1704412800000-0",
"title": "Senior Marketing Manager",
"company": "Google",
"companyUrl": "https://linkedin.com/company/google",
"location": "United States",
"workplaceType": "Remote",
"jobUrl": "https://linkedin.com/jobs/view/123456789",
"description": "We are looking for a Marketing Manager to join our team...",
"requirements": [
"3+ years of relevant experience",
"Bachelor's degree in related field",
"Strong communication skills"
],
"benefits": [
"Competitive salary and equity",
"Health, dental, and vision insurance",
"Flexible PTO policy"
],
"salary": "$120,000 - $180,000",
"employmentType": "Full-time",
"experienceLevel": "Mid-Senior level",
"applicants": 156,
"postedDate": "2026-01-02",
"postedAgo": "3 days ago",
"isEasyApply": true,
"skills": ["Communication", "Leadership", "Marketing"],
"industry": "Technology",
"companySize": "10,001+"
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
job_scrapedPer job listing scraped$0.01

Example costs:

  • Scrape 100 jobs: 100 × $0.01 = $1.00
  • Scrape 500 jobs: 500 × $0.01 = $5.00

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal