Serper · Example Payload

Serper Shopping Search Example

SearchSERPGoogle SearchArtificial IntelligenceLLMSEOImageNewsMapsShoppingReviewsLensScrapingLocationsSERP APIWeb SearchAgentsPatentsScholarAutocompletePlacesVideos

Serper Shopping Search Example is an example object payload from Serper, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://google.serper.dev/shopping",
    "headers": {
      "X-API-KEY": "your_api_key_here",
      "Content-Type": "application/json"
    },
    "body": {
      "q": "Nike Air Max",
      "gl": "us",
      "hl": "en"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "searchParameters": {
        "q": "Nike Air Max",
        "gl": "us",
        "hl": "en",
        "type": "shopping"
      },
      "shopping": [
        {
          "title": "Nike Air Max 97 GS 'White Metallic Silver'",
          "source": "Nike",
          "link": "https://www.nike.com/t/air-max-97-big-kids-shoes-example",
          "price": "$104.97",
          "delivery": "$8.00 shipping",
          "imageUrl": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:example",
          "rating": 4.5,
          "ratingCount": 1,
          "offers": "10+",
          "productId": "4195027484078128635",
          "position": 1
        },
        {
          "title": "Nike Men's Air Max SC Shoes, Size 12.5, White/Black/White",
          "source": "DICK'S Sporting Goods",
          "link": "https://www.dickssportinggoods.com/p/nike-mens-air-max-sc-example",
          "price": "$89.99",
          "delivery": "Free shipping",
          "imageUrl": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:example",
          "rating": 4.5,
          "ratingCount": 3,
          "offers": "4",
          "productId": "8642677784755557454",
          "position": 2
        }
      ]
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/serper-shopping-search-example"
All examples
curl "https://apis.io/api/v1/examples?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.