# Mirraw — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Search and browse a curated collection of men's ethnic wear and traditional clothing from Mirraw's catalog to find the perfect cultural garments for any occasion. Filter through various styles, sizes, and designs of traditional menswear to discover authentic ethnic attire that matches your preferences.

**Category:** E-commerce | **Website:** [mirraw.com/](https://mirraw.com/) | **Docs:** [parse.bot/marketplace/d9765153-476c-4d96-a9db-8284cd0aee20/mirraw-com-api](https://parse.bot/marketplace/d9765153-476c-4d96-a9db-8284cd0aee20/mirraw-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-mirraw-com-api-d9765153/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### search_mens

Browse the men's category listing on Mirraw. Returns paginated product results including title, pricing, discount, brand, and image. Results are auto-iterated across pages; each page returns up to 24 items from a catalog of ~29,000+ men's products.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `page` | integer | No | Page number for pagination (1-based). |
| `sort` | string | No | Sort order for product results. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mirraw-com-api-d9765153/search_mens \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"page":"<integer>","sort":"<string>"}'
```
