Serper search
- Bundle ID: serper
An aggregator for different Google search services.
Requisites
To use Serper search's services, you need to have the following credential information.
Required Credentials:
- SERPER_API_KEY: API Key for authentication. Get it from https://serper.dev/api-key
Plugins
Image Search
Google image search with textual keywords
- Plugin ID: serper/image_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
Maps Search
Google map search with textual keywords
- Plugin ID: serper/maps_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
News Search
Google news search with textual keywords
- Plugin ID: serper/news_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
Scholar Search
Google scholar search with textual keywords
- Plugin ID: serper/scholar_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
Shopping Search
Google shopping search with textual keywords
- Plugin ID: serper/shopping_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
Text Search
Normal google search with textual keywords
- Plugin ID: serper/text_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format
Video Search
Google video search with textual keywords
- Plugin ID: serper/video_search
Inputs
- query: The search query
Outputs
- result: The search result, in json format