How do I use the Custom Search JSON API in Kodular?

I want to use Google Scholar as a search engine, and I already have the Google Custom Search API, but I don’t understand how to implement it in Kodular. Can anyone help me?

1 Like

did you read the documentation? did you get json reply? if so share it with us, we may help you

Please explain what you want to do and what you have already tried to do.

Hi Annisa,

You can use public URL


in WebView.HomeUrl

1 Like

Screenshot 2025-06-11 092939
Screenshot 2025-06-11 092923

I have created a search bar, and I want it to search Google Scholar and youtube so i make a custom google search instead of Google when I perform a search

i make this in google custom search. But where can I find the JSON?

What if I use a custom bar?

Use the public url in the set web1 url to public url

And catch the json under when webGot text event in get responseContenr

1 Like