---
title: "POST /autogame/google_search"
method: POST
path: "/autogame/google_search"
tags: ["autogame"]
---

# POST /autogame/google_search

`POST /autogame/google_search`

## Request body

- InsertRawSearchDto
  - `searchInformation` SearchInformation
    - `totalResults` string
  - `items` Items[], required
    - `link` string
    - `fileFormat` string
    - `title` string
    - `htmlTitle` string
    - `displayLink` string
    - `mime` string
    - `image` Image
      - `byteSize` number
      - `contextLink` string
      - `height` number
      - `thumbnailHeight` number
      - `thumbnailLink` string
      - `thumbnailWidth` number
      - `width` number

## Response `200`

- GoogleSearch
  - `id` string, required
  - `result` GoogleSearchResult, required
    - `searchInformation` SearchInformation
      - `totalResults` string
    - `items` Items[], required
      - `link` string
      - `fileFormat` string
      - `title` string
      - `htmlTitle` string
      - `displayLink` string
      - `mime` string
      - `image` Image
        - `byteSize` number
        - `contextLink` string
        - `height` number
        - `thumbnailHeight` number
        - `thumbnailLink` string
        - `thumbnailWidth` number
        - `width` number

---

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