Google Search Extension [FREE]

Hello everyone,

I’d like to share a Google search extension I developed for App Inventor. This extension allows you to perform Google searches and retrieve the results.

Key Features:

  • Supports easy Google searches.

Usage Example in Blocks:

image

Example Search Result:

{
  "result": [
    {
      "title": "Anime - Wikipedia",
      "link": "https://en.wikipedia.org/wiki/Anime",
      "snippet": "Anime is hand-drawn and computer-generated animation originating from Japan. Outside Japan and in English, anime refers specifically to animation produced ...,Anime-influenced, · ,Anime Expo, · ,Anime composer, · ,List of anime companies"
    },
    // ... (other search results)
  ]
}

To use this extension, simply call the SearchGoogle function and provide the search query.

Download:
com.rasitech.googlesearch.aix (8.0 KB)
Download Aix V2
com.rasitech.googlesearch2.aix (8.3 KB)

Thank you very much, and I hope this extension proves useful to the App Inventor community

3 Likes

How to use this please upload a video, it’ll help.

Good job :sparkles::sparkles:
Can you add the special search. Like image,PDF,video,…?
Thank you

This Extension Does Not Work Both Version . No Result after making search request

It would really help if you provided a screenshot your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

blocks (37)

blocks (38)

Is something Wrong with the Blocks?