Skip to main content
GET
/
gateway
/
v1
/
search
/
news
News Article Search
curl --request GET \
  --url https://api.ask.surf/gateway/v1/search/news
{
  "data": [
    {
      "id": "<string>",
      "published_at": 123,
      "title": "<string>",
      "highlights": {},
      "project_id": "<string>",
      "project_name": "<string>",
      "source": "<string>",
      "summary": "<string>",
      "url": "<string>"
    }
  ],
  "meta": {
    "cached": true,
    "credits_used": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "$schema": "<string>"
}

Query Parameters

q
string
required

Search keyword or phrase

Example:

"bitcoin ETF"

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataResponseNewsArticleItem.json"