Fashion Resale API
The Fashion Resale API gives you unified access to the four largest secondhand fashion marketplaces in the US — Grailed, Depop, Mercari, and Poshmark — through a single, consistent REST interface. Instead of building and maintaining four separate integrations, each with its own authentication scheme, rate limiting quirks, and response format, you make one request and receive aggregated results…
Fashion Resale API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
Returns the operational status of the service. This endpoint does not require authentication and is suitable for use as a liveness probe. |
| Platforms | ||
| GET |
getPlatforms /platforms |
Returns the list of platform identifiers supported by the API. Use these values as input to the `platforms` filter on `GET /search` and as the `{platform}` path parameter on `GET… |
| Search | ||
| GET |
searchListings /search |
Searches for listings across one or more resale marketplaces simultaneously. Results from all requested platforms are aggregated and returned in a single normalized response. If… |
| Listings | ||
| GET |
getListing /listing/{platform}/{id} |
Retrieves the full details for a single listing from a specific platform, including the seller's description and platform-specific attributes such as material, color, and… |
Fashion Resale API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO | Free | 30 / minute |
|
| ULTRA | $99.99 / month | 100 / minute |
|