allbirds_products
Fetch Allbirds products from the public catalog with pagination and page-size limits. Get normalized JSON results, including an empty array when a valid page has no products.
Instructions
List Allbirds products. Returns normalized products from Allbirds's (https://www.allbirds.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return 200 with an empty products array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page, defaults to 1 | |
| limit | No | Maximum products, defaults to 50 and supports up to 250 |