Endpoint Playground
Test Crawlora's Vestiaire brands 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/vestiaire/brands" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"total": 13693,
"brands": [
{
"id": "50",
"name": "Chanel",
"url": "https://www.vestiairecollective.com/chanel/"
},
{
"id": "4476",
"name": "& Other Stories",
"url": "https://www.vestiairecollective.com/other-stories/"
}
]
}
}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 Vestiaire Collective's full brand directory (id, name, url), not just brands with active listings for a given search -- resolves search's otherwise-opaque brand_id filter, and a search response's facets.brands, to the complete set of valid ids. Public data, sourced from Vestiaire Collective's own brand-directory page.
{
"code": 200,
"msg": "OK",
"data": {
"total": 13693,
"brands": [
{
"id": "50",
"name": "Chanel",
"url": "https://www.vestiairecollective.com/chanel/"
},
{
"id": "4476",
"name": "& Other Stories",
"url": "https://www.vestiairecollective.com/other-stories/"
}
]
}
}curl "https://api.crawlora.net/api/v1/vestiaire/brands" \
-H "x-api-key: $CRAWLORA_API_KEY"