抓取API接口文档/任务查询 API

获取任务列表

post
头参数
tokenstring必填Example: ****************
Content-Typestring必填Example: application/x-www-form-urlencoded
请求体
pagestring必填Example: 1
sizestring必填Example: 20
响应
post
/g/api/web-scraper-api/tasks-list

获取任务结果

post
头参数
tokenstring必填Example: ****************
Content-Typestring必填Example: application/x-www-form-urlencoded
请求体
tasks_idstring必填Example: 17d261ce8a8347d6a8f9e867ac92e0d2
typestring必填Example: json
响应
post
/g/api/web-scraper-api/tasks_download

获取任务状态

post
头参数
tokenstring必填Example: ****************
Content-Typestring必填Example: application/x-www-form-urlencoded
请求体
tasks_idsstring必填Example: 17d261ce8a8347d6a8f9e867ac92e0d2
响应
post
/g/api/web-scraper-api/tasks-status

获取最后一个任务状态

post
头参数
tokenstring必填Example: ****************
Content-Typestring必填Example: application/x-www-form-urlencoded
响应
post
/g/api/web-scraper-api/get_latest_task_status

最后更新于