Endpoint Playground
Test Crawlora's SHEIN Trending Search Keywords API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/shein/search/keywords" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-X POST \
--data "{}"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| scene | string | No | Keyword scene (trendStoreChannel) | |
| word_type | string | No | Keyword type (1) |
{
"code": 200,
"msg": "OK",
"data": {
"keywords": [
{
"word": "Mother And Daughter",
"word_id": "199828",
"type": "goods_pool",
"from": "search"
},
{
"word": "Ball Dress",
"word_id": "238507",
"type": "goods_pool",
"from": "search"
}
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns the trending search keywords SHEIN's app surfaces in its search box.
{
"code": 200,
"msg": "OK",
"data": {
"keywords": [
{
"word": "Mother And Daughter",
"word_id": "199828",
"type": "goods_pool",
"from": "search"
},
{
"word": "Ball Dress",
"word_id": "238507",
"type": "goods_pool",
"from": "search"
}
]
}
}curl "https://api.crawlora.net/api/v1/shein/search/keywords" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-X POST \
--data "{}"