GET
/v1/serp/newsNews SERP
Return news results for a query.
Part of SERP API· Rate limits: Plan-based
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | Yes | Search query |
Code examples
cURL
curl -s "https://serpx.apiseeker.com/v1/serp/news" \
-H "X-API-Key: YOUR_API_KEY"Response
JSON
{
"query": "gstin api",
"results": [
{
"title": "GST updates",
"url": "https://example.com",
"source": "News"
}
]
}Errors
- 400 — Missing query
Try this endpoint
API Playground
SERP API
GET
serpx.apiseeker.comhttps://serpx.apiseeker.com/v1/serp/news?q=gstin+apiStatus: —Latency: —
Response headers
Send a request to see headers.
Response body
Response will appear here.
Generated snippets
cURL
curl -s "https://serpx.apiseeker.com/v1/serp/news" \
-H "X-API-Key: YOUR_API_KEY"