Endpoint Playground
Test Crawlora's The RealReal 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/therealreal/collections" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"total": 535,
"collections": [
{
"slug": "on-sale-now",
"url": "https://www.therealreal.com/sales/on-sale-now"
},
{
"slug": "hermes-birkin-bag",
"url": "https://www.therealreal.com/sales/hermes-birkin-bag"
}
],
"source_url": "https://www.therealreal.com/sitemaps/sales1.xml"
}
}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 The RealReal's full published set of curated editorial and sale-campaign collection slugs (e.g. on-sale-now, hermes-birkin-bag), each usable directly against the collection endpoint's own slug field. This is reference data that changes rarely, so responses are cached. Credential-free public data sourced from The RealReal's own published sitemap.
{
"code": 200,
"msg": "OK",
"data": {
"total": 535,
"collections": [
{
"slug": "on-sale-now",
"url": "https://www.therealreal.com/sales/on-sale-now"
},
{
"slug": "hermes-birkin-bag",
"url": "https://www.therealreal.com/sales/hermes-birkin-bag"
}
],
"source_url": "https://www.therealreal.com/sitemaps/sales1.xml"
}
}curl "https://api.crawlora.net/api/v1/therealreal/collections" \
-H "x-api-key: $CRAWLORA_API_KEY"