Ever want to search on Google in your Bubble implementation? We’ve just got the solution you needed. The new plugin “Google Search” enables you to return search results from Google and YouTube in terms of JSON.
You will need to sign up for Zenserp’s service first. For more information on signing up: Zenserp
INSTRUCTIONS
-
Register a Zenserp account and enter the API KEY into the field “apikey” in the plugin tab.
-
Retrieve the result by: “Get data from an external API” >> API provider: “Google Search – XXXX”, then select the appropriate fields.
-
Description of Input parameters:
- q: this parameter is the keyword that you would like to search
- num: this parameter is the number of search results you want to return
- The meaning of each parameters and response fields should be intuitive enough. If you want to check out the demo JSON response of each data call, or you still have uncertainties about what will be returned, please refer https://app.zenserp.com/playground .
FEATURES
- Google Image Search
- Google Maps Search
-
Google News Search
-
Google Shopping Search
- Google Video Search
- YouTube Search
USE CASES
- Basically everything that you will do when you are manually searching on Google / YouTube, but now you can use bubble to do so
RESOURCES
Sign up for Zenserp service: Zenserp
Playground for Zenserp service: https://app.zenserp.com/playground
We strongly recommend to view the JSON response with the structure of the visual response. It helps to see the meaning of fields for each return.
Documentation of response of the data call: Google Search Data Call Documentation - Google Docs
Live Demo: https://testing-google-searching.bubbleapps.io/version-test?debug_mode=true
Editor mode of demo: Testing-google-searching | Bubble Editor
In the coming days, we will update the plugin and add more unique features. Feel free to leave a comment on how we can improve / reporting bugs. We also accept emails: info@nalfe.com
Enjoy bubbling with the plugin!