Indeed Jobs Scraper — By Company avatar

Indeed Jobs Scraper — By Company

Pricing

$3.00 / 1,000 results

Go to Apify Store
Indeed Jobs Scraper — By Company

Indeed Jobs Scraper — By Company

Discover all Indeed job listings posted by a company. Provide one or more Indeed `/cmp/<Company>/jobs` URLs and get every active job posting — title, salary, location, description, apply link, and more.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Discover every active job posting on Indeed for a given company. Provide an Indeed company-jobs URL (e.g. https://www.indeed.com/cmp/Google/jobs) and get one record per job — title, salary, location, full description, apply link, and 20+ more fields per row. Cap the number of jobs returned per company to keep large employers manageable.

What this Actor does

For each company URL you pass, the Actor discovers the latest job postings, then keeps only the top N most recent per company (configurable). Results from all companies are merged into a single dataset.

Input

FieldTypeRequiredDefaultDescription
company_urlsarray of stringsyesIndeed company-jobs URLs (https://www.indeed.com/cmp/<Company>/jobs). Regional domains supported.
max_results_per_companyinteger (1–10000)no100Maximum jobs to keep per company (sorted by posting date, newest first). Older jobs above the cap are dropped.

Example input:

{
"company_urls": [
"https://www.indeed.com/cmp/Semrush/jobs",
"https://www.indeed.com/cmp/Google/jobs"
],
"max_results_per_company": 50
}

Invalid URLs are skipped with a warning and an error: "invalid_url" row is pushed to the dataset. The run still finishes as Succeeded as long as at least one URL was valid.

Output

Each item in the dataset has this shape (matches the upstream schema, 27 fields):

{
"jobid": "5c551c96f6678f97",
"company_name": "Google",
"date_posted_parsed": "2026-05-14T14:17:35.942Z",
"job_title": "Billing Specialist, gTech Ads Customer Experience, Scaled Excellence",
"description_text": "The application window will be open until at least May 28, 2026...",
"benefits": [],
"job_type": "Full-time",
"location": "Boulder, CO",
"salary_formatted": "$114,000 - $163,000 per year",
"company_rating": 4.3,
"company_reviews_count": 6186,
"country": "US",
"date_posted": "4 days ago",
"description": " The application window will be open until at least May 28, 2026...",
"region": "CO",
"company_link": "https://www.indeed.com/cmp/Google?...",
"domain": "https://www.indeed.com",
"apply_link": "https://www.indeed.com/applystart?jk=5c551c96f6678f97&...",
"srcname": "www.indeed.com",
"url": "https://www.indeed.com/viewjob?jk=5c551c96f6678f97",
"is_expired": false,
"discovery_input": { "url": "https://www.indeed.com/cmp/Google/jobs" },
"job_location": "Boulder, CO",
"job_description_formatted": "<div>...</div>",
"logo_url": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/256x256/...",
"shift_schedule": [],
"timestamp": "2026-05-18T14:44:55.090Z",
"input": { "url": "https://www.indeed.com/cmp/Google/jobs" }
}

Limits & responsible use

  • The Actor only returns information that is publicly visible on Indeed company pages and job detail pages.
  • Respect Indeed's Terms of Service and applicable employment-data privacy regulations.