v1
latestOpenAPI 3.0.32026-07-17103.3 KBSearch Google and fetch HTML content
Searches Google using the provided query and returns the search results, along with the inner text of the first link. The first five search results include a summary of the HTML content, while the first three have the entire HTML content returned in the response.
get/search
Query parameters
qstring required
Search query
Response
Successful operation
Example response
{
"results": [
{
"title": "Welcome to Python.org",
"link": "https://www.python.org/",
"summary": "The official home of the Python Programming Language...",
"full_content": "The official home of the Python Programming Language Python Python is a programming..."
},
{
"title": "Python (programming language) - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Python_(programming_language)",
"summary": "Python is an interpreted, high-level, general-purpose programming language...",
"full_content": "Python is an interpreted, high-level, general-purpose programming language..."
}
]
}