SERVICE / DETAILother

Unnamed service

GET api.you.com/v1/search

SONAR SCORE0.691
LIVE PRICE0.005000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

18 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY3609msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

You.com Search API: real-time web search returning ranked results grouped by section (results.web, results.news), each with url, title and description; web results also carry snippets. Use when an agent needs fresh, citable web data (news, markets, company facts) to ground a decision. Query params: query (required), count 1-100 (default 10), livecrawl (web|news|all; fetches live page contents, charged per result), country, freshness. Paid per call in USDC.

Resource: api.you.com/v1/search

Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc327D0aEb5f65B514b193b5e5A95cC6F4060815f

Payment methods: · Last validation: 2026-09-14 16:47:10.157+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET",
          "HEAD",
          "DELETE"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "query"
        ],
        "properties": {
          "count": {
            "type": "integer",
            "default": 10,
            "maximum": 100,
            "minimum": 1,
            "description": "Number of results to return, capped at 100. Also sets the number of pages charged for when livecrawl is enabled."
          },
          "query": {
            "type": "string",
            "maxLength": 40000,
            "description": "The web search query."
          },
          "country": {
            "type": "string",
            "description": "ISO 3166-1 alpha-2 country code for geographic focus."
          },
          "freshness": {
            "type": "string",
            "description": "Recency filter: day | week | month | year, or a date range 'YYYY-MM-DDtoYYYY-MM-DD'."
          },
          "livecrawl": {
            "enum": [
              "web",
              "news",
              "all"
            ],
            "type": "string",
            "description": "Fetch live page contents for the results instead of serving index snippets alone. Priced per result on top of the base call price, so the quoted amount scales with count. Omit for the base price."
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "results",
          "metadata"
        ],
        "properties": {
          "results": {
            "type": "object",
            "properties": {
              "web": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Result URL."
                    },
                    "title": {
                      "type": "string"
                    },
                    "contents": {
                      "type": "object",
                      "description": "Scraped page contents, keyed by requested format (default 'html'). Present only when livecrawl was requested and the fetch succeeded."
                    },
                    "page_age": {
                      "type": "string",
                      "description": "Publication timestamp, when the source exposes one. Naive ISO-8601 ('2026-08-01T14:02:00') — no timezone offset and no trailing 'Z'."
                    },
                    "snippets": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Index snippets matching the query. Emitted on 'web' results; 'news' results carry 'description' instead and have no snippets."
                    },
                    "description": {
                      "type": "string"
                    },
                    "favicon_url": {
                      "type": "string"
                    },
                    "source_name": {
                      "type": "string"
                    },
                    "thumbnail_url": {
                      "type": "string"
                    },
                    "original_thumbnail_url": {
                      "type": "string"
                    }
                  }
                }
              },
              "news": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Result URL."
                    },
                    "title": {
                      "type": "string"
                    },
                    "contents": {
                      "type": "object",
                      "description": "Scraped page contents, keyed by requested format (default 'html'). Present only when livecrawl was requested and the fetch succeeded."
                    },
                    "page_age": {
                      "type": "string",
                      "description": "Publication timestamp, when the source exposes one. Naive ISO-8601 ('2026-08-01T14:02:00') — no timezone offset and no trailing 'Z'."
                    },
                    "snippets": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "description": "Index snippets matching the query. Emitted on 'web' results; 'news' results carry 'description' instead and have no snippets."
                    },
                    "description": {
                      "type": "string"
                    },
                    "favicon_url": {
                      "type": "string"
                    },
                    "source_name": {
                      "type": "string"
                    },
                    "thumbnail_url": {
                      "type": "string"
                    },
                    "original_thumbnail_url": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "description": "Page results keyed by section: 'web' and 'news'. A section is omitted when it returned no results, so do not assume any key is present; an all-empty response is '{}'.",
            "additionalProperties": {
              "type": "array"
            }
          },
          "metadata": {
            "type": "object",
            "required": [
              "query",
              "search_uuid",
              "latency"
            ],
            "properties": {
              "query": {
                "type": "string",
                "description": "The query as searched."
              },
              "latency": {
                "type": "number",
                "description": "Server-side latency in seconds."
              },
              "search_uuid": {
                "type": "string",
                "description": "Request identifier, useful when reporting issues."
              }
            }
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xc327D0aEb5f65B514b193b5e5A95cC6F4060815f",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 600
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc327D0aEb5f65B514b193b5e5A95cC6F4060815f",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
        },
        "payTo": "GBQ2FrH49gvKXu1zg7tguoLwaofn5S4NnuMs5JSYQ5GX",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 600
      },
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "payTo": "GBQ2FrH49gvKXu1zg7tguoLwaofn5S4NnuMs5JSYQ5GX",
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "amountAtomic": "5000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.