Serper

Serper provides web search results for a query. Use the returned titles, snippets, and URLs as inputs to later workflow steps, and configure the search options listed below.

Usage Instructions

Integrate Serper into the workflow. Can search the web.

Actions

A powerful web search tool that provides access to Google search results through Serper.dev API. Supports different types of searches including regular web search, news, places, images, videos, and shopping. Returns comprehensive results including organic results, knowledge graph, answer box, people also ask, related searches, and top stories.

Input

ParameterTypeRequiredDescription
querystringYesThe search query (e.g., "latest AI news", "best restaurants in NYC")
numnumberNoNumber of results to return (e.g., 10, 20, 50)
glstringNoCountry code for search results (e.g., "us", "uk", "de", "fr")
hlstringNoLanguage code for search results (e.g., "en", "es", "de", "fr")
typestringNoType of search to perform. Must be one of "search", "news", "places", "images", "videos", "shopping", "scholar", "patents" — any other value is rejected.
apiKeystringYesSerper API Key

Output

ParameterTypeDescription
searchResultsarraySearch results with titles, links, snippets, and type-specific metadata (date for news, rating for places, imageUrl for images, duration/source for videos, price/source for shopping)
titlestringResult title
linkstringResult URL
snippetstringResult description/snippet
positionnumberPosition in search results
datestringPublication date (news/videos)
imageUrlstringImage URL (images/news/shopping)
sourcestringSource name (news/videos/shopping)
ratingnumberRating (places)
ratingCountnumberNumber of reviews (places)
addressstringAddress (places)
pricestringPrice (shopping)
durationstringDuration (videos)