Process any Shein URL and proxy official XHR calls across every Shein market. Get structured product JSON, raw HTML, and search results through one consistent API.
$3.5 CPM - Unlimited Shein coverage, no hidden fees.
One key works across all Shein markets.
One API to capture Product JSON, Product HTML, and Search Results across Shein markets.
Retrieve structured product data in JSON format, parsed directly from Shein internals.
Get the raw or rendered HTML of the product page for custom parsing or archival.
Scrape search result pages (SERPs) to track rankings and product availability.
Forward any authenticated Shein XHR call through our `/xhr` proxy.
High-availability infrastructure with smart retries and caching to keep data streams live.
Every Shein workflow exposed as a stable REST endpoint.
/?url=https://de.shein.com/Manfinity-Men-Solid-Tee-p-301742043.html
/get_product_json?url=https://de.shein.com/Manfinity-Men-Solid-Tee-p-301742043.html
/get_product_html?url=https://de.shein.com/Manfinity-Men-Solid-Tee-p-301742043.html
/get_search_html?keyword=dress
Real-time monitoring of our scraping infrastructure
Pay only for what you use, scale as you grow
Join brands, sellers, and analytics teams already standardizing Shein access with DoReq. Issue an API key and ship in minutes.
Contact UsInline reference.
# API Documentation
Base URL: https://shein.doreq.com
## Authentication
- Include header `x-api-key: {your api key}` with every request.
## Endpoints
0. Process URL (Root)
- URL: `/?url={shein_url}`
- Method: GET
- Description: Processes a Shein product URL.
- Example: `/?url=https://de.shein.com/p-301742043.html`
1. Generic XHR Proxy
- URL: `/xhr`
- Method: GET or POST
- Description: Proxies any XHR call. Requires `url` and `referer` query params. POST accepts JSON.
2. Get Product JSON
- URL: `/get_product_json`
- Method: GET
- Description: Returns structured JSON data for the product.
- Params: `url` (Shein Product URL)
3. Get Product HTML
- URL: `/get_product_html`
- Method: GET
- Description: Returns raw HTML of the product page.
- Params: `url` (Shein Product URL)
4. Get Search HTML
- URL: `/get_search_html`
- Method: GET
- Description: Returns HTML of search results.
- Params: `keyword`
## Notes
- All URLs must be from allowed Shein domains.