Indeed Jobs Scraper B2B Hiring Intent Signals avatar
Indeed Jobs Scraper B2B Hiring Intent Signals

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Indeed Jobs Scraper B2B Hiring Intent Signals

Indeed Jobs Scraper B2B Hiring Intent Signals

Scrape Indeed job postings to identify hiring intent, company growth signals, and competitive intelligence. Job details Company insights Salary data Job type Experience level 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

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

Indeed 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 Indeed 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 insights and growth indicators
  • Salary data - When available in job postings
  • Job type - Full-time, Part-time, Contract, Temporary, Internship
  • Experience level - Entry, Mid, Senior, Manager, Director
  • Multi-filter - Experience level, date posted, location, job type

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

{
"keywords": ["marketing manager", "software engineer"],
"location": "United States",
"jobType": "ALL",
"datePosted": "LAST_7_DAYS",
"limit": 50
}

Input Parameters

ParameterTypeDefaultDescription
keywordsarray-Job titles or keywords to search
locationstring"United States"Location filter
jobTypestring"ALL"Job type (FULL_TIME, PART_TIME, CONTRACT, TEMPORARY, INTERNSHIP)
experienceLevelstring"ALL"Experience filter (ENTRY_LEVEL, MID_LEVEL, SENIOR_LEVEL, MANAGER, DIRECTOR)
datePostedstring"LAST_7_DAYS"Date filter (LAST_24_HOURS, LAST_3_DAYS, LAST_7_DAYS, LAST_14_DAYS)
limitnumber50Maximum jobs to scrape
demoModebooleantrueRun with sample data

Output Format

{
"jobId": "IND-1704412800000-0",
"title": "Senior Marketing Manager",
"company": "Google",
"companyUrl": "https://indeed.com/cmp/Google",
"location": "San Francisco, CA",
"jobType": "Full-time",
"jobUrl": "https://indeed.com/viewjob?jk=abc123",
"description": "We are looking for a Marketing Manager to join our team...",
"requirements": [
"5+ years of marketing experience",
"Bachelor's degree in Marketing or related field",
"Strong communication skills"
],
"benefits": [
"Competitive salary and equity",
"Health, dental, and vision insurance",
"Flexible PTO policy"
],
"salary": "$120,000 - $180,000",
"experienceLevel": "Senior level",
"postedDate": "2026-01-09",
"postedAgo": "7 days ago",
"isRemote": false,
"isUrgent": false,
"skills": ["Marketing Strategy", "Digital Marketing", "Team Leadership"],
"companyRating": 4.5,
"companyReviews": 12453
}

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