poshmark_closet
Fetch a Poshmark seller's closet to get public profile stats and current listings. Use max_id to paginate through additional items.
Instructions
Get Poshmark seller closet (storefront). Returns a normalized Poshmark closet (seller storefront) page: the seller's public profile and reputation stats (followers, ratings, items sold) plus a first page of their currently available listings and total listing count. Pass a previous response's next_max_id back as max_id to fetch the next page of listings; paginated responses omit the seller profile to avoid a second upstream fetch, so fetch without max_id first to get seller fields. Credential-free public data sourced from Poshmark's own server-rendered closet page and, for pages past the first, Poshmark's own JSON pagination API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_id | No | Opaque pagination cursor from a previous response's next_max_id. Omit for the first page | |
| username | Yes | Poshmark seller username, the path segment of a /closet/{username} URL |