Skip to content
APISeeker
GET/v1/serp

Search SERP

Return organic results for a query.

Part of SERP API· Rate limits: Plan-based

Parameters

NameInTypeRequiredDescription
qquerystringYesSearch query
glquerystringNoCountry code, e.g. in

Code examples

cURL
curl -s "https://serpx.apiseeker.com/v1/serp" \
  -H "X-API-Key: YOUR_API_KEY"

Response

JSON
{
  "query": "gstin api",
  "results": [
    {
      "position": 1,
      "title": "GSTIN Verification API — API Seeker",
      "url": "https://apiseeker.com/api/gstin-verification",
      "snippet": "Validate Indian GSTIN numbers…"
    }
  ]
}

Errors

  • 400Missing query
  • 401Missing or invalid API key

Try this endpoint

API Playground

SERP API

Try it
GETserpx.apiseeker.com
https://serpx.apiseeker.com/v1/serp?q=gstin+api
Status: Latency:

Response headers

Send a request to see headers.

Response body

Response will appear here.

Generated snippets

cURL
curl -s "https://serpx.apiseeker.com/v1/serp" \
  -H "X-API-Key: YOUR_API_KEY"