Endpoint Playground
Test Crawlora's The RealReal Condition Scale 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/conditions" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"conditions": [
{
"id": "18",
"name": "Pristine",
"count": 11840
},
{
"id": "19",
"name": "Excellent",
"count": 73390
},
{
"id": "20",
"name": "Very Good",
"count": 162975
},
{
"id": "30560",
"name": "Good",
"count": 123448
},
{
"id": "655545",
"name": "Fair",
"count": 27403
},
{
"id": "2988045",
"name": "As Is",
"count": 5105
}
],
"source_url": "https://www.therealreal.com/shop/women/handbags"
}
}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 authentication condition-grading scale: the closed 6-tier set (Pristine, Excellent, Very Good, Good, Fair, As Is) it defines, each with an id (usable directly against search's condition_id) and live matching item count. This is reference data that changes rarely, so responses are cached. Credential-free public data sourced from The RealReal's own server-rendered category page.
{
"code": 200,
"msg": "OK",
"data": {
"conditions": [
{
"id": "18",
"name": "Pristine",
"count": 11840
},
{
"id": "19",
"name": "Excellent",
"count": 73390
},
{
"id": "20",
"name": "Very Good",
"count": 162975
},
{
"id": "30560",
"name": "Good",
"count": 123448
},
{
"id": "655545",
"name": "Fair",
"count": 27403
},
{
"id": "2988045",
"name": "As Is",
"count": 5105
}
],
"source_url": "https://www.therealreal.com/shop/women/handbags"
}
}curl "https://api.crawlora.net/api/v1/therealreal/conditions" \
-H "x-api-key: $CRAWLORA_API_KEY"