Buying Guide

Buying GuideCopied!

Description: Provides purchasing advice and comparisons for products or services.

API Response Structure:

{
  "title": "Buying Guide: Product Category",
  "questions": [
    {
      "topic": "Features",
      "question": "What features should I look for?"
    },
    {
      "topic": "Price",
      "question": "How much should I expect to spend?"
    }
  ],
  "recommendations": [
    {
      "category": "Budget Pick",
      "product": {
        "name": "Product Name",
        "price": "$99.99",
        "keyFeatures": ["Feature 1", "Feature 2"],
        "pros": ["Pro 1", "Pro 2"],
        "cons": ["Con 1", "Con 2"]
      }
    }
  ],
  "considerations": [
    Important factor to consider",
    "Another key consideration"
  ],
  "type": "buyingGuide"
}

Fields:

  • title (string): Guide title

  • questions (array): Common questions

    • topic (string): Question category

    • question (string): Specific question

  • recommendations (array): Product suggestions

  • considerations (array): Key factors

  • type (string): Always "buyingGuide"