Indeed Interview Insights Scraper — No API Key, No Login avatar

Indeed Interview Insights Scraper — No API Key, No Login

Pricing

$10.00 / 1,000 company profiles

Go to Apify Store
Indeed Interview Insights Scraper — No API Key, No Login

Indeed Interview Insights Scraper — No API Key, No Login

Scrape Indeed company interview insights to JSON — no API key, no login. Get interview difficulty, process duration, candidate sentiment & sample questions per company. Bulk, pay per result.

Pricing

$10.00 / 1,000 company profiles

Rating

0.0

(0)

Developer

Jaime Martinez

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Indeed Interview Insights Scraper (No API Key)

Scrape Indeed company interview insights into clean JSON — no API key, no login. Give it any company's Indeed interview page (or a plain slug) and get a structured per-company interview snapshot: overall interview difficulty, typical process duration, candidate experience sentiment (each with response counts), and sample interview questions with job title and location. Built for developers, data analysts, recruiters, and AI/RAG pipelines that need company interview intelligence in bulk — pay per result, no subscription.

Reliability: requests use Chrome TLS impersonation over residential US proxies with per-request session rotation to clear Indeed's anti-bot walls.

⚡ Quick start

Paste this into the Actor's Input (JSON view) and hit Start:

{
"companies": ["Amazon.com", "Walmart"]
}

Each result row looks like:

{
"company": "Amazon.com",
"companyUrl": "https://www.indeed.com/cmp/Amazon.com/interviews",
"overallDifficulty": "MEDIUM",
"difficultyResponses": 4128,
"typicalDuration": "About a week",
"experienceSentiment": "FAVORABLE",
"experienceResponses": 3902,
"sampleQuestions": [
{
"answer": "Tell me about a time you had to make a decision without all the information you needed.",
"jobTitle": "Warehouse Associate",
"location": "Phoenix, AZ",
"date": "2024-11-03"
}
]
}

Or run it from the API:

POST https://api.apify.com/v2/acts/jamhimself~indeed-interview-insights-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN

What you get

One dataset row per company, with these fields:

FieldDescription
companyIndeed company slug (e.g. Amazon.com)
companyUrlDirect URL to the company's Indeed interviews page
overallDifficultyReported interview difficulty (e.g. EASY / MEDIUM / HARD)
difficultyResponsesNumber of candidate responses behind the difficulty rating
typicalDurationHow long the interview process usually takes
durationResponsesNumber of responses behind the duration figure
experienceSentimentOverall candidate interview experience sentiment (e.g. FAVORABLE)
experienceResponsesNumber of responses behind the experience sentiment
sampleQuestionsList of reported interview questions, each with answer, jobTitle, location, date
sampleQuestionCountCount of sample interview questions returned

Use cases

  • Competitor hiring intelligence — track interview difficulty and candidate sentiment across rival employers.
  • Recruiting and sourcing prep — see the real interview questions candidates report before you build screens or coach applicants.
  • Talent market research — compare interview experience and process duration across companies and industries.
  • LLM / RAG knowledge feed — pipe structured interview Q&A and difficulty signals into a retrieval or agent workflow.
  • Interview dataset building — assemble a bulk dataset of company interview questions, durations, and sentiment scores.
  • Employer brand monitoring — watch how a company's interview experience sentiment trends over time.

Input

ParamTypeDescription
startUrlsarrayIndeed company interview pages. Prefilled example: https://www.indeed.com/cmp/Amazon.com/interviews
companiesarrayAlternative: plain Indeed company slugs, e.g. Amazon.com

Provide either startUrls, companies, or both.

{
"startUrls": [
{ "url": "https://www.indeed.com/cmp/Amazon.com/interviews" }
],
"companies": ["Google", "Microsoft"]
}

Pricing

Pay per company delivered. No subscription.

Part of the Employer Intelligence suite. If this actor saves you time, a quick review on the Apify Store really helps.