๐Ÿ† Find Jobs by Company Name/ Domain - Indeed Jobs Scraper ๐Ÿ† avatar

๐Ÿ† Find Jobs by Company Name/ Domain - Indeed Jobs Scraper ๐Ÿ†

Pricing

from $5.00 / 1,000 pay per companies

Go to Apify Store
๐Ÿ† Find Jobs by Company Name/ Domain - Indeed Jobs Scraper ๐Ÿ†

๐Ÿ† Find Jobs by Company Name/ Domain - Indeed Jobs Scraper ๐Ÿ†

Find all open job postings for a specific company on Indeed by company name or domain. Full structured output with descriptions, salary, and locations.

Pricing

from $5.00 / 1,000 pay per companies

Rating

0.0

(0)

Developer

Muhammad Shamshad Aslam

Muhammad Shamshad Aslam

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Share

Indeed Company Jobs Finder

Give it a company name or domain and get back all that company's open job postings on Indeed โ€” with full descriptions, salary, and locations. Powered by Indeed's mobile GraphQL API (no browser, no login wall).

How it works

Indeed has no strict "employer" filter, so this actor searches the company name, then filters results to the real employer by matching each job's employer name (whole-word) and website domain against your input. Noise โ€” jobs that merely mention the company as a skill โ€” is dropped.

Input

FieldTypeDefaultDescription
companyNamestringโ€”Company to find jobs for (e.g. Deloitte). Provide this and/or a domain.
companyDomainstringโ€”Company website domain (e.g. deloitte.com) for strict employer matching.
countryselectusIndeed country site (15 supported).
locationstringโ€”Optional city/region to narrow the search.
matchModeselectcontainsexact = employer name equals company; contains = also keeps subsidiaries (e.g. "Deloitte Consulting"); loose = no filtering.
maxItemsinteger100Max matching jobs to return.
maxScanPagesinteger10Safety cap on 100-result pages scanned before stopping.
proxyConfigproxyResidentialResidential proxies recommended.

At least one of companyName / companyDomain is required.

Example input

{
"companyName": "Deloitte",
"companyDomain": "deloitte.com",
"country": "us",
"maxItems": 100
}

Output

Each record is a full job posting: title, company, companyDomain, companyIndustry, companyEmployeeRange, location, salaryMin/Max/Unit/Currency, description (+ descriptionHtml), attributes, datePublished, url, and more.

Important limitation

This finds jobs only for companies that actually post on Indeed. Many companies (especially tech firms that recruit via their own careers site or LinkedIn) don't advertise on Indeed โ€” for those, the actor correctly returns 0 results rather than noise. Verified examples: Deloitte, Apple, Home Depot return their real listings; Stripe and Shopify return nothing because they don't post on Indeed US.

Tips:

  • If you get 0 results, try a different country, or matchMode: "loose" to inspect what the search returns.
  • Use companyDomain for the most reliable matching when the employer's name is ambiguous.