# \[Solved\] How to do a youtube search

**URL:** https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278
**Category:** Questions about Thunkable X
**Tags:** solved, video
**Created:** [June 24, 2020, 10:04am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278 "2020-06-24T10:04:50Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![tobi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tobi/32/70526_2.png) [@tobi](https://community.thunkable.com/u/tobi)
#### Post date: [June 24, 2020, 10:04am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/1 "2020-06-24T10:04:51Z")

</div>

Hey,  
I want to to get a youtube video in my app.  
The problem is that i want to search youtube first then get a video result in my app.  
I think that can be done with a web api, also i do not have any idea.

Can anyone tell me how to accomplish this ?

Please Reply,

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [June 29, 2020, 2:20pm UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/2 "2020-06-29T14:20:00Z")

</div>

I’m not sure if this can be done - have you taken a look at the YouTube API yet @tobi?

---

<div class="post-metadata">

### Author: ![tobi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tobi/32/70526_2.png) [@tobi](https://community.thunkable.com/u/tobi)
#### Post date: [June 29, 2020, 2:33pm UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/3 "2020-06-29T14:33:55Z")

</div>

Yes but can not understand properly.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [June 29, 2020, 8:08pm UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/4 "2020-06-29T20:08:24Z")

</div>

Have you completed the API tutorial series on YouTube?

---

<div class="post-metadata">

### Author: ![tobi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tobi/32/70526_2.png) [@tobi](https://community.thunkable.com/u/tobi)
#### Post date: [June 30, 2020, 2:19am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/5 "2020-06-30T02:19:06Z")

</div>

Ya!  
That’s a good idea, I will try that.

---

<div class="post-metadata">

### Author: ![darren](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/darren/32/69854_2.png) [@darren](https://community.thunkable.com/u/darren)
#### Post date: [July 13, 2020, 2:05pm UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/6 "2020-07-13T14:05:33Z")

</div>

Hey @tobi,

I just finished up a YouTube API series that has exactly what you are looking for.

You can watch it [here](https://www.youtube.com/watch?v=M9o6XuqjVCU&list=PLArgGKS_QtY4XhcChF3i4CTqobLsTeYvA&index=1), and here are the API docs I used:

- How to Create A YouTube API Key: [YouTube Data API の概要 &nbsp;|&nbsp; Google for Developers](https://developers.google.com/youtube/v3/getting-started)
- YouTube Search API: [Search: list &nbsp;|&nbsp; YouTube Data API &nbsp;|&nbsp; Google for Developers](https://developers.google.com/youtube/v3/docs/search/list)
- YouTube Data API: [Videos: list &nbsp;|&nbsp; YouTube Data API &nbsp;|&nbsp; Google for Developers](https://developers.google.com/youtube/v3/docs/videos/list)

[![](https://img.youtube.com/vi/M9o6XuqjVCU/maxresdefault.jpg "Hacking the YouTube API to Find YOUR Most Liked Thunkable Tutorials") ](https://www.youtube.com/watch?v=M9o6XuqjVCU)

---

<div class="post-metadata">

### Author: ![tobi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tobi/32/70526_2.png) [@tobi](https://community.thunkable.com/u/tobi)
#### Post date: [July 14, 2020, 2:58am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/7 "2020-07-14T02:58:21Z")

</div>

Thanks Darren!  
I was one of who were waiting for this premiere!

---

<div class="post-metadata">

### Author: ![ukhollywood29l](https://avatars.discourse-cdn.com/v4/letter/u/ecd19e/32.png) [@ukhollywood29l](https://community.thunkable.com/u/ukhollywood29l)
#### Post date: [April 12, 2021, 11:47am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/8 "2021-04-12T11:47:42Z")

</div>

Hey @darren I’m pretty new to thunkable and just finished watching your API series.  
Is it possible to search youTube for a single video so that you can retrieve its associated properties, descriptions, thumbnails etc. Without digging into the API from the channel starting point?  
e.g. Searching for a specific video rather than a general or channel level??

Cheers!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:25am UTC](https://community.thunkable.com/t/solved-how-to-do-a-youtube-search/634278/9 "2024-11-08T11:25:19Z")

</div>


