Glassdoor Interviews
1 creditGet interview experiences for an employer from Glassdoor.
/api/v1/tools/glassdoor/interviewsParameters
Glassdoor employer URL. Either employerUrl or employerId is required.
Glassdoor employer ID (positive integer). Either employerUrl or employerId is required.
Maximum number of interview entries to return. Defaults to 20.
Fields to include per interview. Omit for defaults: jobTitle, reviewDateTime, difficulty, outcome, userQuestions, experience. Use ["*"] for all fields. Available fields: jobTitle, reviewDateTime, difficulty, outcome, userQuestions, experience, id, advice, countHelpful, employer, employerResponses, featured, negotiationDescription, processDescription, source.
Response Schema
Glassdoor interviews result
Array of interview experience objects.
Aggregate interview statistics for the employer
Number of interview entries returned
ISO 8601 timestamp of the scrape
Request metadata
Tool name (glassdoor-interviews)
Credits consumed (1)
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/glassdoor/interviews \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"employerUrl": "https://www.glassdoor.com/Overview/Working-at-Google-EI_IE9079.htm"}'
Response Example
{"data": {"interviews": [{"jobTitle": {"id": 9002,"text": "Software Engineer"},"reviewDateTime": "2026-03-15T00:00:00.000Z","difficulty": "Average","outcome": "Accepted Offer","userQuestions": [{"question": "Design a URL shortening service."}],"experience": "Positive"}],"interviewStats": null,"count": 1,"scrapedAt": "2026-04-10T12:00:00.000Z"},"meta": {"tool": "glassdoor-interviews","creditsUsed": 1,"requestId": "req_abc123"}}