Every API, one clean contract.
163 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
14 APIsE-commerce & Marketplaces
34 APIsReal Estate
11 APIsJobs & Hiring
13 APIsTravel & Lodging
8 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
23 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsGrailed API scraper
livepost/grailed/v1/search1 creditSearch 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.
{
"query": "stone island",
"per_page": 10
}Try in playground →post/grailed/v1/listing_detail1 creditFull 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.
post/grailed/v1/sold_listings1 creditSearch 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.
{
"query": "supreme",
"per_page": 5
}Try in playground →post/grailed/v1/seller_listings1 creditAll 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.
post/grailed/v1/designers1 creditSearch 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.
{
"query": "stone"
}Try in playground →post/grailed/v1/designer_detail1 creditDesigner/brand profile by `slug`: id, title, description, follower count and the exact name to use as a designer filter.
{
"slug": "stone-island"
}Try in playground →
Social Media
10 APIs