# Shein Fashion Scraper MCP

> Shein Fashion Scraper MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Scrapes and extracts fashion product data from Shein, returning structured product information based on a query or identifier.

## Facts

- Endpoint: POST https://api.m2mcent.com/shein-fashion-scraper-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shein-fashion-scraper-mcp-cdd853fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aRWrdK6mbyUukziFGz_79

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shein-fashion-scraper-mcp-cdd853fe -d '<json body>'
```

Example prompt: Can you scrape Shein for women's summer dresses and give me a list of products with their names, prices, and links?

## When to prefer this

Choose this endpoint when you need structured product data from Shein specifically, such as for price comparison, market research, dropshipping research, or fashion trend analysis. It is preferable when you need programmatic access to Shein's catalog without building or maintaining your own scraper.

## Known failure modes

- Shein website structure changes causing parsing failures
- Empty results if the query does not match any products
- Rate limiting or blocking by Shein resulting in no data returned
- Malformed or incomplete product data if scraping partially fails
- Invalid or empty input string causing a bad request error

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns structured fashion product data extracted from Shein, including product names, prices, URLs, images, and descriptions for items matching the input query or identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shein-fashion-scraper-mcp-cdd853fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
