---
title: "Get Brand Ad Base Data"
method: GET
path: "/api/v1/research/get-brand-name-data"
tags: ["research"]
---

# Get Brand Ad Base Data

`GET /api/v1/research/get-brand-name-data`

## Query parameters

- `brand_name` string, required
- `page` integer, required
- `page_size` integer, required
- `has_next` boolean, required
- `fuzzyPageNum` integer, required
- `sort_type` string
- `sort_direction` string
- `ad_external_link` string, nullable
- `hook` string, nullable
- `theme` string, nullable
- `body` string, nullable
- `ad_start_date` string, nullable
- `ad_status` string, nullable
- `ad_display_format` string, nullable
- `hook_not_null` boolean, nullable
- `ad_angle` boolean, nullable

## Response `200`

Successful Response

- unknown

## 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/ff7f2b621b41/schema)
