E-commerce & Marketplaces

Grailed API

The Grailed API returns curated menswear, streetwear and archive-fashion resale data as clean JSON.

6 actionsLive JSON1,000 free creditsMCP-ready
Get a free keyOpen in playground

🤖 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.

Live example

Real request and response JSON

Captured from the indexed primary action, search, on .

Captured request
{
  "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
  }
}
Captured response
{
  "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
        }
      }
    ]
  }
}
Actions

What the Grailed API does

ActionDescriptionConcrete use caseKey params
searchSearch 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_detailFull 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_listingsSearch 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_listingsAll 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, ...
designersSearch 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_detailDesigner/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
Code samples

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}'
MCP one-liner
Ask your MCP-connected assistant: call reefapi.grailed.search with {"query":"stone island","per_page":10}.
Use cases

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.
FAQ

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.

docs / grailed

Grailed

Grailed

base /grailed/v16 endpoints
post/grailed/v1/listing_detail1 credit

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.

ParameterAllowed / rangeDescription
idoptionalGrailed listing id — the digits in the listing URL (grailed.com/listings/<id>-slug). Take it from search results. Provide id OR url.
urloptionalFull Grailed listing URL — alternative to id.
Try in playground →
post/grailed/v1/sold_listings1 credit

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.

ParameterAllowed / rangeDescription
queryoptionalKeywords for the sold-comps search (give query and/or a filter).
designeroptionalFilter to one designer/brand by its EXACT Grailed name (e.g. 'Stone Island', 'Rick Owens', 'Supreme'). Resolve the exact name with the `designers` action.
categoryoptionaltops · bottoms · outerwear · footwear · tailoring · accessories · womens_tops · womens_bottoms · womens_outerwear · womens_dresses · womens_footwear · womens_accessories · womens_bags_luggage · womens_jewelryTop-level category facet.
departmentoptionalmenswear · womenswearMenswear or womenswear section.
sizeoptionalSize facet (e.g. 'm', 's', 'us 10', '32'). Sizes are category specific — copy the exact value from a search result's `size`.
coloroptionalblack · white · gray · brown · beige · blue · green · red · purple · pink · yellow · orange · silver · gold · multiPrimary color facet.
conditionoptionalis_new · is_gently_used · is_used · is_worn · is_not_specifiedItem condition.
strataoptionalgrailed · hype · sartorial · basicGrailed market tier (curation level).
price_fromoptional0–Only listings at or above this price (USD).
price_tooptional0–Only listings at or below this price (USD).
sort = newestoptionalnewest · relevance · price_high · price_lowSold-comp ordering.
page = 1optional1–200Page number (Algolia serves up to 200 pages per query).
per_page = 40optional1–100Results per page (1–100).
Try in playground →
post/grailed/v1/seller_listings1 credit

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.

ParameterAllowed / rangeDescription
seller_idrequiredGrailed seller (user) id — take it from a listing's seller.id.
queryoptionalOptional keyword to search within this seller's items.
categoryoptionaltops · bottoms · outerwear · footwear · tailoring · accessories · womens_tops · womens_bottoms · womens_outerwear · womens_dresses · womens_footwear · womens_accessories · womens_bags_luggage · womens_jewelryTop-level category facet.
designeroptionalFilter to one designer/brand by its EXACT Grailed name (e.g. 'Stone Island', 'Rick Owens', 'Supreme'). Resolve the exact name with the `designers` action.
sort = relevanceoptionalrelevance · newest · price_low · price_high · most_popular · recently_bumpedResult ordering.
page = 1optional1–200Page number (Algolia serves up to 200 pages per query).
per_page = 40optional1–100Results per page (1–100).
Try in playground →
post/grailed/v1/designers1 credit

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.

ParameterAllowed / rangeDescription
queryrequiredDesigner/brand name (or part of it) to look up.
page = 1optional1–200Page number (Algolia serves up to 200 pages per query).
per_page = 40optional1–100Results per page (1–100).
Try in playground →
post/grailed/v1/designer_detail1 credit

Designer/brand profile by `slug`: id, title, description, follower count and the exact name to use as a designer filter.

ParameterAllowed / rangeDescription
slugrequiredDesigner slug from a designer URL (grailed.com/designers/<slug>) or the `designers` action.
Try in playground →