Alibaba Scraper

ENDPOINTS
GET/trending-keywords

Trending Keywords

Get the keywords buyers are searching for right now, each with a ready-to-use search link.

QUERY PARAMS

Maximum number of keywords.

Default: 10

Allowed values: 1-20

{
  "count": 10,
  "results": [
    {
      "keyword": "watch",
      "link": "https://www.alibaba.com/trade/search?SearchText=watch"
    },
    {
      "keyword": "women’s intimates",
      "link": "https://www.alibaba.com/trade/search?SearchText=women’s+intimates"
    },
    {
      "keyword": "surron",
      "link": "https://www.alibaba.com/trade/search?SearchText=surron"
    },
    {
      "keyword": "spider hoodie",
      "link": "https://www.alibaba.com/trade/search?SearchText=spider+hoodie"
    },
    {
      "keyword": "perfume",
      "link": "https://www.alibaba.com/trade/search?SearchText=perfume"
    },
    {
      "keyword": "shoes",
      "link": "https://www.alibaba.com/trade/search?SearchText=shoes"
    },
    {
      "keyword": "browsing history",
      "link": "https://www.alibaba.com/trade/search?SearchText=browsing+history"
    },
    {
      "keyword": "squishy toys",
      "link": "https://www.alibaba.com/trade/search?SearchText=squishy+toys"
    },
    {
      "keyword": "e bike",
      "link": "https://www.alibaba.com/trade/search?SearchText=e+bike"
    },
    {
      "keyword": "bape shirt",
      "link": "https://www.alibaba.com/trade/search?SearchText=bape+shirt"
    }
  ]
}