Scrapeless API
Dashboard
Dashboard
  1. Scraping API
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Connect
      WSS
    • Running sessions
      GET
    • Live URL
      GET
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • google search
      • API Parameters
      • Google Search
      • Google Images
      • Google Local
      • Google Shopping
      • Google Videos
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google maps
      • API Parameters(Google Maps)
      • API Parameters(Google Maps Autocomplete)
      • API Parameters(Google Maps Contributor Reviews)
      • API Parameters(Google Maps Directions)
      • API Parameters(Google Maps Reviews)
      • Google Maps
      • Google Maps Autocomplete
      • Google Maps Contributor Reviews
      • Google Maps Directions
      • Google Maps Reviews
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
      • Google Scholar Author
      • Google Scholar Cite
      • Google Scholar Profiles
    • google jobs
      • API Parameters
      • Google Jobs
    • google shopping
      • API Parameters
      • Google Shopping
    • google hotels
      • API Parameters
      • Supported Google Vacation Rentals Property Types
      • Supported Google Hotels Property Types
      • Supported Google Vacation Rentals Amenities
      • Supported Google Hotels Amenities
      • Google Hotels
    • google news
      • API Parameters
      • Google News
    • google lens
      • API Parameters
      • Google Lens
    • google finance
      • API Parameters
      • Google Finance
      • Google Finance Markets
    • google product
      • API Parameters
      • Google Product
    • google play store
      • API Parameters
      • Supported Google Play Categories
      • Google Play Games
      • Google Play Books
      • Google Play Movies
      • Google Play Product
      • Google Play Apps
    • google ads
      • API Parameters
      • Google Ads
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
    • Web Unlocker
  • Crawler
    • Scrape
      • Scrape a single URL
      • Scrape multiple URLs
      • Cancel a batch scrape job
      • Get the status of a scrape
      • Get the status of a batch scrape job
      • Get the errors of a batch scrape job
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  1. Scraping API

Scraper GetResult

GET
/api/v1/scraper/result/{taskId}
Last modified:2025-05-29 07:48:46

Request

Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
taskId
string 
required
Example:
73b37f9f-0030-4faa-87f8-d971eaacbbb0
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/api/v1/scraper/result/73b37f9f-0030-4faa-87f8-d971eaacbbb0' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{}'

Responses

