Discover/shopee.co.id API
live

shopee.co.id APIshopee.co.id

Access Shopee Indonesia product listings, official Shopee Mall shops, shop info, and trending searches via a structured JSON API. 6 endpoints.

Endpoints
6
Updated
10d ago
Try it
Number of items to return
Search keyword
Offset for pagination (newest)
api.parse.bot/scraper/f3391696-7ff1-4aab-bbea-3668f25ddf1f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f3391696-7ff1-4aab-bbea-3668f25ddf1f/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword. NOTE: Highly protected by Shopee's anti-bot (90309999); may return blocked results.

Input
ParamTypeDescription
limitintegerNumber of items to return
queryrequiredstringSearch keyword
offsetintegerOffset for pagination (newest)
Response
{
  "type": "object",
  "fields": {
    "data": "object",
    "status": "string"
  },
  "sample": {
    "data": {
      "items": [
        {
          "name": "Example Product",
          "price": 100000,
          "itemid": 42973411764
        }
      ]
    },
    "status": "success"
  }
}

About the shopee.co.id API

This API exposes 6 endpoints covering product search, product details, shop information, official Shopee Mall shop listings, shop categories, and trending search queries from shopee.co.id. The get_trending_search endpoint returns live popular search terms with associated item IDs, shop IDs, and thumbnail references, while get_official_shops lets you browse Shopee Mall sellers filtered by category ID.

Product and Shop Data

The search_products endpoint accepts a required query string along with optional limit and offset parameters for pagination, and returns a data object with matching product listings. Note that this endpoint and get_product_detail are flagged as highly protected by Shopee's anti-bot systems, meaning some requests may return blocked responses rather than product data. get_product_detail requires both an itemid and shopid to fetch full product information. get_shop_info takes a shopid and returns seller profile data.

Official Shops and Categories

get_official_shop_categories returns the full category tree for Shopee Mall, with each category object containing a category_id, name, and optional image. These category_id values feed directly into get_official_shops, which returns a paginated list of official Shopee Mall sellers. Each shop object includes shopid, shop_name, username, logo, brand_name, and additional metadata. The total field tells you how many shops exist in a given category.

Trending Searches

get_trending_search requires no inputs and returns an array of trending query objects, each containing the query text, associated item_ids, shop_ids, and image references. A has_more boolean indicates whether additional trending queries exist beyond the returned set. This endpoint is useful for monitoring what Indonesian shoppers are actively searching.

Common use cases
  • Monitor trending product categories on Shopee Indonesia using get_trending_search item and shop ID arrays
  • Build a Shopee Mall brand directory by paginating through get_official_shops with category filters
  • Populate a price comparison tool with product data returned from search_products
  • Enrich seller profiles in a marketplace analytics dashboard using get_shop_info metadata
  • Map the Shopee Mall category taxonomy from get_official_shop_categories for navigation or tagging
  • Track which search terms surface specific shop IDs by correlating get_trending_search results over time
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Shopee have an official developer API?+
Yes. Shopee offers the Shopee Open Platform API at open.shopee.com, intended for registered sellers and partners. It covers order management, logistics, and shop operations rather than public browse and discovery data.
What does `get_official_shops` return, and how do I filter by category?+
It returns a paginated list of Shopee Mall official shops, each with fields including shopid, shop_name, username, logo, and brand_name. To filter by category, first call get_official_shop_categories to retrieve valid category_id integers, then pass one as the category_id parameter to get_official_shops. The total field in the response tells you the full count of shops in that category.
How reliable is `search_products` and `get_product_detail`?+
Both endpoints are documented as highly protected by Shopee's anti-bot systems. Requests may return blocked responses (status code 90309999) instead of product data. These endpoints work on a best-effort basis and results are not guaranteed on every call.
Does the API return product reviews or ratings?+
Not currently. The API covers product listings, shop profiles, official Shopee Mall directories, and trending searches, but review text, star ratings, and review counts are not exposed in the described response fields. You can fork this API on Parse and revise it to add an endpoint targeting product review data.
Does `get_trending_search` support filtering by category or time range?+
No inputs are supported — the endpoint returns the current global trending queries for Shopee Indonesia with no category or time-range filtering. It covers the queries array with text, item IDs, shop IDs, and image references, plus a has_more boolean. You can fork this API on Parse and revise it to add filtered trending endpoints if more granular segmentation is needed.
Page content last updated . Spec covers 6 endpoints from shopee.co.id.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.