{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "basezos-vercel-app-api-search-amazon-products",
  "title": "Basezos \u00b7 Search Amazon Products",
  "url": "https://basezos.vercel.app/api/search/amazon-products",
  "category": "data",
  "summary": "Basezos \u00b7 Search Amazon Products \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Basezos \u00b7 Search Amazon Products \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Basezos \u00b7 Search Amazon Products \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x873f87d6a2b5126e950c03ec03e3d7b82d91bf1d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Search Amazon products via API",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "pages": {
              "type": "integer",
              "required": true
            },
            "searchQuery": {
              "type": "string",
              "required": true
            }
          }
        },
        "output": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "id",
                  "name",
                  "url",
                  "price",
                  "image"
                ],
                "properties": {
                  "id": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "image": {
                    "type": "string"
                  },
                  "price": {
                    "type": "string"
                  },
                  "stars": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "string"
                      }
                    ]
                  },
                  "cached": {
                    "type": "boolean"
                  },
                  "isPrime": {
                    "type": "boolean"
                  },
                  "reviewsCount": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              }
            }
          },
          "additionalProperties": false
        }
      }
    }
  ],
  "origin": {
    "slug": "basezos-vercel-app",
    "host": "basezos.vercel.app",
    "url": "https://basezos.vercel.app",
    "favicon": "https://basezos.vercel.app/favicon.ico?favicon.0b3bf435.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/basezos-vercel-app-api-search-amazon-products",
    "url": "https://x402all.com/resource/basezos-vercel-app-api-search-amazon-products",
    "name": "Basezos \u00b7 Search Amazon Products",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/basezos-vercel-app-api-search-amazon-products",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://basezos.vercel.app/api/search/amazon-products",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/basezos-vercel-app",
      "url": "https://basezos.vercel.app",
      "name": "basezos.vercel.app",
      "@type": "Organization"
    },
    "identifier": "basezos-vercel-app-api-search-amazon-products",
    "description": "Basezos \u00b7 Search Amazon Products \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=basezos-vercel-app-api-search-amazon-products",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=basezos-vercel-app-api-search-amazon-products",
  "callability": {
    "status": "partial",
    "schema_callability": 0.39,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:31:19.045202+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://basezos.vercel.app/api/search/amazon-products",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "id",
              "name",
              "url",
              "price",
              "image"
            ],
            "properties": {
              "id": {
                "type": "string"
              },
              "url": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "image": {
                "type": "string"
              },
              "price": {
                "type": "string"
              },
              "stars": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "string"
                  }
                ]
              },
              "cached": {
                "type": "boolean"
              },
              "isPrime": {
                "type": "boolean"
              },
              "reviewsCount": {
                "type": "number"
              }
            },
            "additionalProperties": false
          }
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "133e20d4a496fc60d38aad988d614e55af8466904cd2764ae39002b82caf484c"
  }
}