Glassdoor Scraper (Pay Per Result) avatar
Glassdoor Scraper (Pay Per Result)

Pricing

$5.00 / 1,000 results

Go to Store
Glassdoor Scraper (Pay Per Result)

Glassdoor Scraper (Pay Per Result)

Developed by

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Extract comprehensive employee reviews from Glassdoor effortlessly. Gather ratings, comments, and company responses to power your HR insights and market research.

0.0 (0)

Pricing

$5.00 / 1,000 results

9

Total users

149

Monthly users

34

Runs succeeded

>99%

Issues response

16 hours

Last modified

4 days ago

NI

total Insights

Closed

nitin84india opened this issue
a month ago

can I get total review and average rating in the review section

memo23 avatar

Hey mate, are you referring to reviews? There is a checkbox to include stats for reviews. Let me know if this works for you.

NI

nitin84india

a month ago

Input is: - { "command": "reviews", "includeAllReviews": true, "includeAllSalaries": false, "includeCompanyBenefitsStats": false, "includeCompanyInterviewStats": false, "includeCompanyReviewStats": true, "monitoringModeForReviews": true, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "startUrls": [ { "url": "https://www.glassdoor.co.in/Reviews/Locobuzz-Reviews-E2388209.htm", "method": "GET" } ] }

{ "__typename": "EmployerReviewRG", "advice": null, "cons": "None that I can think of at the moment", "countHelpful": 0, "employer": { "__typename": "Employer", "id": 2388209, "name": "Locobuzz ", "squareLogoUrl": "https://media.glassdoor.com/sql/2388209/locobuzz-squarelogo-1551338612409.png" }, "employerResponses": [], "featured": false, "hasEmployerResponse": false, "isCurrentJob": true, "jobTitle": { "__typename": "JobTitle", "text": "HR-Executive" }, "lengthOfEmployment": 1, "location": { "__typename": "City", "id": 2851180, "name": "Mumbai", "type": "CITY" }, "pros": "Flexible Work Timings\nOpen Door Policy", "ratingBusinessOutlook": "POSITIVE", "ratingCareerOpportunities": 5, "ratingCeo": null, "ratingCompensationAndBenefits": 5, "ratingCultureAndValues": 5, "ratingDiversityAndInclusion": 5, "ratingOverall": 5, "ratingRecommendToFriend": "POSITIVE", "ratingSeniorLeadership": 5, "ratingWorkLifeBalance": 5, "reviewDateTime": "2025-03-13T00:43:11.820", "reviewId": 95790518, "summary": "Great Place to Work" },

As according to my input, it is my response

NI

nitin84india

25 days ago

Is there any update on this ? As I want to use rented actor same available for glassdoor, those are important insights.

memo23 avatar

Can we connect over Discord: memo23 or WhatsApp: +387 61 971 149? I think I have that data already, but let's go directly to the chat to go over the details.

NI

nitin84india

22 days ago

Can you please answer in this chat ?

CS

complimentary_steelpan

22 days ago

can we have date filter for extracting reviews? { "command": "reviews", "includeAllReviews": false, "includeAllSalaries": false, "includeCompanyBenefitsStats": false, "includeCompanyInterviewStats": false, "includeCompanyReviewStats": false, "maxConcurrency": 1, "maxItems": 50, "enum":5, "maxRequestRetries": 2, "monitoringModeForReviews": false, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "startUrls": [ { "url": "https://www.glassdoor.co.in/Reviews/Ramd2784.0,2_IL.3,8_IN115.htm?sort.sortType=RD&sort.ascending=false&filter.iso3Language=eng&filter.employmentStatus=REGULAR&filter.employmentStatus=PART_TIME", "method": "GET" } ] }

memo23 avatar

Hey mate, I added something for review stats, you need to check on includeAllReviews and includeCompanyReviewStats, here is my example:

"command": "reviews",
"includeAllReviews": true,
"includeAllSalaries": false,
"includeCompanyBenefitsStats": false,
"includeCompanyInterviewStats": false,
"includeCompanyReviewStats": true,
"maxConcurrency": 10,
"maxItems": 12000,
"maxRequestRetries": 200,
"minConcurrency": 1,
"monitoringModeForReviews": false,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"startUrls": [
{
"url": "https://www.glassdoor.com/Reviews/Employee-Review-Crosstalent-E2943962-RVW51277920.htm",
"method": "GET"
}
]
}```
memo23 avatar

mate, let me know did you find stats?