Endpoint Playground
Test Crawlora's Get Quince's header navigation menu 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/quince/navigation" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"title": "Women",
"slug": "/shop/women",
"groups": [
{
"links": [
{
"text": "New Arrivals",
"slug": "/shop/women/new-arrivals"
},
{
"text": "Best Sellers",
"slug": "/shop/women/best-sellers"
}
]
},
{
"title": "Apparel",
"links": [
{
"text": "Shop All",
"slug": "/shop/women/apparel"
},
{
"text": "Dresses & Jumpsuits",
"slug": "/shop/women/dresses"
},
{
"text": "Tops & Blouses",
"slug": "/shop/women/shirts-&-blouses"
}
]
}
]
}
]
}
}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 Quince's full header navigation mega-menu: top-level tabs (Women, Men, Home, Baby & Kids, Travel, Bags & Accessories, Jewelry, Beauty & Wellness, Gifts, plus promotional tabs like New Arrivals/Best Sellers/$50 Cashmere), each broken into the same named subcategory groups (for example Apparel, Jewelry, Shoes) shown in Quince's own nav dropdown, with a directly browsable slug on every category and link. This is a distinct taxonomy from quince-categories' Algolia facets: navigation is Quince's own curated site structure, while quince-categories reports live per-value product counts for quince-search's own filter parameters.
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"title": "Women",
"slug": "/shop/women",
"groups": [
{
"links": [
{
"text": "New Arrivals",
"slug": "/shop/women/new-arrivals"
},
{
"text": "Best Sellers",
"slug": "/shop/women/best-sellers"
}
]
},
{
"title": "Apparel",
"links": [
{
"text": "Shop All",
"slug": "/shop/women/apparel"
},
{
"text": "Dresses & Jumpsuits",
"slug": "/shop/women/dresses"
},
{
"text": "Tops & Blouses",
"slug": "/shop/women/shirts-&-blouses"
}
]
}
]
}
]
}
}curl "https://api.crawlora.net/api/v1/quince/navigation" \
-H "x-api-key: $CRAWLORA_API_KEY"