Indeed Company Scraper - Most Comprehensive avatar

Indeed Company Scraper - Most Comprehensive

Pricing

from $0.08 / 1,000 companies

Go to Apify Store
Indeed Company Scraper - Most Comprehensive

Indeed Company Scraper - Most Comprehensive

🔥 ~$0.1/1K companies 🔥 Scrape Indeed company profiles - industry, size, revenue, CEO, ratings, logos, social links, headquarters, and more. Search by keyword or look up specific companies. 54 countries.

Pricing

from $0.08 / 1,000 companies

Rating

0.0

(0)

Developer

Kai

Kai

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Indeed Company Profiles

Find structured company profiles by keyword and location, or look up known companies directly. Each result is saved as one dataset item.

Choose a mode

Use one mode per run.

Search by company name or industry. Add location when you want to narrow the results.

{
"keyword": "technology",
"location": "San Francisco",
"country": "US",
"maxItems": 10
}

Direct lookup

Provide company keys, direct company-page URLs, or both. The Actor removes duplicate keys while preserving their first-seen order.

{
"companyKeys": [
"Google",
"https://www.indeed.com/cmp/Microsoft"
],
"country": "US",
"maxItems": 2
}

When companyKeys is non-empty, direct lookup takes precedence over keyword and location fields for backward compatibility.

What you get

GroupFields
Identitykey, name, claimed
Company overviewindustry, sectors, size, sizeEnum, sizeCode, revenue, revenueEnum, revenueCode, description, founded, stockSymbol, tier
LeadershipCEO name, photo, and approval rating when available
RatingsOverall score, review count, category ratings, and recent yearly ratings
Workplace happinessOverall score, grade, and category scores
Links and mediaCompany page, company website, legacy and current logo fields, social links, brand color, and header video
Locations and jobsHeadquarters, addresses, rated locations, and total listed-job count
RelationshipsparentEmployer when available
Related companiesSimilar-company names, keys, links, logos, and review counts
Run contextSelected country and collection timestamp

Unavailable scalar values are returned as null. The always-present sectors and addresses lists use empty arrays when unavailable. Historical optional collections—yearly ratings, happiness categories, locations, and similar companies—remain null when the corresponding source collection is unavailable or empty, and become arrays when source rows exist. A present but empty CEO section remains a CEO object whose values can be null.

Real output example

The selected fields below were copied unchanged from a real run on July 30, 2026. The dataset item also contained the other supported fields listed above.

{
"key": "Google",
"name": "Google",
"industry": "Internet & Web Services",
"sectors": [
"Internet & Web Services"
],
"size": "10,000+ employees",
"sizeEnum": "ERv1_10000_PLUS",
"sizeCode": "ERv1_10000_PLUS",
"revenue": "More than $10B (USD)",
"revenueEnum": "RRv1_OVER_10B",
"revenueCode": "RRv1_OVER_10B",
"founded": 1998,
"stockSymbol": null,
"tier": null,
"claimed": true,
"ratings": {
"overall": 4.3,
"reviewCount": 6242,
"categoryRatings": {
"compensationBenefits": 4.1,
"culture": 4.2,
"jobSecurityAdvancement": 3.7,
"management": 3.9,
"workLifeBalance": 4.2
},
"yearlyRatings": [
{
"year": 2026,
"rating": 4.23199987411499
},
{
"year": 2025,
"rating": 4.30964469909668
},
{
"year": 2024,
"rating": 4.1052632331848145
},
{
"year": 2023,
"rating": 4.131707191467285
},
{
"year": 2022,
"rating": 4.2390241622924805
}
]
},
"urls": {
"indeed": "https://www.indeed.com/cmp/Google",
"website": "http://goo.gle/3ygdkgv"
},
"logos": {
"square": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/96x96/d778456838f54580d43f7dd78b3b0d9c",
"square2x": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/256x256/d778456838f54580d43f7dd78b3b0d9c",
"squareSizes": null,
"rectangular": null,
"header": null,
"header1960x400": null,
"headerAltText": null
},
"headquarters": "Mountain View, CA",
"addresses": [],
"locations": [
{
"name": "Mountain View, CA",
"rating": 4.282828330993652
},
{
"name": "New York, NY",
"rating": 4.22468376159668
},
{
"name": "San Francisco, CA",
"rating": 4.009803771972656
},
{
"name": "Austin, TX",
"rating": 4.107438087463379
}
],
"socialLinks": {
"website": "http://goo.gle/3ygdkgv",
"facebook": null,
"twitter": null,
"instagram": null
},
"parentEmployer": null,
"totalJobCount": 3498,
"meta": {
"country": "US",
"scrapedAt": "2026-07-30T17:56:30.702Z"
}
}

Input reference

FieldDescription
keywordCompany name or industry for search mode.
locationOptional search-mode location.
companyKeysCompany keys or direct company-page URLs for lookup mode.
countryCountry site used for the run. Default: US. Choose a supported option from the input form.
maxItemsMaximum search candidates to enrich. From 1 to 1000; default 50. Direct lookup processes the complete companyKeys list.
proxyConfigurationOptional connection settings. The default uses Apify Proxy.
proxyConfigDeprecated legacy alias for proxyConfiguration; existing inputs remain accepted.

Result behavior

  • Search considers one result page and saves up to maxItems profiles. It does not claim an unlimited company directory.
  • Direct lookup preserves every input entry in order, including repeated keys.
  • If some direct-lookup keys are unavailable, valid profiles are still saved and the final status message reports the unavailable count.
  • A direct lookup with no available profiles completes with an empty Dataset.
  • Ratings are summaries; individual review text is not included.
  • totalJobCount is a count, not a list of job postings.
  • Field availability can vary by company and country.