Skip to content
APISeeker
GET/v1/serp/news

News SERP

Return news results for a query.

Part of SERP API· Rate limits: Plan-based

Parameters

NameInTypeRequiredDescription
qquerystringYesSearch 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

  • 400Missing query

Try this endpoint

API Playground

SERP API

Try it
GETserpx.apiseeker.com
https://serpx.apiseeker.com/v1/serp/news?q=gstin+api
Status: 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"