socialsearchapi Dashboard Get a key

Search Web / News with one call.

Read Web / News, web and news search, 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/web/search?query=cloudflare+workers+pricing"

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

html.duckduckgo.com answers scripted GETs with a 202 bot challenge, and Google and Bing don't permit automated HTML access at all. A licensed search API is the stable, compliant path to programmatic web results.

3What comes backcaptured 2026-08-27

{
  "success": true,
  "platform": "web",
  "data": {
    "total": 3,
    "items": [
      {
        "id": "https://theserverless.dev/calculators/workers",
        "platform": "web",
        "type": "article",
        "title": "Cloudflare Workers Cost Calculator",
        "text": "02 / pricing model ## About Workers Pricing Cloudflare Workers pricing is based on the number of requests and the CPU...",
        "url": "https://theserverless.dev/calculators/workers",
        "created_at": null,
        "extra": {
          "relevance": 0.9323611
        }
      }
    ]
  },
  "credits_used": 2
}

Items from Web / News carry: extra, id, metrics, platform, text, title, type, url.

4Characteristics

ParameterValue
/v1/web/search1 credit a call
Typical latency1,998 ms, measured 2026-08-27
CoverageIndexed public web results. Not a crawl - no page bodies, snippets only.
DataPublicly available content only, nothing behind a login. See the public data notice.
ReferenceEvery Web / News endpoint, its parameters and its price: API reference

5If you got here from an error

6Other platforms

Get a key50 free credits ยท no card