/api/weatherv1.0Real-time weather data and 3-day forecast for any location worldwide. Accepts city name or lat/lon coordinates. Returns temperature, humidity, wind, precipitation, and conditions. Powered by Open-Meteo.
Parameters
latstringLatitude (e.g. 1.3521). Use with lon.lonstringLongitude (e.g. 103.8198). Use with lat.locationstringCity or place name (e.g. Singapore, Paris, New York). Alternative to lat/lon.Usage
curl "https://bazaar-gateway.vercel.app/api/weather?lat=..."
/api/timestampv1.0Current date, time, and timestamp for any timezone worldwide. Returns UTC and local timestamps, unix epoch, day of week. Useful for scheduling, logging, and time-aware operations.
Parameters
timezonestringIANA timezone name (e.g. America/New_York, Europe/Paris, Asia/Singapore, Asia/Tokyo). Defaults to UTC.Usage
curl "https://bazaar-gateway.vercel.app/api/timestamp?timezone=..."
/api/url-previewv1.0Fast link preview extractor — returns OpenGraph/Twitter Card metadata (title, description, image, favicon, site name, canonical URL, language) for any public URL. Perfect for agents that need to scan many links quickly before deciding which ones deserve deep analysis via /api/web-intelligence ($0.005). 5x cheaper than full AI analysis. Latency ~300-800ms.
Parameters
urlstringFull URL to preview (http:// or https://)Usage
curl "https://bazaar-gateway.vercel.app/api/url-preview?url=..."
/api/crypto-pricesv1.0Real-time cryptocurrency prices for BTC, ETH, SOL, and other major coins. Data sourced from CoinGecko. Returns current price in USD, 24h change percentage, and market cap.
Parameters
coinsstringComma-separated list of coin IDs (e.g. bitcoin,ethereum,solana). Defaults to bitcoin,ethereum,solana if not provided.Usage
curl "https://bazaar-gateway.vercel.app/api/crypto-prices?coins=..."
/api/sheets-readerv1.0Reads any shared online spreadsheet as typed JSON: paste the document URL or ID, get typed columns, rows, pagination, optional per-cell formatting (colors, bold). Works with view-only share links; private documents get clear setup instructions before any payment.
Parameters
urlstringFull spreadsheet URL or just the document IDlimitnumberMax rows to return (default 500, max 2000)sheetstringTab name or gid (default: first tab)offsetnumberRows to skip for pagination (default 0)include_formattingbooleanIf true, adds per-cell formatting: colors, bold, alignment (default false)Usage
curl "https://bazaar-gateway.vercel.app/api/sheets-reader?url=..."
/api/google-sheetsv1.0Reads any shared online spreadsheet as typed JSON: paste the document URL or ID, get typed columns, rows, pagination, optional per-cell formatting (colors, bold). Works with view-only share links; private documents get clear setup instructions before any payment.
Parameters
urlstringFull spreadsheet URL or just the document IDlimitnumberMax rows to return (default 500, max 2000)sheetstringTab name or gid (default: first tab)offsetnumberRows to skip for pagination (default 0)include_formattingbooleanIf true, adds per-cell formatting: colors, bold, alignment (default false)Usage
curl "https://bazaar-gateway.vercel.app/api/google-sheets?url=..."
/api/page-contextv1.0Production-grade web page intelligence for AI agents. Single canonical analysis block, structured repository sub-object for github/gitlab pages (stars/forks/language/topics), link taxonomy (internal | external | social_media | navigation | asset), links_summary aggregator, contextual next actions, 16+ boolean signals. Clean v2 response shape.
Parameters
urlstringThe URL of the web page to analyze (article, repo, product page, etc.)Usage
curl "https://bazaar-gateway.vercel.app/api/page-context?url=..."
/api/web-intelligencev1.0Zero-transform web page intelligence for AI agents. Extracts OpenGraph + Twitter Card + Article metadata + JSON-LD structured data. Generates AI analysis via Claude Haiku tool_use: summary (one_line/three_lines/key_points), entities (orgs/people/products/locations/money/dates), classification (sentiment, credibility, content_type, bias_indicators, is_opinion, is_sponsored). Returns 16+ boolean signals for programmatic decisions. One call replaces 7 agent steps.
Parameters
urlstringThe URL of the web page to analyze (e.g. https://techcrunch.com/article)Usage
curl "https://bazaar-gateway.vercel.app/api/web-intelligence?url=..."
/api/translatev1.0AI-powered text translation between any languages. Powered by Claude AI. Send text and target language, receive high-quality translation with context awareness.
Parameters
textstringText to translatetarget_languagestringTarget language (e.g. french, spanish, arabic, japanese)Usage
curl "https://bazaar-gateway.vercel.app/api/translate?text=..."
/api/x402-scoutv1.0Finds the best paid services for a task. Describe what you need; returns the top 3 pay-per-call services ranked by real 30-day usage (calls, unique payers), price fit and metadata quality, with price, network and why_recommended for each. Live data from the agent-economy service index. The trust layer for agents deciding which service to pay.
Parameters
taskstringNatural-language description of what you need, e.g. 'translate text to japanese' or 'get crypto price history'categorystringOptional category filter: inference | data | search | media | social | trading | inframax_pricenumberOptional maximum price per call in USDC, e.g. 0.01Usage
curl "https://bazaar-gateway.vercel.app/api/x402-scout?task=..."
/api/service-scoutv1.0Finds the best paid services for a task. Describe what you need; returns the top 3 pay-per-call services ranked by real 30-day usage (calls, unique payers), price fit and metadata quality, with price, network and why_recommended for each. Live data from the agent-economy service index. The trust layer for agents deciding which service to pay.
Parameters
taskstringNatural-language description of what you need, e.g. 'translate text to japanese' or 'get crypto price history'categorystringOptional category filter: inference | data | search | media | social | trading | inframax_pricenumberOptional maximum price per call in USDC, e.g. 0.01Usage
curl "https://bazaar-gateway.vercel.app/api/service-scout?task=..."
/api/market-reportv1.0AI-generated cryptocurrency market analysis report. Fetches real-time prices from CoinGecko then uses Claude AI to generate a professional market analysis with trends, risks, and opportunities.
Parameters
coinsstringComma-separated coin IDs to analyze. Defaults to bitcoin,ethereum,solana.Usage
curl "https://bazaar-gateway.vercel.app/api/market-report?coins=..."