Discover/sheinindia.in API
live

sheinindia.in APIsheinindia.in

Access SHEIN India's fashion catalog via 7 endpoints. Search products, browse women's, men's, and sneaker categories, and fetch full product details with variants.

Endpoints
7
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/37545b66-57d0-4372-bfd3-641fd05486f7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/37545b66-57d0-4372-bfd3-641fd05486f7/get_homepage' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Fetch the SHEIN India homepage data including navigation, banners, and metadata extracted from the server-side rendered state.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "meta": "object containing page metadata",
    "banners": "object containing homepage promotional banners",
    "navigation": "object containing site navigation structure and links"
  },
  "sample": {
    "data": {
      "meta": {},
      "banners": {},
      "navigation": {}
    },
    "status": "success"
  }
}

About the sheinindia.in API

The SHEIN India API exposes 7 endpoints covering the full sheinindia.in fashion catalog, from homepage banners and site navigation to paginated product listings and detailed variant data. Use get_product_details to retrieve color and size variants, stock status, and formatted pricing for any individual item, or use search_products to query the catalog by keyword with faceted filtering on gender, category, price range, and color.

Catalog Browsing

Three category-scoped endpoints — get_products, get_women_products, and get_men_products — return paginated product listings for the root store, the Women's shop, and the Men's shop respectively. Each endpoint accepts page (zero-indexed) and limit parameters, and every response includes a pagination object with totalResults, totalPages, currentPage, and pageSize. Product objects carry code, name, price, images, and url. Facets arrays expose filterable dimensions including gender, category, price range, color, and size.

Product Details and Variants

get_product_details accepts a product_code as either a bare numeric code (e.g. 443391086014) or a color-suffixed variant code (e.g. 443391086_midblue). The response includes baseOptions — an array of color variants each with its own pricing, stock status, and images — and variantOptions covering available sizes with per-size stock and pricing. The price object returns currency, raw value, and a formatted display string.

Search and Footwear

search_products takes a required query string and returns the same product-and-facets structure as the category endpoints. Notably, certain well-known search terms may resolve to curated category pages rather than free-text results. get_sneakers provides a dedicated paginated feed for footwear without requiring a search query.

Homepage Data

get_homepage returns three top-level objects: meta (page metadata), banners (promotional banner content), and navigation (the full site navigation tree and links). This endpoint takes no inputs and is useful for mapping the store's category structure or monitoring active promotions.

Common use cases
  • Aggregate SHEIN India pricing data to track price changes across women's and men's fashion categories over time.
  • Build a product comparison tool using get_product_details to surface all color and size variants with per-variant stock status.
  • Index the full SHEIN India catalog for a fashion discovery app using paginated get_products calls with totalPages for iteration.
  • Populate a sneaker-focused storefront or affiliate site using get_sneakers with pagination.
  • Drive a search feature in a fashion app by forwarding user queries to search_products and rendering faceted filter options from the response.
  • Map the site's category and navigation hierarchy by parsing the navigation object from get_homepage.
  • Monitor active promotional banners on the SHEIN India homepage using the banners field from get_homepage.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does SHEIN India have an official public developer API?+
SHEIN India (running on Reliance AJIO infrastructure) does not publish a public developer API with documented endpoints or API keys available to third parties.
How do color and size variants work in `get_product_details`?+
baseOptions in the response contains color variants — each with its own images, pricing, and stock status. variantOptions lists size options under the selected variant, also with stock and pricing. You can request a specific color variant directly by passing a color-suffixed code like 443391086_midblue as the product_code.
Does `search_products` always return free-text results?+
Not always. For well-known terms, the search may redirect to a curated category page rather than returning free-text matches. The product and facet structure of the response is consistent either way, but the result set may be editorially curated rather than algorithmically ranked.
Does the API expose customer reviews or ratings for products?+
Not currently. The API covers product details, variant data, pricing, stock status, and catalog browsing, but does not return review text or star ratings. You can fork this API on Parse and revise it to add an endpoint that fetches review data for a given product code.
Can I filter product listings by color or size directly in the request?+
The listing endpoints (get_products, get_women_products, get_men_products) accept only page and limit as inputs. Color, size, and other filters appear as facet metadata in the response but cannot be applied as query parameters in the current endpoints. You can fork this API on Parse and revise it to add filter parameters that scope results by facet values.
Page content last updated . Spec covers 7 endpoints from sheinindia.in.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
SHEIN India API – Products, Search & Categories · Parse