/shein/category/filtersapiKey2 credits/requestSHEIN category filter facets
Returns the filter facets (sizes, colors, materials, …) and price range for a SHEIN category.
Required params: cat_id:query
API Reference
Use Crawlora's SHEIN API endpoints to extract supported public SHEIN data as structured JSON. This documentation covers 3 active endpoints including SHEIN category filter facets, SHEIN category nav tabs, SHEIN trending search keywords. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as cat_id, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/shein/category/filters" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/shein/category/filtersapiKey2 credits/requestReturns the filter facets (sizes, colors, materials, …) and price range for a SHEIN category.
Required params: cat_id:query
/shein/category/navapiKey1 credit/requestReturns the subcategory navigation tabs for a SHEIN category, each with a representative product.
Required params: cat_id:query
/shein/search/keywordsapiKey1 credit/requestReturns the trending search keywords SHEIN's app surfaces in its search box.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| SHEIN category filter facets | /shein/category/filters | GET | 2 credits/request | cat_id:query | View docs | Try endpoint |
| SHEIN category nav tabs | /shein/category/nav | GET | 1 credit/request | cat_id:query | View docs | Try endpoint |
| SHEIN trending search keywords | /shein/search/keywords | POST | 1 credit/request | None | View docs | Try endpoint |