---
title: "Related topics & queries"
method: GET
path: "/v1/google/trends/related"
tags: ["Google Trends"]
---

# Related topics & queries

`GET /v1/google/trends/related`

Get related topics and queries for a search term.

## Query parameters

- `q` string, required — Search term
- `geo` string
- `date` string

## Response `200`

Successful Response

- TrendsRelatedResponse — Response for GET /api/v1/trends/related.
  - `rising_topics` TrendsRelatedItem[]
    - `title` string, required
    - `value` string, nullable
    - `link` string, nullable
    - `topic_id` string, nullable
    - `topic_type` string, nullable
  - `top_topics` TrendsRelatedItem[]
    - `title` string, required
    - `value` string, nullable
    - `link` string, nullable
    - `topic_id` string, nullable
    - `topic_type` string, nullable
  - `rising_queries` TrendsRelatedItem[]
    - `title` string, required
    - `value` string, nullable
    - `link` string, nullable
    - `topic_id` string, nullable
    - `topic_type` string, nullable
  - `top_queries` TrendsRelatedItem[]
    - `title` string, required
    - `value` string, nullable
    - `link` string, nullable
    - `topic_id` string, nullable
    - `topic_type` string, nullable
  - `query` string, required

## Other responses

- `422` — Validation Error

---

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