Advanced Glassdoor Scraper avatar
Advanced Glassdoor Scraper
Try for free

3 days trial then $20.00/month - No credit card required now

View all Actors
Advanced Glassdoor Scraper

Advanced Glassdoor Scraper

epctex/advanced-glassdoor-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

The most advanced Glassdoor Scraper that you would ever need. Extract millions of companies, salaries, interviews, jobs, and reviews from Glassdoor. You can specify search terms, filters, list pages, and more! Extremely fast, with no limits. Super easy to use!

User avatar

Glassdoor Reviews Scraper Pulls Pros and Cons, but not Advice to Management Comments

Closed

exact_sorter opened this issue
7 months ago

Glassdoor Reviews contain three comment types. The third comment type is not scraped. Is it possible for you to add this in?

Expand Review

def expand_review(review): element = ".//div[contains(@class,'expand-button__expand-button-module__ExpandButton')]" expand_btn = review.find_element(By.XPATH, ) expand_btn .click()

Scrape Advice to Management comment type.

def scrape_advice_to_management(review): element = ".//span[@data-test='advice-management']" res = review.find_element(By.XPATH, element).text.strip('"') return res

User avatar

tugkan_epctex

7 months ago

Hey there!

Thank you very much for reaching out. You are absolutely right and we are grateful for your request. We completed the development of your request and deployed the actor on Apify. Please use the latest version for the best experience.

Please let me know if there is anything else that I can assist you with,

Developer
Maintained by Community
Actor metrics
  • 47 monthly users
  • 99.9% runs succeeded
  • 0.59 days response time
  • Created in May 2023
  • Modified about 21 hours ago