omkarcloud/google-maps-scraper

Support Chinese

Oliver0804 opened this issue · 6 comments

The programme is great,
but using the output only outputs English CSV....
Can you add Chinese google map output, thanks.

Use chinese language, and change download setting and disable english conversion
Screenshot 2024-08-09 at 10 39 11 AM

截圖 2024-08-09 晚上9 03 18
Yes, I have noticed this feature, but the vast majority is still in English, with only a very small part in Chinese.

We give you direct results we get from gmaps, if there are not in chineses, then results will the same.

We give you direct results we get from gmaps, if there are not in chineses, then results will the same.

"I was originally using hl=en, but if I change it to zh-TW, I believe I can successfully obtain the correct Chinese version.
截圖 2024-08-09 晚上9 54 22

https://www.google.com/maps/place/%E9%8A%93%E5%8F%8B%E9%9B%BB%E6%B1%A0-%E6%B9%AF%E6%B7%BA%E9%9B%BB%E6%B1%A0%E5%B0%88%E8%B3%A3%E5%BA%97/data=!4m7!3m6!1s0x34681f2166960915:0xc64090935296478a!8m2!3d24.9782994!4d121.3036157!16s%2Fg%2F11bwn4dz45!19sChIJFQmWZiEfaDQRikeWUpOQQMY?authuser=0&hl=en&rclk=1
https://www.google.com/maps/place/%E9%8A%93%E5%8F%8B%E9%9B%BB%E6%B1%A0-%E6%B9%AF%E6%B7%BA%E9%9B%BB%E6%B1%A0%E5%B0%88%E8%B3%A3%E5%BA%97/data=!4m7!3m6!1s0x34681f2166960915:0xc64090935296478a!8m2!3d24.9782994!4d121.3036157!16s%2Fg%2F11bwn4dz45!19sChIJFQmWZiEfaDQRikeWUpOQQMY?authuser=0&hl=zh-TW&rclk=1

Open backend/scrapers.py and add following line to use zh-TW.
Screenshot 2024-08-10 at 1 27 25 PM

You are my god, the test was successful, thank you so much.