Serper Search Response
Response schema for the Serper web search endpoint
SearchSERPGoogle SearchArtificial IntelligenceLLMSEOImageNewsMapsShoppingReviewsLensScrapingLocationsSERP APIWeb SearchAgentsPatentsScholarAutocompletePlacesVideos
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/serper/main/json-schema/serper-search-response.json",
"title": "Serper Search Response",
"description": "Response schema for the Serper web search endpoint",
"type": "object",
"properties": {
"searchParameters": {
"type": "object",
"description": "Echo of the search parameters used.",
"properties": {
"q": { "type": "string" },
"gl": { "type": "string" },
"hl": { "type": "string" },
"type": { "type": "string" },
"num": { "type": "integer" },
"page": { "type": "integer" }
}
},
"knowledgeGraph": {
"type": "object",
"description": "Google Knowledge Graph entity data for the query.",
"properties": {
"title": { "type": "string" },
"type": { "type": "string" },
"website": { "type": "string", "format": "uri" },
"imageUrl": { "type": "string", "format": "uri" },
"description": { "type": "string" },
"descriptionSource": { "type": "string" },
"descriptionLink": { "type": "string", "format": "uri" },
"attributes": {
"type": "object",
"additionalProperties": { "type": "string" }
}
}
},
"answerBox": {
"type": "object",
"description": "Featured snippet / answer box.",
"properties": {
"snippet": { "type": "string" },
"snippetHighlighted": {
"type": "array",
"items": { "type": "string" }
},
"title": { "type": "string" },
"link": { "type": "string", "format": "uri" },
"date": { "type": "string" }
}
},
"organic": {
"type": "array",
"description": "Organic web search results.",
"items": {
"type": "object",
"properties": {
"title": { "type": "string" },
"link": { "type": "string", "format": "uri" },
"snippet": { "type": "string" },
"position": { "type": "integer" },
"date": { "type": "string" },
"attributes": {
"type": "object",
"additionalProperties": { "type": "string" }
},
"sitelinks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": { "type": "string" },
"link": { "type": "string", "format": "uri" }
}
}
}
}
}
},
"peopleAlsoAsk": {
"type": "array",
"description": "Related questions users also ask.",
"items": {
"type": "object",
"properties": {
"question": { "type": "string" },
"snippet": { "type": "string" },
"title": { "type": "string" },
"link": { "type": "string", "format": "uri" }
}
}
},
"relatedSearches": {
"type": "array",
"description": "Related search queries.",
"items": {
"type": "object",
"properties": {
"query": { "type": "string" }
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/serper-search-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.