Files
nexus/wiki/entities/Bright-Data.md
2026-04-14 16:02:50 +08:00

30 lines
743 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Bright Data"
type: entity
tags: [api, web-scraping, tiktok]
sources: [tiktok-pm-python-django-project.md]
last_updated: 2026-04-14
---
## Definition
Bright Data是一个网页数据抓取平台提供异步API来批量获取TikTok产品数据。
## Role in TikTok PM Project
- 通过异步请求API抓取TikTok产品JSON数据
- 支持批量URL提交
- 通过轮询机制检查任务完成状态
## API Endpoint
```
POST https://api.brightdata.com/datasets/v3/trigger
```
## Key Parameters
- dataset_id数据集标识符
- notify是否发送通知
- include_errors是否包含错误信息
## Connections
- [[Bright Data]] ← provides_data ← [[异步任务处理]]
- [[Bright Data]] ← outputs_to ← [[Django]]