Is there a public api of google search

Is there a public api of google search? Can i use it and create my google search app using thunkable as google.com is not opening in my laptop

I don’t know why

But you can do open link
"https://www.google.com/search?q=(your search words)
However,

  • The URL shouldn’t contain any spaces. Use a plus sign (+) in place of each space.
  • Certain characters can’t be used literally; they must be encoded using Percentage encode, into a form like %nn.

For example, the query [ “a song for you” ] would be encoded in a URL as http://www.google.com/search?q=%22a+song+for+you%22 , where each quote ( " ) is replaced by %22.

Source: http://www.googleguide.com/linking.html

For encoding special character, please look at
https://www.w3schools.com/tags/ref_urlencode.ASP
Convertor and reference are available there.

1 Like

Hi, Can we create a os in thunkable

???

@label1.visible-true Hi, I said can we create a Operating system on thunkable? Is there a drag and drop builder for Operating system

This is only an app builder, why will you think it can build OS?