Developer tool

SERP API Playground

Build a Google SERP API request, explore location, language, and device parameters, and preview PrismCrawl's normalized JSON response.

Build a Google Search API request

Run live with 25 free credits

This public playground builds a real request and shows the response shape without exposing an API key. Sign in to execute it against Google.

POST /v1/google/search

{
  "query": "best espresso machines",
  "gl": "us",
  "hl": "en-US",
  "device": "mobile"
}

Example response — live values vary

{
  "success": true,
  "request_id": "66ca8deb-1dc2-4017-865f-c4fb0e3c7c0d",
  "data": {
    "format": "json",
    "content": {
      "search_parameters": {
        "q": "best espresso machines",
        "type": "search",
        "engine": "google",
        "device": "mobile",
        "start": null,
        "google_domain": "google.com",
        "gl": "us",
        "hl": "en-US",
        "location": null,
        "coordinates": null,
        "radius": null,
        "tbs": null,
        "tbm": null,
        "udm": null,
        "safe": null,
        "nfpr": null,
        "filter": null,
        "lr": null,
        "cr": null,
        "color_scheme": null
      },
      "results": [
        {
          "id": "example-result-id",
          "rank": 1,
          "type": "organic",
          "title": "Example live result for “best espresso machines”",
          "url": "https://example.com",
          "display_url": "example.com",
          "snippet": "Example normalized result. Live values vary by query and targeting.",
          "domain": "example.com",
          "favicon": "https://example.com/favicon.ico",
          "source_name": "Example",
          "position": {
            "absolute": 1
          },
          "engine": "google",
          "domain_info": {
            "tld": "com",
            "sld": "example",
            "category": null
          },
          "classification": null
        }
      ],
      "serp_features": [],
      "has_next_page": true
    }
  }
}

From preview to production

The signed-in API tester executes requests with your free credits and preserves request history. Before integrating, read the Google Search API guide, copy a complete Python example, or inspect the OpenAPI reference.

Make your first live search today.

Create an account, get 25 free credits, and test live Google or Bing results. No credit card or subscription required.