{
  "endpoints": {
    "/health": {
      "description": "Health check endpoint",
      "method": "GET"
    },
    "/search": {
      "description": "Search for products on Amazon",
      "example": "/search?q=iPhone 16&zip_code=90001&source=Amazon",
      "method": "GET",
      "parameters": {
        "email": "User email (required)",
        "max": "Maximum number of results (optional, default: 10, max: 100)",
        "name": "User name (required)",
        "q": "Product name to search (required)",
        "source": "Search source (Amazon or TrumpRx, default: Amazon)",
        "zip_code": "Zip code for location (optional, for Amazon)"
      }
    }
  },
  "message": "Amazon Product Scraper API",
  "version": "2.0"
}
