Grailed API
The Grailed API returns curated menswear, streetwear and archive-fashion resale data as clean JSON.
🤖 Using an AI assistant? Copy this link into ChatGPT / Claude / Cursor — it reads every endpoint and parameter instantly and tells you if this API fits your use case.
The primary search endpoint returns listings with id, title, URL, price, size, condition, colour, category, department and designers, and you can pull a listing_detail, sold_listings, a seller's listings, the designers list and a designer detail. It is built for resale-price intelligence, fashion apps and reselling tools that need Grailed market data without a scraper. One ReefAPI key, one shared credit pool, the standard envelope.
Real request and response JSON
Captured from the indexed primary action, search, on .
{
"method": "POST",
"url": "https://api.reefapi.com/grailed/v1/search",
"headers": {
"x-api-key": "$REEF_KEY",
"content-type": "application/json"
},
"body": {
"query": "stone island",
"per_page": 10
}
}{
"ok": true,
"meta": {
"api": "grailed",
"endpoint": "search",
"mode": "live",
"latency_ms": 574.6,
"record_count": 10,
"bytes": 30709,
"cache_hit": false,
"stop_reason": "limit_reached",
"method": "algolia",
"index": "Listing_production",
"sort": "relevance",
"pagination": {
"page": 1,
"has_more": true,
"next_page": 2
},
"total_results": 21751,
"total_pages": 100
},
"data": {
"listings": [
{
"id": 101057234,
"title": "Stone Island Garment Lightweight Down Puffer Jacket Olive M",
"url": "https://www.grailed.com/listings/[redacted-phone]",
"price": 350,
"currency": "USD",
"size": "m",
"condition": "is_gently_used",
"condition_label": "Gently Used",
"color": "green",
"category": "outerwear",
"category_path": "outerwear.heavy_coats",
"department": "menswear",
"designers": [
{
"id": "[trimmed-depth]",
"name": "[trimmed-depth]",
"slug": "[trimmed-depth]"
}
],
"designer_names": "Stone Island",
"strata": "grailed",
"location": "Canada",
"follower_count": 0,
"photo_count": 7,
"cover_photo": "https://media-assets.grailed.com/prd/listing/temp/3a72bbbb0f9341b09190fb5429be7dcf",
"buy_now": true,
"make_offer": true,
"sold": false,
"created_at": "[redacted-phone]T17:17:40.826Z",
"seller": {
"id": 17336912,
"username": "BOUNTYR1O",
"rating_average": null,
"rating_count": 0,
"total_bought_and_sold": 1,
"trusted_seller": false
}
},
{
"id": 95556629,
"title": "Stone Island Zip-Up Shirt-Jacket - M",
"url": "https://www.grailed.com/listings/95556629",
"price": 144,
"currency": "USD",
"size": "m",
"condition": "is_gently_used",
"condition_label": "Gently Used",
"color": "black",
"category": "outerwear",
"category_path": "outerwear.light_jackets",
"department": "menswear",
"designers": [
{
"id": "[trimmed-depth]",
"name": "[trimmed-depth]",
"slug": "[trimmed-depth]"
}
],
"designer_names": "Stone Island",
"strata": "grailed",
"location": "Canada",
"follower_count": 31,
"photo_count": 11,
"cover_photo": "https://media-assets.grailed.com/prd/listing/temp/42d[redacted-phone]e9926f95bec41c5129",
"buy_now": true,
"make_offer": true,
"sold": false,
"created_at": "[redacted-phone]T14:43:28.869Z",
"seller": {
"id": 11203381,
"username": "48hourslumberparty",
"rating_average": 5,
"rating_count": 3,
"total_bought_and_sold": 17,
"trusted_seller": false
}
},
{
"id": 100072772,
"title": "Sz XXL Stone Island Logo Patch Sweatshirt mojos1231649.",
"url": "https://www.grailed.com/listings/[redacted-phone]",
"price": 342,
"currency": "USD",
"size": "xxl",
"condition": "is_gently_used",
"condition_label": "Gently Used",
"color": "green",
"category": "tops",
"category_path": "tops.sweatshirts_hoodies",
"department": "menswear",
"designers": [
{
"id": "[trimmed-depth]",
"name": "[trimmed-depth]",
"slug": "[trimmed-depth]"
}
],
"designer_names": "Stone Island",
"strata": "grailed",
"location": "Asia",
"follower_count": 0,
"photo_count": 8,
"cover_photo": "https://media-assets.grailed.com/prd/listing/temp/ab1c4879bb34425cbc15a08982816bb9",
"buy_now": true,
"make_offer": true,
"sold": false,
"created_at": "[redacted-phone]T17:15:55.548Z",
"seller": {
"id": 12408366,
"username": "NexTarrow",
"rating_average": 4.899459459459459,
"rating_count": 925,
"total_bought_and_sold": 2155,
"trusted_seller": false
}
}
]
}
}What the Grailed API does
| Action | Description | Concrete use case | Key params |
|---|---|---|---|
| search | Search Grailed listings by keyword + filters (designer, category, size, color, condition, department, strata, location, price band) with sorting and pagination. Returns live listings with price, size, condition, designer, photos and a seller summary. The catalog-discovery surface. | Pricing teams call search to search Grailed listings by keyword + filters (designer, category, size, color, condition, dep…. | query, designer, category, category_path, department, ... |
| listing_detail | Full detail for one listing by `id` or `url`: title, description, price, size (pretty + exact), condition, color, category, all photos, measurements, traits, shipping table, designers, sold price, and a seller summary. | Marketplace operators call listing_detail to get full detail for one listing by `id` or `url`. | id, url |
| sold_listings | Search SOLD listings (resale comps) by keyword + the same filters as search. Each result carries its sold_price and sold_at — the price-history / market-value moat for valuing menswear, streetwear and archive pieces. | Catalog enrichment teams call sold_listings to search SOLD listings (resale comps) by keyword + the same filters as search. | query, designer, category, department, size, ... |
| seller_listings | All active listings from one seller's storefront by `seller_id`. Same listing shape as search; paginated. Resolve a seller_id from any search/detail result's seller.id. | Retail analysts call seller_listings to get all active listings from one seller's storefront by `seller_id`. | seller_id, query, category, designer, sort, ... |
| designers | Search Grailed's designer/brand directory by name → id, slug, listings_count, logo and departments. Use the returned exact `name` to filter search/sold_listings by designer, and the `slug` for the `designer_detail` action. | Pricing teams call designers to search Grailed's designer/brand directory by name → id, slug, listings_count, logo and depart…. | query, page, per_page |
| designer_detail | Designer/brand profile by `slug`: id, title, description, follower count and the exact name to use as a designer filter. | Marketplace operators call designer_detail to get designer/brand profile by `slug`. | slug |
Call search from your stack
curl -X POST https://api.reefapi.com/grailed/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"stone island","per_page":10}'import requests
r = requests.post(
"https://api.reefapi.com/grailed/v1/search",
headers={"x-api-key": REEF_KEY},
json={
"query": "stone island",
"per_page": 10
},
)
print(r.json()["data"])const res = await fetch("https://api.reefapi.com/grailed/v1/search", {
method: "POST",
headers: {
"x-api-key": process.env.REEF_KEY,
"content-type": "application/json",
},
body: JSON.stringify({
"query": "stone island",
"per_page": 10
}),
});
const { ok, data, meta, error } = await res.json();Ask your MCP-connected assistant: call reefapi.grailed.search with {"query":"stone island","per_page":10}.Who uses this API and why
- Resale-price tools call search and sold_listings to value an item from real completed sales.
- Fashion apps use designer_detail and search to surface listings by brand and category.
- Resellers use seller_listings to track a competitor's inventory and pricing on Grailed.
Questions developers ask before integrating
What is the Grailed API?
Grailed API is a ReefAPI endpoint group for grailed It returns live JSON through POST requests under /grailed/v1.
Is the Grailed API free to try?
Yes. ReefAPI starts with 1,000 free credits, no card required. Grailed calls use the same shared credit balance as every other ReefAPI engine.
Do I need a Grailed login or account?
No login to Grailed is needed for the API response. You call ReefAPI with your x-api-key header, and the playground can run live examples before you create a production key.
How fresh is the Grailed data?
The page example is captured from a live search call, and production requests fetch live data through ReefAPI rather than a static sample.
How many credits does the Grailed API use?
Grailed actions currently cost 1 credit per successful call. Failed or blocked calls are free, and all APIs draw from one credit pool.
Can I call Grailed from an AI assistant or MCP client?
Yes. Connect ReefAPI once through MCP and your assistant can call grailed actions with the same key, credit pool and JSON envelope used by normal REST requests.
Is the Grailed API a Grailed scraper?
It is the managed alternative to a DIY Grailed scraper. Instead of building and maintaining your own scraper — proxies, headless browsers, captcha and constant breakage — you call one ReefAPI endpoint and get the same grailed back as clean JSON.
Why does my Grailed scraper keep getting blocked?
Most Grailed scrapers break on anti-bot defenses, rate limits and IP bans that need rotating residential proxies and browser fingerprinting to clear. ReefAPI handles all of that for you — no proxies, no captchas, no maintenance — and returns live JSON. Blocked or failed calls are free.