---
title: "Start Youtube Scrape Endpoint"
method: POST
path: "/api/v1/remy/youtube/scrape"
tags: ["remy", "remy"]
---

# Start Youtube Scrape Endpoint

`POST /api/v1/remy/youtube/scrape`

Start niche-based YouTube channel discovery.

## Request body

- YoutubeCollectRequestDTO
  - `niche` string, required
  - `target` integer
  - `min_subs` integer
  - `max_subs` integer
  - `countries` string[], nullable

## Response `200`

Successful Response

- ReachoutScrapeRunResponseDTO
  - `run_id` string, required
  - `dataset_id` string, required
  - `status` string, nullable
  - `mode` string, required
  - `params` object, nullable
  - `keywords` string[], nullable
  - `cached` boolean
  - `cached_count` integer
  - `params_key` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
