# Google Reviews Data Into Google Sheets

**URL:** https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664
**Category:** Feature Requests
**Created:** [May 24, 2020, 1:43am UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664 "2020-05-24T01:43:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gera\_Yeremin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gera_yeremin/32/7803_2.png) [@Gera\_Yeremin](https://community.glideapps.com/u/Gera_Yeremin)
#### Post date: [May 24, 2020, 1:43am UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664/1 "2020-05-24T01:43:43Z")

</div>

Does anyone know of a good way yo pull google reviews data into google sheets?

---

<div class="post-metadata">

### Author: ![eltintero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eltintero/32/76520_2.png) [@eltintero](https://community.glideapps.com/u/eltintero)
#### Post date: [May 24, 2020, 3:04am UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664/2 "2020-05-24T03:04:19Z")

</div>

Try this

> **[Update Google spreadsheet rows from new Google My Business reviews](https://zapier.com/apps/google-my-business/integrations/google-sheets/55711/update-google-spreadsheet-rows-from-new-google-my-business-reviews)**
>
> With so many reviews coming in, it can be hard to keep track. Try using this integration, which will help you get them organized in Google Sheets. After set up, Google My Business reviews will be add...

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 24, 2020, 7:33am UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664/3 "2020-05-24T07:33:14Z")

</div>

If you don’t want Zapier, then you can try IMPORTXML/IMPORTHTML or Python scraping.

---

<div class="post-metadata">

### Author: ![Gera\_Yeremin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gera_yeremin/32/7803_2.png) [@Gera\_Yeremin](https://community.glideapps.com/u/Gera_Yeremin)
#### Post date: [May 24, 2020, 4:05pm UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664/4 "2020-05-24T16:05:03Z")

</div>

Are there some samples I can look at? Do you need an API key from google mybusiness to pull reviews this way?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 24, 2020, 4:06pm UTC](https://community.glideapps.com/t/google-reviews-data-into-google-sheets/9664/5 "2020-05-24T16:06:26Z")

</div>

> [@Python and Google Sheets Integration (Zapier free alternative)](https://community.glideapps.com/t/python-and-google-sheets-integration-zapier-free-alternative/9606):
>
> Hey guys, everthing great? Hope you’re all developing great apps with glide! First of all, I’d like to share my quick story with you: 
> 
> > **My developer story**
> >
> > I’m a back-end developer and have absolutely no experience with front-end programming. For those who doesn’t know, the back-end development is the “logical” programming of an application and the front-end development is the “visual” development of an application. That being said, I had a huge problem with my startup MVP, because it needed …

If you’re planning to use Python, you can get an idea over here.

Have a read first and if you struggle to implement it then send me a message.
