API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Fetch search engine resultsget
Schemas
powered by Zudoku
Advanced SERP API
Advanced SERP API

Schemas


ErrorResponse

message
​string · required

Error description

SerpResponse

The structure of the response varies based on the search engine and search type
​OrganicResult[]

Organic search results

​AdResult[]

Advertisement results (if any)

​ImageResult[]

Image results (if tbm=isch was used)

​VideoResult[]

Video results (if tbm=vid was used)

​ShoppingResult[]

Shopping results (if tbm=shop was used)

​NewsResult[]

News results (if tbm=nws was used)

​PlaceResult[]

Map/places results (for Google Maps searches)

​KnowledgePanel

Knowledge panel info (if available)

​AnswerBox

Featured snippet/answer box (if available)

related_searches
​string[]

Related search queries

​Pagination

Pagination information

OrganicResult

link
​string · uri · required

URL of the result

Example: https://en.wikipedia.org/wiki/Hamburger
title
​string · required

Title of the result

Example: Hamburger
position
​integer

Position in search results

Example: 1
display_link
​string

Displayed URL in search results

Example: https://en.wikipedia.org › wiki › Hamburger
description
​string

Description snippet

Example: A hamburger, or simply a burger, is a dish consisting of fillings—usually a patty of ground meat, typically beef—placed inside a sliced bun or bread roll.
​object[]

Additional links from the same site

AdResult

title
​string · required

Ad title

link
​string · uri · required

Advertised URL

position
​integer

Position in the ads section

displayed_link
​string

Displayed URL in the ad

description
​string

Ad description

ImageResult

image_url
​string · uri · required

Direct URL to the image

title
​string

Image title or alt text

link
​string · uri

URL to the page containing the image

thumbnail
​string · uri

Thumbnail URL

source
​string

Source site name

VideoResult

title
​string · required

Video title

link
​string · uri · required

URL to the video page

thumbnail
​string · uri

Video thumbnail URL

source
​string

Source site or channel

duration
​string

Video duration

published_time
​string

When the video was published

ShoppingResult

title
​string · required

Product title

link
​string · uri · required

URL to the product page

price
​string

Product price

currency
​string

Currency of the price

source
​string

Merchant or source

rating
​number

Product rating (if available)

image_url
​string · uri

Product image URL

NewsResult

title
​string · required

News article title

link
​string · uri · required

URL to the news article

source
​string · required

News source

published_time
​string

When the article was published

thumbnail
​string · uri

Article thumbnail URL

description
​string

Article snippet

PlaceResult

name
​string · required

Place name

link
​string · uri

URL to the place details

address
​string

Physical address

rating
​number

Rating (out of 5)

reviews
​integer

Number of reviews

category
​string

Business category

​object
phone
​string

Contact phone number

hours
​object

Operating hours

KnowledgePanel

title
​string

Main title

type
​string

Entity type

description
​string

Short description

​object

Various attributes of the entity

image_url
​string · uri

Main image URL

AnswerBox

title
​string

Answer title

answer
​string

The answer text

source
​string

Source of the answer

source_link
​string · uri

Link to the source

Pagination

current_page
​integer

Current page number

next_page_link
​string · uri

URL for the next page of results

prev_page_link
​string · uri

URL for the previous page of results

total_results
​integer

Estimated total number of results

On this page
  • ErrorResponse
  • SerpResponse
  • OrganicResult
  • AdResult
  • ImageResult
  • VideoResult
  • ShoppingResult
  • NewsResult
  • PlaceResult
  • KnowledgePanel
  • AnswerBox
  • Pagination