← Back to catalog
serper.news_search
mock data$0.002 / callGoogle News Search
Real-time Google News articles — title, source, date, snippet, image. Filter by time (past hour/day/week/month). Global coverage in 70+ languages (Serper.dev)
Input schema
qrequired
stringNews search query (e.g. "AI agents", "Base network")
gl
stringCountry code for localized news (e.g. "us", "gb")
hl
stringLanguage code (e.g. "en", "de")
num
integerNumber of articles (default 10, max 100)
tbs
stringTime filter: "qdr:h" (past hour), "qdr:d" (past day), "qdr:w" (past week), "qdr:m" (past month)
Call via REST
curl -X POST https://unifyapi.pro/api/call/serper.news_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","gl":"<gl>","hl":"<hl>","num":0,"tbs":"<tbs>"}'