ToolAssay

Search Google Shopping across retailers

Search Google Shopping across retailers. Returns normalized product title, price, currency, seller, rating, review count, product URL, image and rank. For shopping agents, retailer discovery and price research.

Answeringour last check, 2026-09-25
1 of 1checks answered this week
892 msmedian answer time
$0.0035listed price per call
$0.0035price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/google-shopping/search

CategoryImage and media
Provider hostagent-commerce-factory-jm.austriaeast.cloudapp.azure.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.0035 892 ms

Example input (from the provider)

{
  "body": {
    "depth": 40,
    "languageCode": "en",
    "locationCode": 2840,
    "query": "wireless headphones"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "depth": {
              "default": 40,
              "maximum": 40,
              "minimum": 1,
              "type": "integer"
            },
            "languageCode": {
              "default": "en",
              "type": "string"
            },
            "locationCode": {
              "default": 2840,
              "minimum": 1,
              "type": "integer"
            },
            "query": {
              "maxLength": 700,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "count": {
              "type": "integer"
            },
            "economics": {
              "properties": {
                "sellPriceUsd": {
                  "type": "number"
                },
                "upstreamCostUsdActual": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "items": {
              "items": {
                "properties": {
                  "currency": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imageUrl": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "price": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "productId": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "rank": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "rating": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "reviews": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "seller": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "machine": {
              "type": "string"
            },
            "query": {
              "type": "string"
            },
            "route": {
              "type": "string"
            }
          },
          "required": [
            "machine",
            "route",
            "items"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON