poshmark_category
Browse Poshmark listings by category path (e.g., Women-Shoes). Returns normalized listing data with pagination support via next_max_id for fetching subsequent pages.
Instructions
Browse Poshmark listings by category. Returns a page of normalized Poshmark listings for a given category path (e.g. Women-Shoes, Men-Shirts), the same browsing view as Poshmark's own category pages. Pass a previous response's next_max_id back as max_id to fetch the next page. Credential-free public data sourced from Poshmark's own server-rendered category page and, for pages past the first, Poshmark's own JSON pagination API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Poshmark category path segment, e.g. Women-Shoes, Men-Shirts | |
| max_id | No | Opaque pagination cursor from a previous response's next_max_id. Omit for the first page |