Files
nexus/wiki/sources/TikTok-数据抓取.md

32 lines
716 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: "Scrapy Playwright TikTok数据抓取"
type: source
tags: [tutorial]
date: 2025-12-30
---
## Source File
- [[raw/跨境电商/Scrapy + Playwright 抓取TikTok Shop Data.md]]
## Summary
- 核心主题TikTok Shop数据抓取
- 问题域如何抓取TikTok电商数据
- 方法/机制使用Scrapy+Playwright组合
- 结论/价值:推荐创建虚拟环境安装
## Key Claims
- Scrapy+Playwright是抓取TikTok数据的推荐组合
- 需要创建venv隔离依赖
## Key Concepts
- [[数据抓取]]:自动化采集数据
- [[Scrapy]]Python爬虫框架
- [[Playwright]]:浏览器自动化工具
## Key Entities
## Connections
- [[Scrapy]] ← 组合 ← [[Playwright]]
## Contradictions