Shopee Search Keyword Suggestions avatar

Shopee Search Keyword Suggestions

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Shopee Search Keyword Suggestions

Shopee Search Keyword Suggestions

Fetch Shopee keyword autocomplete suggestions for any search prefix. Returns up to 12 ranked keyword suggestions — useful for SEO keyword research and trending product term discovery. Works for all 11 Shopee regions. No account required.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

xtractoo

xtractoo

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

Fetch Shopee's keyword autocomplete suggestions for any search prefix — the same ranked terms that appear in the search bar dropdown when users type on Shopee.

Why use this actor

  • Zero cost keyword research — discover what real Shopee shoppers are searching for
  • All 11 Shopee regions — localized suggestions for ID, SG, MY, TH, PH, VN, and more
  • Batch mode — submit multiple seed keywords in one run
  • No account or login required — no credentials, no API key needed
  • Stable JSON output — clean structured data, no HTML parsing

How it works

  1. You provide a keyword prefix (e.g. "laptop") and a country.
  2. The actor calls Shopee's search suggestion API — the same endpoint that powers the live autocomplete dropdown.
  3. Up to 12 ranked keyword suggestions are returned per input, in the local language.
  4. Results stream into your dataset as JSON.

Input

{
"country": "id",
"keyword": "laptop"
}

Batch mode — multiple keywords in one run:

{
"country": "id",
"keywords": ["laptop", "handphone", "sepatu"]
}
FieldTypeDescription
keywordstringSingle search prefix to expand into suggestions.
keywordsarrayMultiple search prefixes for batch processing. Each returns up to 12 suggestions.
countrystringShopee regional site: id (default), sg, my, th, ph, vn, br, tw, mx, co, cl

Provide either keyword (single) or keywords (batch), or both. Always returns exactly 12 suggestions per input regardless of the limit parameter (Shopee API behaviour).

Output

[
{
"keyword": "laptop murah",
"rank_position": 5,
"category_id": 0,
"category_name": "",
"source_keyword": "laptop",
"country": "id"
},
{
"keyword": "laptop",
"rank_position": 0,
"category_id": 0,
"category_name": "",
"source_keyword": "laptop",
"country": "id"
},
{
"keyword": "laptop asus",
"rank_position": 4,
"category_id": 0,
"category_name": "",
"source_keyword": "laptop",
"country": "id"
},
{
"keyword": "laptop gaming",
"rank_position": 8,
"category_id": 0,
"category_name": "",
"source_keyword": "laptop",
"country": "id"
},
{
"keyword": "laptop acer",
"rank_position": 14,
"category_id": 0,
"category_name": "",
"source_keyword": "laptop",
"country": "id"
}
// ... 7 more
]
FieldTypeDescription
keywordstringThe suggested search term
rank_positionintegerShopee's internal rank score for this suggestion (lower = higher priority)
category_idintegerCategory ID if the suggestion is category-specific (0 = all categories)
category_namestringHuman-readable category name, or empty string
source_keywordstringThe input prefix that generated this suggestion
countrystringShopee region code

Other Shopee Actors

ActorWhat it does
../shopee-search-actKeyword + category search across all sellers
../shopee-mall-searchOfficial brand store search (Shopee Mall)
../shopee-detail-actFull product detail by shop/item ID or URL
../shopee-shop-actAll products from a specific Shopee shop
../shopee-campaignProducts from Shopee campaign microsites
../shopee-flash-saleCurrent flash sale session products