goat_collection
Fetch a page of GOAT's curated product collection by slug, such as top trending or new arrivals. Capture the slug from a live GOAT page to get public product data.
Instructions
Get a GOAT curated product collection. Returns a page of one of GOAT's curated product collections (an editorial rail like "top trending" or "new arrivals"), the same call GOAT's own product-page "you may also like" rails and homepage modules use. Collection slugs are not enumerable by this API -- capture one from a live GOAT page. Credential-free public data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed result page, defaults to 1 | |
| slug | Yes | GOAT collection slug, e.g. as seen in a curated rail on GOAT's own site | |
| limit | No | Results per page, defaults to 12, maximum 100 | |
| exclude_product_ids | No | Omit specific products by id, comma-separated |