get https://api.topview.ai/v1/scraper/task/query
Response
| Field | Type | Description |
|---|---|---|
| code | String | The response code indicating status |
| message | String | Message describing the response |
| result | Object | Contains the result of the request |
| result.taskId | String | Unique identifier for the task |
| result.status | String | Status of the task |
| result.errorMsg | String | Error message if any error occurred |
| result.productLink | String | URL link to the product |
| result.productName | String | Name of the product |
| result.productDescription | String | Description of the product |
| result.productImages | Array | List of product images |
| result.productImages[].fileId | String | Unique identifier for the image |
| result.productImages[].fileName | String | Name of the image file |
| result.productImages[].fileType | String | Type of the file (image) |
| result.productImages[].format | String | Format of the image file |
| result.productImages[].fileUrl | String | URL of the image file |
| result.productVideos | Array | List of product videos |
| result.productVideos[].fileId | String | Unique identifier for the video |
| result.productVideos[].fileName | String | Name of the video file |
| result.productVideos[].fileType | String | Type of the file (video) |
| result.productVideos[].format | String | Format of the video file |
| result.productVideos[].fileUrl | String | URL of the video file |