๐ Find Jobs by Company Name/ Domain - Indeed Jobs Scraper ๐
Pricing
from $5.00 / 1,000 pay per companies
๐ 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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
10 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
companyName | string | โ | Company to find jobs for (e.g. Deloitte). Provide this and/or a domain. |
companyDomain | string | โ | Company website domain (e.g. deloitte.com) for strict employer matching. |
country | select | us | Indeed country site (15 supported). |
location | string | โ | Optional city/region to narrow the search. |
matchMode | select | contains | exact = employer name equals company; contains = also keeps subsidiaries (e.g. "Deloitte Consulting"); loose = no filtering. |
maxItems | integer | 100 | Max matching jobs to return. |
maxScanPages | integer | 10 | Safety cap on 100-result pages scanned before stopping. |
proxyConfig | proxy | Residential | Residential 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, ormatchMode: "loose"to inspect what the search returns. - Use
companyDomainfor the most reliable matching when the employer's name is ambiguous.