Endpoint Playground
Test Crawlora's Grailed Collections API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/grailed/collections" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"count": 2,
"collections": [
{
"id": 20,
"title": "Dark Luxury",
"external_id": "20240731-022",
"last_refreshed_at": "2026-09-09T05:26:45.572Z",
"top_designers": [
"Rick Owens",
"Rick Owens Drkshdw",
"Gucci"
],
"preview_photos": [
"https://media-assets.grailed.com/prd/listing/temp/39de9bbf0ae6498cbc5d8e82a68ea600"
]
}
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns Grailed's own curated homepage merchandising collections (e.g. "Trending: Apparel", "Dark Luxury", "Chromed Out") -- editorial/trending shelves distinct from a plain search or facet browse. Each collection's numeric id is the value grailed-collection's own id parameter accepts.
{
"code": 200,
"msg": "OK",
"data": {
"count": 2,
"collections": [
{
"id": 20,
"title": "Dark Luxury",
"external_id": "20240731-022",
"last_refreshed_at": "2026-09-09T05:26:45.572Z",
"top_designers": [
"Rick Owens",
"Rick Owens Drkshdw",
"Gucci"
],
"preview_photos": [
"https://media-assets.grailed.com/prd/listing/temp/39de9bbf0ae6498cbc5d8e82a68ea600"
]
}
]
}
}curl "https://api.crawlora.net/api/v1/grailed/collections" \
-H "x-api-key: $CRAWLORA_API_KEY"