DocumentationOverview

API documentation

Google Search API

  • Web
  • Images
  • Shopping
  • News
  • Videos
  • Places
Using Claude Code, Codex or Cursor?

Your first request

Get an API key, then send a Google Search URL.

Get an API key

5,000 free requests every month.

cURL
curl -X POST https://api.reserp.ai/v2/serp/search \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.google.com/search?q=best+noise+cancelling+headphones&hl=en&gl=us"}'
View example response
JSON
{
  "ok": true,
  "request": {
    "url": "https://www.google.com/search?q=best+noise+cancelling+headphones&hl=en&gl=us"
  },
  "page": {
    "url": "https://www.google.com/search?q=best+noise+cancelling+headphones&hl=en&gl=us&sei=-vKZaoLmOK6gkPIPs46R6AY"
  },
  "results": [
    {
      "url": "https://recordingnow.com/blog/best-noise-cancelling-headphones",
      "text": "RecordingNOW.com\nhttps://recordingnow.com\nBest Noise Cancelling Headphones 2026 (50+ Tested!)\nTrue to its name, the\nBose QuietComfort Ultra 2nd Gen\nis the most comfortable pair of over-ear, noise cancelling headphones we've tested to date."
    },
    {
      "url": "https://www.nytimes.com/wirecutter/reviews/best-noise-cancelling-headphones",
      "text": "The New York Times\nhttps://www.nytimes.com\nThe 4 Best Noise-Cancelling Headphones of 2026 | Reviews by Wirecutter\nJul 20, 2026\n—\nSoundcore Space One\n. This pair of over-ear headphones cancels noise impressively, sounds great, is comfortable to wear, and has a long battery ..."
    },
    {
      "url": "https://www.reddit.com/r/digitalnomad/comments/1pt8k3a/what_are_the_best_noisecancelling_headphones_or",
      "text": "Reddit · r/digitalnomad\n90+ comments · 8 months ago\nWhat are the best noise-cancelling headphones or brands widely ...\nThis question is currently being asked quite alot so I'm going to share my experience on this. There are several companies that make effective sound cancelling ...\nView all posts"
    },
    {
      "url": "https://www.reddit.com/r/digitalnomad/comments/1pt8k3a/what_are_the_best_noisecancelling_headphones_or/o4fk2ui",
      "text": "been through so many pairs but this one I settled on has incredible comfort and the noise canceling ...\nMore\nTop answer\n· 18 votes"
    },
    {
      "url": "https://www.reddit.com/r/digitalnomad/comments/1pt8k3a/what_are_the_best_noisecancelling_headphones_or/nwc6b2j",
      "text": "I am using these headphones and I absolutely love them. Noise cancelling is really good, ...\nMore\n11 votes"
    }
  ],
  "pagination": {
    "next_url": "https://www.google.com/search?q=best+noise+cancelling+headphones&hl=en&gl=us&start=10"
  },
  "billed": true,
  "billing_source": "prepaid"
}

Using the API