获取网页快照

GET

免费API提供网页截图功能,用户只需传入网页URL,系统将自动获取该页面在浏览器中的截图,适用于网站监控、网页内容分析和视觉化展示。

https://api.lvxiaodong.com/api/screenshot
https://v2.xxapi.cn/api/screenshot?url=https://www.xxhzm.cn

请求参数

接口指标

QPS 上限
1.67次/秒
平均响应时间
0ms
今日调用量
0
累计调用量
10

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.lvxiaodong.com/api/screenshot?url=url&return=json | 302&width=0 - 4096&timeout=1-20整数'

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": "https://cdn.xxhzm.cn/v2api/cache/tmp/9eb4782d345de37c895306e32177604f52a777c0.png"
}