Endpoint Playground
Test Crawlora's Poshmark brand directory 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/poshmark/brands" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"total": 29887,
"brands": [
{
"id": "5b453b64ab981d4b61252136",
"name": "!it jeans",
"slug": "!it_jeans",
"logo_url": "https://di2ponv0v5otw.cloudfront.net/brands/2026/06/21/5b453b64ab981d4b61252136/m_6a38da95e2c7c23674171a92.jpg",
"aliases": [
"it",
"!it",
"it jeans"
]
}
],
"source_url": "https://poshmark.com/brands"
}
}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 Poshmark's full brand directory: every brand Poshmark recognizes (name, slug, logo, known aliases), not just brands with active listings for a given search or category filter. Useful for resolving a brand name to the exact value the brand/search filters expect. Credential-free public data sourced from Poshmark's own server-rendered brand directory page.
{
"code": 200,
"msg": "OK",
"data": {
"total": 29887,
"brands": [
{
"id": "5b453b64ab981d4b61252136",
"name": "!it jeans",
"slug": "!it_jeans",
"logo_url": "https://di2ponv0v5otw.cloudfront.net/brands/2026/06/21/5b453b64ab981d4b61252136/m_6a38da95e2c7c23674171a92.jpg",
"aliases": [
"it",
"!it",
"it jeans"
]
}
],
"source_url": "https://poshmark.com/brands"
}
}curl "https://api.crawlora.net/api/v1/poshmark/brands" \
-H "x-api-key: $CRAWLORA_API_KEY"