🟢200Success
application/json
Body
count
integer 
required
data
object 
required
bff_meta
null 
required
error
null 
required
error_msg
null 
required
data
object 
required
Example
{
    "count": 0,
    "data": {
        "bff_meta": null,
        "error": null,
        "error_msg": null,
        "data": {
            "item": {
                "item_id": 0,
                "shop_id": 0,
                "item_status": "string",
                "status": 0,
                "item_type": 0,
                "reference_item_id": "string",
                "title": "string",
                "image": "string",
                "label_ids": [
                    0
                ],
                "is_adult": true,
                "is_preview": true,
                "flag": 0,
                "is_service_by_shopee": true,
                "condition": 0,
                "cat_id": 0,
                "has_low_fulfillment_rate": true,
                "is_live_streaming_price": null,
                "currency": "string",
                "brand": "string",
                "brand_id": 0,
                "show_discount": 0,
                "ctime": 0,
                "item_rating": {
                    "rating_star": 0
                },
                "cb_option": 0,
                "has_model_with_available_shopee_stock": true,
                "shop_location": "string",
                "attributes": [
                    {
                        "name": "string",
                        "value": "string",
                        "id": 0,
                        "is_timestamp": true,
                        "brand_option": null,
                        "val_id": 0,
                        "url": null,
                        "brand_id": null,
                        "full_url": null,
                        "type": null
                    }
                ],
                "rich_text_description": {
                    "paragraph_list": [
                        {
                            "type": 0,
                            "text": "string",
                            "img_id": null,
                            "ratio": null,
                            "empty_paragraph_count": 0
                        }
                    ]
                },
                "invoice_option": null,
                "is_category_failed": null,
                "is_prescription_item": true,
                "preview_info": null,
                "show_prescription_feed": true,
                "is_alcohol_product": true,
                "is_infant_milk_formula_product": true,
                "is_unavailable": true,
                "is_partial_fulfilled": true,
                "is_presale": true,
                "is_presale_deposit_item": null,
                "is_presale_deposit_made": null,
                "description": "string",
                "categories": [
                    {
                        "catid": 0,
                        "display_name": "string",
                        "no_sub": true,
                        "is_default_subcat": true
                    }
                ],
                "fe_categories": [
                    {
                        "catid": 0,
                        "display_name": "string",
                        "no_sub": true,
                        "is_default_subcat": true
                    }
                ],
                "item_has_video": true,
                "presale_dday_start_time": null,
                "is_lowest_price_at_shopee": null,
                "models": [
                    {
                        "item_id": 0,
                        "status": 0,
                        "current_promotion_reserved_stock": null,
                        "name": "string",
                        "promotion_id": 0,
                        "price": 0,
                        "price_stocks": [
                            {
                                "allocated_stock": 0,
                                "stock_breakdown_by_location": [
                                    {
                                        "location_id": "string",
                                        "available_stock": null,
                                        "fulfilment_type": 0,
                                        "address_id": 0,
                                        "allocated_stock": null
                                    }
                                ],
                                "promotion_type": 0
                            }
                        ],
                        "current_promotion_has_reserve_stock": true,
                        "normal_stock": null,
                        "extinfo": {
                            "tier_index": [
                                0
                            ],
                            "is_pre_order": true,
                            "estimated_days": 0
                        },
                        "price_before_discount": 0,
                        "model_id": 0,
                        "stock": null,
                        "has_gimmick_tag": true,
                        "key_measurement": null,
                        "sold": null,
                        "is_lowest_price_at_shopee": true
                    }
                ],
                "tier_variations": [
                    {
                        "name": "string",
                        "options": [
                            "string"
                        ],
                        "images": null,
                        "properties": null,
                        "type": 0,
                        "summed_stocks": null,
                        "display_indicators": [
                            0
                        ]
                    }
                ],
                "size_chart": null,
                "size_chart_info": null,
                "welcome_package_type": 0,
                "is_free_gift": true,
                "deep_discount": null,
                "is_low_price_eligible": null,
                "bundle_deal_info": null,
                "add_on_deal_info": null,
                "shipping_icon_type": 0,
                "badge_icon_type": 0,
                "spl_info": {
                    "installment_info": null,
                    "user_credit_info": null,
                    "channel_id": null,
                    "show_spl": true,
                    "show_spl_lite": null,
                    "spl_xtra": null
                },
                "estimated_days": 0,
                "is_pre_order": true,
                "is_free_shipping": true,
                "overall_purchase_limit": null,
                "min_purchase_limit": 0,
                "is_hide_stock": true,
                "stock": null,
                "normal_stock": null,
                "current_promotion_reserved_stock": 0,
                "can_use_wholesale": true,
                "wholesale_tier_list": [
                    "string"
                ],
                "price": 0,
                "raw_discount": 0,
                "hidden_price_display": null,
                "price_min": 0,
                "price_max": 0,
                "price_before_discount": 0,
                "price_min_before_discount": 0,
                "price_max_before_discount": 0,
                "other_stock": null,
                "discount_stock": 0,
                "current_promotion_has_reserve_stock": true,
                "complaint_policy": null,
                "show_recycling_info": true,
                "should_show_amp_tag": true,
                "all_models_has_pre_order": true,
                "is_item_inherited": true,
                "max_quantity": 0
            },
            "account": {
                "user_id": null,
                "is_new_user": null,
                "default_address": {
                    "state": "string",
                    "city": "string",
                    "district": "string",
                    "town": "string",
                    "zip_code": "string",
                    "address": null,
                    "region": null,
                    "longitude": null,
                    "latitude": null
                },
                "adult_consent": null,
                "birth_timestamp": null
            },
            "product_images": {
                "video": null,
                "images": [
                    "string"
                ],
                "first_tier_variations": [
                    "string"
                ],
                "sorted_variation_image_index_list": [
                    "string"
                ],
                "overlay": null,
                "makeup_preview": null,
                "abnormal_status": "string",
                "promotion_images": [
                    "string"
                ],
                "long_images": null,
                "shopee_video_info_list": [
                    "string"
                ],
                "shopee_video_rcmd_info": null,
                "shopee_video_req_id": null,
                "skincam": null,
                "pdp_top_info_list": null,
                "has_long_image": null
            },
            "product_price": {
                "discount": null,
                "installment_info": null,
                "spl_installment_info": null,
                "pack_size": "string",
                "hide_price": true,
                "price": {
                    "single_value": 0,
                    "range_min": 0,
                    "range_max": 0,
                    "price_mask": null
                },
                "price_before_discount": null,
                "presale_price": null,
                "lowest_past_price": null,
                "labels": null,
                "hide_discount": true,
                "discount_text": null,
                "show_final_price_indicator": true
            },
            "flash_sale": null,
            "flash_sale_preview": null,
            "deep_discount": null,
            "exclusive_price": null,
            "exclusive_price_cta": null,
            "product_meta": {
                "show_lowest_price_guarantee": true,
                "show_original_guarantee": true,
                "show_best_price_guarantee": true,
                "show_official_shop_label_in_title": true,
                "show_shopee_verified_label": true,
                "show_lowest_installment_guarantee": true,
                "hide_sharing_button": true,
                "hide_sold_count": true
            },
            "product_review": {
                "rating_star": 0,
                "rating_count": [
                    0
                ],
                "total_rating_count": 0,
                "historical_sold": null,
                "global_sold": null,
                "liked": true,
                "liked_count": 0,
                "cmt_count": 0,
                "should_move_ratings_above": null,
                "review_rcmd_exp_group": null,
                "display_global_sold": true,
                "hide_rating": true,
                "hide_buyer_gallery": true,
                "hide_reviews": true,
                "hide_other_product_reviews_in_shop": true
            },
            "promotion_info": {
                "spl": null,
                "spl_lite": null,
                "installment": null,
                "wholesale": null,
                "insurance": null,
                "item_installment_eligibility": {
                    "is_cc_installment_payment_eligible": true,
                    "is_non_cc_installment_payment_eligible": true
                }
            },
            "age_gate": {
                "kyc": null
            },
            "shipping_meta": null,
            "product_shipping": {
                "free_shipping": {
                    "min_spend": {
                        "single_value": 0,
                        "range_min": 0,
                        "range_max": 0,
                        "price_mask": null
                    },
                    "has_fss": true
                },
                "shipping_fee_info": {
                    "ship_from_location": "string",
                    "price": {
                        "single_value": 0,
                        "range_min": 0,
                        "range_max": 0,
                        "price_mask": null
                    },
                    "shipping_icon_type": 0,
                    "warning": null
                },
                "show_shipping_to": true,
                "ungrouped_channel_infos": [
                    {
                        "channel_id": 0,
                        "name": "string",
                        "price": {
                            "single_value": 0,
                            "range_min": 0,
                            "range_max": 0,
                            "price_mask": null
                        },
                        "price_before_discount": {
                            "single_value": 0,
                            "range_min": 0,
                            "range_max": 0,
                            "price_mask": null
                        },
                        "channel_delivery_info": {
                            "has_edt": true,
                            "display_mode": "string",
                            "estimated_delivery_date_from": 0,
                            "estimated_delivery_date_to": 0,
                            "estimated_delivery_time_min": 0,
                            "estimated_delivery_time_max": 0,
                            "delay_message": "string",
                            "is_fastest_edt_channel": null,
                            "sla_message": null,
                            "show_edt": true,
                            "edt_text": "string"
                        },
                        "channel_promotion_infos": [
                            {
                                "rule_id": 0,
                                "type": 0,
                                "display_mode": 0,
                                "discount_off": 0,
                                "min_spend": {
                                    "single_value": 0,
                                    "range_min": 0,
                                    "range_max": 0,
                                    "price_mask": null
                                },
                                "cap": 0
                            }
                        ],
                        "warning": null,
                        "shipping_icon_type": null,
                        "lowest_bpsf_promotion_rule": null,
                        "service_type_info": "string",
                        "is_integrated_channel": true,
                        "late_delivery_compensation": null,
                        "is_sst_included": true,
                        "display_text": {
                            "late_delivery_compensation": null,
                            "direct_delivery": null,
                            "fulfilled_by_shopee": null
                        },
                        "rule_type": 0
                    }
                ],
                "grouped_channel_infos_by_service_type": [
                    "string"
                ],
                "also_available_channel_name": null,
                "pre_selected_shipping_channel": null,
                "show_grouped_channel_first": null,
                "is_item_with_price_range": true,
                "also_available_channel_icon_type": null,
                "pre_order_text": "string",
                "selected_late_delivery_compensation_for_drawer": null,
                "shipping_info_text": {
                    "text_template": null,
                    "shipping_fee": null,
                    "edt_from": null,
                    "edt_to": null,
                    "show_shipping_fee_suffix": true
                }
            },
            "shop_vouchers": [
                "string"
            ],
            "free_return": null,
            "coin_info": {
                "spend_cash_unit": 0,
                "coin_earn_items": [
                    "string"
                ],
                "coin_earn_label": null
            },
            "product_attributes": {
                "attrs": [
                    {
                        "name": "string",
                        "value": "string",
                        "id": 0,
                        "is_timestamp": null,
                        "brand_option": null,
                        "val_id": null,
                        "url": "string",
                        "brand_id": 0,
                        "full_url": "string",
                        "type": 0
                    }
                ],
                "categories": [
                    {
                        "catid": 0,
                        "display_name": "string",
                        "no_sub": true,
                        "is_default_subcat": true
                    }
                ],
                "related_items": [
                    "string"
                ]
            },
            "shop_detailed": {
                "shopid": 0,
                "userid": 0,
                "last_active_time": 0,
                "vacation": true,
                "place": "string",
                "account": {
                    "portrait": "string",
                    "username": "string",
                    "status": 0
                },
                "is_shopee_verified": true,
                "is_preferred_plus_seller": true,
                "is_official_shop": true,
                "shop_location": "string",
                "item_count": 0,
                "rating_star": 0,
                "response_rate": 0,
                "session_info": null,
                "name": "string",
                "ctime": 0,
                "response_time": 0,
                "follower_count": 0,
                "show_official_shop_label": true,
                "rating_bad": 0,
                "rating_good": 0,
                "rating_normal": 0,
                "session_infos": null,
                "status": 0,
                "is_individual_seller": null,
                "is_mart": true,
                "favorite_shop_info": null,
                "is_3pf": true,
                "sold_total": null,
                "is_shopee_choice": true,
                "is_high_end": true,
                "banner": {
                    "shopee_choice": null
                },
                "authorized_brand": null
            },
            "age_gate_control": null,
            "abnormal_popup": null,
            "return_on_spot": null,
            "display_sections": {
                "add_on_deal": null,
                "bundle_deal": null,
                "exclusive_price_label": null,
                "free_return": null,
                "coin": null,
                "wholesale": null
            },
            "ineligible_ep": null,
            "tax_disclaimer": null,
            "alcohol_disclaimer": null,
            "design_control": {
                "use_new_revamp_first_screen": null,
                "display_on_time_delivery_guarantee": true,
                "disable_price_with_variation": true,
                "display_direct_delivery": true,
                "use_new_featured_video_revamp": null,
                "first_screen_revamp_abtest_group": null,
                "display_choice_customised_section": true,
                "is_support_fbs_enabled": true,
                "top_section_featured_video_ab_test_group": null,
                "enable_ksp_config": null
            },
            "shopee_free_return": null,
            "detail_level": 0,
            "removed_fields": null,
            "size_guide": null,
            "designer_info": null,
            "shipping_info": null,
            "vehicle_compatibility_info": null,
            "nea": null,
            "button_group": {
                "buy_with_voucher": null
            },
            "installment_drawer": null,
            "ongoing_banner": null,
            "teaser_banner": null,
            "price_breakdown": null,
            "membership_exclusive": null,
            "membership_exclusive_teaser": null
        }
    }
}
Modified at 2025-05-29 07:48:46
Previous
Scraper Request
Next
JS Render Docs
Built with