---
title: "Find competitor articles for a topic"
method: GET
path: "/v3/generate-article/get-competitor-sources"
tags: ["Generate Article"]
---

# Find competitor articles for a topic

`GET /v3/generate-article/get-competitor-sources`

Web-search for competitor articles/blog posts on a topic (homepages and your own site are excluded). Use the returned URLs as `competitorUrls` / `competitor_articles` in the keyword, prompt, and outline steps.

## Query parameters

- `query` string, required
- `country` string
- `search_lang` string
- `excludeSite` string

## Response `200`

Default Response

- object[]
  - `query` string
  - `country` string
  - `results` object[]
    - `title` string
    - `url` string
    - `description` string
    - `language` string
    - `thumbnail` object

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/generate-article/get-competitor-sources/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/6f0b6cbb515f?raw)
