Indeed Company Profile Scraper
Pricing
$1.20 / 1,000 results
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.
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
| Field | Type | Default | Notes |
|---|---|---|---|
company | string | required | Company slug (e.g. 'Amazon.com') or a full Indeed /cmp/... URL. |
portal | string | us | Indeed country portal. |
Env (actor secrets)
API_BASE_URL— base URL of the Indeed API service (through its tunnel).INDEED_API_KEY— the serviceX-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_profiledocker compose -f apify-deploy/docker-compose.yml builddocker 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.