gaspa93 / googlemaps-scraper

Google Maps reviews scraping
GNU General Public License v3.0
378 stars 136 forks source link

can't get original language of reviews. #1

Closed thachvv closed 4 years ago

thachvv commented 4 years ago

Hi, I get reviews on the CSV file but can't get the original text (not in English). How can I fix it? Eg: (Translated by Google) When you come to Vietnam, visiting a beauty salon is a mandatory course (Original) 베트남에 오면 미장원 방문이 필수 코스 정답이네요

gaspa93 commented 4 years ago

Hi @thachvv,

I did not find any option on Google Maps interface to enable/disable this feature: sometimes GM translates it, sometimes not. A possibility is to add a regular expression to filter the translated part, if present, but I would do it in a subsequent step, not directly when we scrape the data.