# Pulling info from Google

**URL:** https://community.glideapps.com/t/pulling-info-from-google/21049
**Category:** Ask for Help
**Created:** [January 12, 2021, 1:39am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049 "2021-01-12T01:39:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![scaleup](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/scaleup/32/15922_2.png) [@scaleup](https://community.glideapps.com/u/scaleup)
#### Post date: [January 12, 2021, 1:39am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/1 "2021-01-12T01:39:35Z")

</div>

Hi,

New to Glide apps, can i check if anyone knows how to pull this information from Google?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/b/3b3fef8c2e5f6d3ee8814f8a145d3b412b52c3f5.jpeg)

---

<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: [January 12, 2021, 1:48am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/2 "2021-01-12T01:48:55Z")

</div>

What fields do you want to pull from here?

---

<div class="post-metadata">

### Author: ![scaleup](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/scaleup/32/15922_2.png) [@scaleup](https://community.glideapps.com/u/scaleup)
#### Post date: [January 12, 2021, 2:22am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/3 "2021-01-12T02:22:12Z")

</div>

Reviews, Price range($ sign), photos, opening hours are the key ones im looking for.

I know there’s a google places API from my research but i do not know how to connect with the API using Glide…is it possible?

---

<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: [January 12, 2021, 2:24am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/4 "2021-01-12T02:24:55Z")

</div>

It requires coding and I assume you want to return info from a text input, hopefully this helps.

> <https://stackoverflow.com/questions/53133784/building-script-code-to-get-data-from-google-places-api-back-to-google-sheets>

---

<div class="post-metadata">

### Author: ![scaleup](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/scaleup/32/15922_2.png) [@scaleup](https://community.glideapps.com/u/scaleup)
#### Post date: [January 12, 2021, 3:06am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/5 "2021-01-12T03:06:01Z")

</div>

I see! OK so if i understand correctly, any API i interface wiith, should feed data and requests(GET,POST etc) to and from the Google Sheets, not from Glide ,correct?

---

<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: [January 12, 2021, 3:07am UTC](https://community.glideapps.com/t/pulling-info-from-google/21049/6 "2021-01-12T03:07:59Z")

</div>

As of now, yes. In the future you will have an API column to work with inside Glide that will hopefully help you achieve what you want.
