# Fetch Title & Description of a URL

**URL:** https://community.glideapps.com/t/fetch-title-description-of-a-url/23718
**Category:** Ask for Help
**Created:** [March 3, 2021, 2:18pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718 "2021-03-03T14:18:48Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![D\_J](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/d_j/32/6213_2.png) [@D\_J](https://community.glideapps.com/u/D_J)
#### Post date: [March 3, 2021, 2:18pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/1 "2021-03-03T14:18:48Z")

</div>

Hey Gliders,  
Hope that someone might have a suggestion 🙂

I have an app where users paste links and then they need to provide the title and description. I’m trying to simplify the process so that once the users add a link, I would like to _somehow_ fetch the title and description from the URL.

Unfortunately, the fetch function in sheets doesn’t work on array formula ☹

Any idea on how to fetch the metadata from a URL to a link that is added to glide?

Thanks!

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 3, 2021, 2:25pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/2 "2021-03-03T14:25:23Z")

</div>

Not sure if this helps, but the Link Component actually does most of that for you…

 ![Screen Shot 2021-03-03 at 10.24.15 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/7/9723d5317292b685eff43b1810d15c04b36091c7.png)

---

<div class="post-metadata">

### Author: ![D\_J](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/d_j/32/6213_2.png) [@D\_J](https://community.glideapps.com/u/D_J)
#### Post date: [March 3, 2021, 2:42pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/3 "2021-03-03T14:42:38Z")

</div>

😳 😲

I must have missed it!, going to check it out now. thanks!

---

<div class="post-metadata">

### Author: ![D\_J](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/d_j/32/6213_2.png) [@D\_J](https://community.glideapps.com/u/D_J)
#### Post date: [March 3, 2021, 2:47pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/4 "2021-03-03T14:47:12Z")

</div>

Where is that? I couldn’t find it.

I want to be able to use “title” and “description” within my glide app.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 3, 2021, 2:56pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/5 "2021-03-03T14:56:29Z")

</div>

It’s the Link component in the components list, under the Buttons category.

---

<div class="post-metadata">

### Author: ![D\_J](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/d_j/32/6213_2.png) [@D\_J](https://community.glideapps.com/u/D_J)
#### Post date: [March 3, 2021, 3:16pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/6 "2021-03-03T15:16:50Z")

</div>

Got it. Thanks for your help, but that only allows me to show the title of a link in a link component.  
I want to show the title and description of a link in other components.

I want to use the title and description as values and to be able to present them in components (without asking the user to give me the title manually, like I do now)

- A user is adding an an item using a form (this is a form to add an event to a calander). one of the fields is a link (external) to the virtual event
- I want to pull the title and description automatically from the URL and add it to the events I show.

I want to show those events on the app, with their title and subtitle

(Here is a the app I am reffering to: RoomsIL.club)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 3, 2021, 3:26pm UTC](https://community.glideapps.com/t/fetch-title-description-of-a-url/23718/7 "2021-03-03T15:26:08Z")

</div>

If you’re not afraid of a bit of Apps Script, that would be quite trivial using the UrlFetchApp class.

> **[Class UrlFetchApp  |  Apps Script  |  Google Developers](https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app)**
