{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-gift-recommender",
  "title": "gg402 \u00b7 Personalized Gift Recommendations",
  "url": "https://gg402.vercel.app/gift_recommender",
  "category": "data",
  "summary": "Generates tailored gift recommendations by analyzing recipient profile data including interests, relationship type, occasion, and budget constraints with sourcing guidance.",
  "seo": {
    "title": "Gift Recommender API | x402 Personalization Data",
    "description": "Get personalized gift suggestions based on recipient interests, relationship, and occasion. 0.01 USDC per call via x402 on Base."
  },
  "use_cases": [
    "Power gift suggestion engines for e-commerce platforms",
    "Automate personalized shopping assistant responses",
    "Generate occasion-appropriate recommendations from user profiles"
  ],
  "ideal_buyer": "E-commerce platforms, gift marketplaces, and personal shopping assistant applications seeking automated recommendation generation.",
  "example_prompt": "Suggest gifts for my sister's 30th birthday. She loves hiking, photography, and sustainable products. Budget is $150.",
  "example_request_body": {
    "occasion": "birthday",
    "recipient": {
      "age": 30,
      "interests": [
        "hiking",
        "photography",
        "sustainability"
      ],
      "relationship": "sister"
    },
    "budget_usd": 150
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Suggests personalized gift ideas based on recipient's interests, relationship, and occasion, including budget and sourcing options.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "budget": {
              "type": "number",
              "required": false,
              "description": "Max spend in USD."
            },
            "occasion": {
              "type": "string",
              "required": true,
              "description": "e.g., 'birthday', 'anniversary'."
            },
            "relationship": {
              "type": "string",
              "required": true,
              "description": "e.g., 'friend', 'colleague'."
            },
            "recipient_interests": {
              "type": "array",
              "required": true,
              "description": "Hobbies or preferences, e.g., ['books', 'sports']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "gift_ideas",
            "personalization_tips",
            "sourcing_options"
          ],
          "properties": {
            "gift_ideas": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "name",
                  "description",
                  "price"
                ],
                "properties": {
                  "name": {
                    "type": "string",
                    "description": "Name of the gift idea."
                  },
                  "price": {
                    "type": "number",
                    "description": "Estimated price in USD."
                  },
                  "description": {
                    "type": "string",
                    "description": "Detailed description of the gift."
                  }
                }
              },
              "description": "List of suggestions with descriptions and prices."
            },
            "sourcing_options": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "source"
                ],
                "properties": {
                  "url": {
                    "type": "string",
                    "description": "Link to purchase or more info."
                  },
                  "source": {
                    "type": "string",
                    "description": "Name of the store or platform."
                  },
                  "alternatives": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Alternative sources."
                  }
                }
              },
              "description": "Where to buy or alternatives."
            },
            "personalization_tips": {
              "type": "array",
              "items": {
                "type": "string",
                "description": "A tip for personalization."
              },
              "description": "Ways to customize or add notes."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-gift-recommender",
    "url": "https://x402all.com/resource/gg402-vercel-app-gift-recommender",
    "name": "gg402 \u00b7 Personalized Gift Recommendations",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-gift-recommender",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/gift_recommender",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-gift-recommender",
    "description": "Get personalized gift suggestions based on recipient interests, relationship, and occasion. 0.01 USDC per call via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-gift-recommender",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-gift-recommender"
}
