Shein Scraper

ENDPOINTS
GET/products/trending

Trending Keywords

The search keywords Shein is pushing right now; feed any of them straight into Search Products.

{
  "count": 7,
  "trending": [
    {
      "keyword": "squishy",
      "type": "insitehot"
    },
    {
      "keyword": "dresses",
      "type": "insitehot"
    },
    {
      "keyword": "shorts",
      "type": "insitehot"
    },
    {
      "keyword": "bikini",
      "type": "insitehot"
    },
    {
      "keyword": "going out tops",
      "type": "insitehot"
    },
    {
      "keyword": "mens shorts",
      "type": "insitehot"
    },
    {
      "keyword": "squishy toys",
      "type": "insitehot"
    }
  ]
}