submit scraper task
Developing
Request
Body Params application/json
{
"productLink": "string",
"noticeUrl": "string"
}
Request samples
curl --location --request POST 'https://api.topview.ai/v1/scraper/task/submit' \
--header 'Topview-Uid;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productLink": "string",
"noticeUrl": "string"
}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": null
}
}
Modified at 2025-05-20 09:52:46