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

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

3

Total users

2

Monthly active users

2 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
}

Do not combine keyword with companyKeys. location is available only in search mode.

What you get

GroupFields
Identitykey, name, claimed
Company overviewindustry, sectors, size, sizeCode, revenue, revenueCode, description, founded
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, logos, brand color, and header video
Locations and jobsHeadquarters, rated locations, and total listed-job count
Related companiesSimilar-company names, keys, links, logos, and review counts
Run contextSelected country and collection timestamp

Unavailable scalar values are returned as null. Unavailable lists are returned as empty arrays, so the output shape stays consistent.

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",
"sizeCode": "ERv1_10000_PLUS",
"revenue": "More than $10B (USD)",
"revenueCode": "RRv1_OVER_10B",
"founded": 1998,
"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"
},
"headquarters": "Mountain View, CA",
"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
}
],
"totalJobCount": 3498,
"meta": {
"country": "US",
"scrapedAt": "2026-07-30T17:56:30.702Z"
}
}

Input reference

FieldDescription
keywordNonblank company name or industry for search mode.
locationOptional search-mode location.
companyKeysOne or more company keys or direct company-page URLs for lookup mode. Maximum 50 entries.
countryCountry site used for the run. Default: US. Choose a supported option from the input form.
maxItemsMaximum saved profiles after deduplication. From 1 to 50; default 20. Applies in both modes.
proxyConfigurationOptional connection settings. The default uses Apify Proxy.

Result behavior

  • Search considers one result page and saves up to maxItems profiles (maximum 50). It does not claim an unlimited company directory.
  • Direct lookup preserves input order after case-insensitive deduplication.
  • If some direct-lookup keys are unavailable, valid profiles are still saved and the final status message reports the unavailable count.
  • A direct lookup fails when none of its requested profiles can be returned.
  • 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.