socialsearchapi Dashboard Get a key

Search Google News with one call.

Read Google News, news headlines by query, without building or maintaining a scraper. Same response shape as every other platform here, so one parser handles all of them.

1 credit a call
50 free credits on signup, no card
failed calls: 0 credits

1The call

curl -H "x-api-key: $SS_KEY" \
  "https://api.socialsearchapi.com/v1/google_news/search?query=artificial+intelligence"

This call costs 1 credit. A new account starts with 50 free credits on any platform: create a key in the dashboard and this command runs as-is.

2Why not build this yourself

Google News has no official API. The feed endpoints that do exist are undocumented, XML-shaped, and quietly refuse datacenter IPs - keeping a parser alive against them is nobody's favourite job.

3What comes backcaptured 2026-08-27

{
  "success": true,
  "platform": "google-news",
  "data": {
    "total": 3,
    "items": [
      {
        "id": "CBMif0FVX3lxTE5vNHRZblJwZHNZZEZfZ285LUdncWl0YUk0UHVfTDM1b05YSU9rVHRhYUpkQ1VwV1RJaXZ4SzZwV2dBd2ZYeEZtbUpGNkpDdng5WjRTa28yOVdIM3drTERSVVVoeWI0WnpWT3dQbGVQcVhvdEZIZE1oaTB4cHdRb0E",
        "platform": "google_news",
        "type": "article",
        "title": "The turbulent AI era is here. The choices we make now are critical. - gatesnotes.com",
        "url": "https://news.google.com/rss/articles/CBMif0FVX3lxTE5vNHRZblJwZHNZZEZfZ285LUdncWl0YUk0UHVfTDM1b05YSU9rVHRhYUpkQ1VwV1RJaXZ4SzZwV2dBd2ZYeEZtbUpGNkpDdng5WjRTa28yOVdIM3drTERSVVVoeWI0WnpWT3dQbGVQcVhvdEZIZE1oaTB4cHdRb0E?oc=5",
        "author": "gatesnotes.com",
        "created_at": "2026-08-27T16:39:19Z"
      }
    ]
  },
  "credits_used": 1
}

Items from Google News carry: author, created_at, extra, id, metrics, platform, title, type, url.

4Characteristics

ParameterValue
/v1/google_news/search1 credit a call
Typical latency810 ms, measured 2026-08-27
CoveragePublic headlines with source and timestamp. Snippets only - no article bodies.
DataPublicly available content only, nothing behind a login. See the public data notice.
ReferenceEvery Google News endpoint, its parameters and its price: API reference

5Other platforms

Get a key50 free credits ยท no card