Indeed Company Profile Scraper avatar

Indeed Company Profile Scraper

Pricing

$1.20 / 1,000 results

Go to Apify Store
Indeed Company Profile Scraper

Indeed Company Profile Scraper

Scrape an Indeed company profile — rating, review count, size, industry, HQ, description. By company name or URL, 62 portals. No login. $1.20 / 1,000 results.

Pricing

$1.20 / 1,000 results

Rating

0.0

(0)

Developer

Danny

Danny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Indeed Company Profile Scraper (Apify actor)

Thin pipe to the Indeed API (production/indeed_api_service). All scraping, proxy, and anti-bot logic lives server-side; this actor validates input, calls GET /v1/indeed/company, and pushes results to the Apify dataset with pay-per-result charging.

Input

FieldTypeDefaultNotes
companystringrequiredCompany slug (e.g. 'Amazon.com') or a full Indeed /cmp/... URL.
portalstringusIndeed country portal.

Env (actor secrets)

  • API_BASE_URL — base URL of the Indeed API service (through its tunnel).
  • INDEED_API_KEY — the service X-API-Key.

Output

One company-profile record. One record per dataset item. Charges one PPE result event per record (0 charged on an empty/failed run). The per-result price is set in the Apify console (monetization).

Deploy (PRIVATE)

cd production/indeed_api_service/apify_actor_company_profile
docker compose -f apify-deploy/docker-compose.yml build
docker compose -f apify-deploy/docker-compose.yml run --rm apify-deploy-reliablescrapers push

Stays private until explicitly published to the Apify Store. Before a run returns data, set API_BASE_URL + INDEED_API_KEY in the console (Settings → Environment variables) and a per-result price in monetization. The service + tunnel must be up.

Split from the former multi-action indeed-company-scraper (2026-07-09) into three single-purpose actors (profile / reviews / jobs) so each has ONE clean output view instead of mismatched tabs.