---
title: "Search the web"
method: POST
path: "/v1/web/search"
tags: ["Web"]
---

# Search the web

`POST /v1/web/search`

Perform a web search and return results

## Request body

- object
  - `query` string, required
  - `limit` number

## Response `200`

Search completed successfully

- object
  - `success` true, required
  - `data` object, required
    - `results` object[], required
      - `title` string, required
      - `url` string, uri, required
      - `snippet` string, required
      - `source` 'duckduckgo' | 'startpage' | 'yandex' | 'bing', required
    - `metadata` object, required
      - `query` string, required
      - `totalResults` number, required
      - `searchTime` number, required
      - `sources` string[], required
      - `timestamp` string, required
  - `creditsCost` number — Credits consumed by this operation
  - `requestId` string, uuid, required — Unique request identifier for tracing
  - `timestamp` string, date-time, required — ISO timestamp when the response was generated

## Other responses

- `401` — Authentication required
- `422` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/weblinq/apis/weblinq-api.md) · [All operations](https://skmtc.net/weblinq/apis/weblinq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weblinq/weblinq-api/versions/364690cf91b7/schema)
