GET
/v1/serpSearch SERP
Return organic results for a query.
Part of SERP API· Rate limits: Plan-based
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | Yes | Search query |
| gl | query | string | No | Country 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
- 400 — Missing query
- 401 — Missing or invalid API key
Try this endpoint
API Playground
SERP API
GET
serpx.apiseeker.comhttps://serpx.apiseeker.com/v1/serp?q=gstin+apiStatus: —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"