🌐 Web Capture

网页截图与代码提取服务

正在处理,请稍候...

捕获结果

📚 API 文档

POST /api/capture

{
  "url": "https://example.com",
  "action": "screenshot",  // 或 "html"
  "scroll_times": 3,
  "scroll_delay": 1000,
  "full_page": true,
  "viewport": {"width": 1920, "height": 1080},
  "wait_time": 2000
}