Documentation

Noble SERP Real Time Search API


Noble SERP is a real time Google search engine results API. With Noble SERP you can programatically access Google search results in a structure format without having to worry about parsing HTML or managing proxies.

Authentication

To access the Noble SERP API you must authenticate your requests with an API Key.

💡

You can generate an API Key in the dashboard. Click here to generate a new API Key.

You can pass the API key a query parameter in the URL:

https://api.noble-serp.com/v1/google/search?api_key=ns_xxxxxxxxxxxx

You can also authenticate using the Authorization header:

Authorization: Api-Key ns_xxxxxxxxxxxxxx