API Marketplace
  1. Shopee
  • How to use
    • Overview
  • Webparsers API Marketplace
    • Walmart
      • Get Walmart Product Details
      • Search Walmart Products
      • Get Walmart Product Sellers
      • Get Walmart Order
      • Get Walmart Order (Put cookie)
      • Walmat Delivery tracking
    • Amazon
      • Get product Amazon
      • Search Amazon
      • Get offers Amazon
    • Google
      • Google Trends
    • Ebay
      • Get product Ebay
      • Search Ebay
    • Kaufland
      • Get product Kaufland
      • Get product pricing Kaufland
      • Search Kaufland
      • Get offers Kaufland
    • Naver
      • Get Product-Benefits from Naver
      • Search Naver products
      • MSearch Naver products
      • Get Benefit from Naver
      • Get Product information from Naver
    • Shopee
      • Shopee Create Task
        POST
      • Shopee Get Task Status
        GET
      • Shopee Get Task Result
        GET
      • Get Shopee Product Details
        GET
    • TikTok
      • Get TikTok Product Details
      • Search TikTok products
      • Get TikTok Seller details
    • Footlocker
      • Get Product Footlocker
      • Search Footlocker
    • Champssports
      • Get Product Champssports
      • Search Champssports
    • Dickssportinggoods
      • Get Product Dickssportinggoods
      • Search Dickssportinggoods
    • Tabletki
      • Search Tabletki Products
      • Get Tabletki Product page
      • Get Tabletki Product prices
    • Stats
      • Get billed usage
      • Get balance
      • Get API usage statistics
    • Schemas
      • HTTPValidationError
  1. Shopee

Shopee Get Task Result

Developing
GET
/shopee/get_task_result
SHopee get task result

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-marketplace.webparsers.com/shopee/get_task_result?task_id' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "data": {
        "data": {
            "data": {
                "item": {
                    "invoice_option": null,
                    "attributes": [
                        {
                            "name": "出貨地",
                            "value": "臺北市內湖區"
                        }
                    ],
                    "rich_text_description": {
                        "paragraph_list": [
                            {
                                "type": 0,
                                "text": "【商品特色】",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "不銹鋼材質好清洗",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "不鏽鋼不易生鏽",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "20夾可吊掛內衣褲、襪子、毛巾等衣物,節省空間",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "不易斷裂、變形",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "日曬不脆化、質堅耐用",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "==================",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "特力屋 不鏽鋼圓形防風曬衣架20夾",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "016246197",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "==================",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "【商品說明】",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
                            {
                                "type": 0,
                                "text": "特力屋不鏽鋼圓形防風曬衣架-20夾",
                                "img_id": null,
                                "ratio": null,
                                "description_type": 1,
                                "empty_paragraph_count": null
                            },
       
Modified at 2026-01-20 09:57:55
Previous
Shopee Get Task Status
Next
Get Shopee Product Details
Built with