获取网站所有图片

GET
https://api.lvxiaodong.com/api/websitepic
https://v2.xxapi.cn/api/websitepic?url=https://xxapi.cn

服务指标

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

接口描述

免费API提供获取网站所有图片的服务,帮助用户快速提取网页中的所有图片资源,适用于内容抓取、图片下载和网站分析。

请求参数

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.lvxiaodong.com/api/websitepic?url=${网站链接}'

返回示例

{
	"code": 200,
	"msg": "数据请求成功",
	"data": {
		"images": [
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newfanyi-da0cea8f7e.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newxueshuicon-a5314d5c83.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newwenku-d8c9b7b0fb.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newbaike-889054f349.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newzhidao-da1cf444b0.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newjiankang-f03b804b4b.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/yingxiaoicon-612169cc36.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newzhibo-a6a0831ecd.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/topnav/newyinyue-03ecd1e9b9.png",
			"//www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png",
			"//www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png",
			"//www.baidu.com/img/PCfb_5bf082d29588c07f842ccde3f97243ea.png",
			"//www.baidu.com/img/flexible/logo/pc/result.png",
			"//www.baidu.com/img/flexible/logo/pc/result@2.png",
			"//www.baidu.com/img/flexible/logo/pc/peak-result.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/qrcode/qrcode@2x-daf987ad02.png",
			"https://dss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/qrcode/qrcode-hover@2x-f9b106a848.png"
		],
		"len": 17
	}
}