/yoox/categoriesapiKey5 credits/requestList YOOX categories
Returns department-scoped category slugs discovered from YOOX navigation. Every returned slug is valid for yoox-search.
Required params: None
API Reference
Use Crawlora's YOOX API endpoints to extract supported public YOOX data as structured JSON. This documentation covers 4 active endpoints including List YOOX categories, List YOOX designers, Get a YOOX product, Search YOOX products. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as department, url, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/yoox/search?department=women&q=coffee&on_sale=true&sort=relevance&page=1&limit=10" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/yoox/categoriesapiKey5 credits/requestReturns department-scoped category slugs discovered from YOOX navigation. Every returned slug is valid for yoox-search.
Required params: None
/yoox/designersapiKey5 credits/requestReturns the department-scoped designer slugs discovered from YOOX navigation. Every returned slug is valid for yoox-search.
Required params: department:query
/yoox/productapiKey5 credits/requestReturns the public product detail identified by a YOOX product URL.
Required params: url:query
/yoox/searchapiKey5 credits/requestSearches or browses YOOX's public catalog with department, category, designer, color, size, price, sale, sort, and page filters.
Required params: department:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| List YOOX categories | /yoox/categories | GET | 5 credits/request | None | View docs | Try endpoint |
| List YOOX designers | /yoox/designers | GET | 5 credits/request | department:query | View docs | Try endpoint |
| Get a YOOX product | /yoox/product | GET | 5 credits/request | url:query | View docs | Try endpoint |
| Search YOOX products | /yoox/search | GET | 5 credits/request | department:query | View docs | Try endpoint |