← Back to catalog
serper.web_search
mock data$0.002 / callGoogle Web Search
Real-time Google web search results — organic listings, knowledge graph, answer box, people also ask, related searches. Supports country and language targeting. Powered by Serper.dev
Input schema
qrequired
stringSearch query (e.g. "best restaurants in Berlin", "how does MCP protocol work")
gl
stringCountry code for localized results (e.g. "us", "gb", "de", "fr")
hl
stringLanguage code for results (e.g. "en", "de", "fr", "es")
num
integerNumber of results to return (default 10, max 100)
page
integerPage number for pagination (default 1)
Call via REST
curl -X POST https://unifyapi.pro/api/call/serper.web_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","gl":"<gl>","hl":"<hl>","num":0,"page":0}'