poshmark_brand
Browse Poshmark brand pages and fetch normalized listings for any brand using max_id pagination, with no credentials required.
Instructions
Browse Poshmark listings by brand. Returns a page of normalized Poshmark listings for a given brand name (e.g. Nike), the same browsing view as Poshmark's own brand 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 brand page and, for pages past the first, Poshmark's own JSON pagination API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Poshmark brand name, matching the path segment of a /brand/{name} URL | |
| max_id | No | Opaque pagination cursor from a previous response's next_max_id. Omit for the first page |