ROMWE Api
What you can do: Get top-level categories and full children hierarchy Access product info by category Endpoints (summary): GET /v1/category – top-level categories (name, cat_id, url) GET /v1/category/{cat_id} – category node with nested children[] GET /v1/product/category/{cat_id}?limit=&offset= – minimal product list GET /v1/product/{product_id} – full product details
ROMWE Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Categories | ||
| GET |
Get top-level categories /category |
Gets top level categories for men and women |
| GET |
Category Tree /category/{cat_id} |
Gets full structure and hierarchy for a given category. IE when given a parent category as the parameter: Parent category -> child 1 -> child 2 -> child 1 of child 2 |
| Products | ||
| GET |
List products by category /product/category/{cat_id} |
Paged list of minimal product info (id, title, price) for a category. Supports pagination. |
| GET |
Get product by ID /product/{product_id} |
Returns full product details for a given product id |
ROMWE Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8 / month | — |
|
| ULTRA | $19 / month | — |
|
| MEGA | $49 / month | — |
|