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:
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