Skip to main content
GET
/
v1
/
google
/
news
/
topics
News by topic
curl --request GET \
  --url https://scrapebadger.com/v1/google/news/topics
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

topic
string
required

Topic name

hl
string
default:en
gl
string
default:US
max_results
integer
default:10
Required range: 1 <= x <= 100

Response

Successful Response