/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 8 active endpoints including SHEIN category filter facets, SHEIN category product listing, SHEIN category nav tabs, SHEIN search aggregation filters, and related APIs. 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, keyword, goods_id, word, 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 POST "https://api.crawlora.net/api/v1/shein/products/search?keyword=coffee&page=1" \
-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/goodsapiKey10 credits/requestReturns SHEIN's product listing for a category, with the same normalized product-card fields as product search.
Required params: cat_id:query
/shein/category/navapiKey2 credits/requestReturns the subcategory navigation tabs for a SHEIN category, each with a representative product.
Required params: cat_id:query
/shein/products/aggregation-filtersapiKey10 credits/requestReturns the selectable category/brand/size/color filter facets and price range for a SHEIN search query.
Required params: keyword:query
/shein/products/detailapiKey10 credits/requestReturns a SHEIN product's detail: identity, copy, price, images, sizes/stock, color variants, and category/brand.
Required params: goods_id:query
/shein/products/searchapiKey10 credits/requestReturns SHEIN's product search results for a free-text keyword, with normalized name/price/rating/image fields per card.
Required params: keyword:query
/shein/search/autocompleteapiKey5 credits/requestReturns SHEIN's search typeahead suggestions for a partial search query.
Required params: word:query
/shein/search/keywordsapiKey2 credits/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 product listing | /shein/category/goods | GET | 10 credits/request | cat_id:query | View docs | Try endpoint |
| SHEIN category nav tabs | /shein/category/nav | GET | 2 credits/request | cat_id:query | View docs | Try endpoint |
| SHEIN search aggregation filters | /shein/products/aggregation-filters | POST | 10 credits/request | keyword:query | View docs | Try endpoint |
| SHEIN product detail | /shein/products/detail | GET | 10 credits/request | goods_id:query | View docs | Try endpoint |
| SHEIN product search | /shein/products/search | POST | 10 credits/request | keyword:query | View docs | Try endpoint |
| SHEIN search autocomplete | /shein/search/autocomplete | POST | 5 credits/request | word:query | View docs | Try endpoint |
| SHEIN trending search keywords | /shein/search/keywords | POST | 2 credits/request | None | View docs | Try endpoint |