UnifyAPI
← Back to catalog

serper.news_search

mock data$0.002 / call

Google 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)

Web Searchprovider: Serper#serper#search

Input schema

qrequired

News search query (e.g. "AI agents", "Base network")

string
gl

Country code for localized news (e.g. "us", "gb")

string
hl

Language code (e.g. "en", "de")

string
num

Number of articles (default 10, max 100)

integer
tbs

Time filter: "qdr:h" (past hour), "qdr:d" (past day), "qdr:w" (past week), "qdr:m" (past month)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.