YouTube nextPageToken. I will pay $100 USD

Ok I hope I am not violating any of Wappler terms and agreement here by solicitating help this way. But I have been trying for months now to figure out how to loop (pagination) through YouTube search api to get more than the 50 default videos.

I am desperate at this point for somebody that’s smarter at this to help me get more than 50 videos from the YouTube api call.

Here are some info from the YouTube doc.

Implementation: Pagination
https://developers.google.com/youtube/v3/guides/implementation/pagination?hl=en

Search: List
https://developers.google.com/youtube/v3/docs/search/list?hl=en

To be honest, I’ve checked your previous thread and psweb’s suggestion seemed about right. Were you not able to get this working?

I’m a back-end person, so feel free to reach out to me with your server action if you want me to take a look :slight_smile: Although, as @psweb was already helping you, I’m fine if he wants to take the gig!

1 Like

Thanks for reply @Apple. I did use @psweb suggestion but the thing with YouTube api is that you have to call the api first to get the nextPageToken then call it a second time again with the pageToken parameter in the second call and this make it a little more involve than how @psweb call his api one time. If you have some time, I would defiantly like to show you what I have so far.

1 Like

I have so little time these days that I’m not really taking on anything new as such, I kind of just troll the community for fun, and help out where and when I can. I haven’t worked much with the YouTube API itself, so probably best to have Apple take a look rather, if I can assist in any way just shout though.

1 Like

I know the feeling, Thanks @psweb | @Apple is helping me currently hacking through it so hopefully we can crack it.