
Indeed Company Insights Scraper - By Keyword
Under maintenance
Pricing
$4.00 / 1,000 results

Indeed Company Insights Scraper - By Keyword
Under maintenance
Get detailed insights from Indeed profiles. Scrape reviews, job counts, categories, salaries, and culture scores in JSON. No proxies needed. Pricing: $4/1000 results.
0.0 (0)
Pricing
$4.00 / 1,000 results
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
2 days ago
You can access the Indeed Company Insights Scraper - By Keyword programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youβll need an Apify account and your API token, found in Integrations settings in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "keywords": [10 "Software Engineer",11 "Data Analyst",12 "Marketing Manager",13 "Product Designer",14 "Customer Support",15 ],16 "country": "US",17 "location": "New York, NY",18 "domain": "indeed.com",19}20
21# Run the Actor and wait for it to finish22run = client.actor("autoscraping/indeed-discover-by-keyword").call(run_input=run_input)23
24# Fetch and print Actor results from the run's dataset (if there are any)25print("πΎ Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])26for item in client.dataset(run["defaultDatasetId"]).iterate_items():27 print(item)28
29# π Want to learn more π? Go to β https://docs.apify.com/api/client/python/docs/quick-start
Indeed company scraper API in Python
The Apify API client for Python is the official library that allows you to use Indeed Company Insights Scraper - By Keyword API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: