---
title: "Search web on Google"
method: POST
path: "/google/search-web"
tags: ["Google"]
---

# Search web on Google

`POST /google/search-web`

Search web on Google for a given query

## Request body

- object
  - `query` string, required — The search query
  - `count` integer — Number of news articles to return per page (default is 10)

## Response `200`

SearchWeb API successful response

- object
  - `results` object[]
    - `title` string — The title of the search result
    - `url` string — The url of the search result
    - `domain` string — The domain of the search result

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
