Poshmark Sold Comps

Pull Poshmark sold listings only - the prices items actually sold for. Clean JSON with price, brand, size, condition and sold-out status, zero seller data. Newest-first monitoring, pay per result. Built for resale pricing, sourcing decisions and AI pipelines.

$1.99 / 1,000 · 92.3% success over 13 public runs in the last 30 days.

Run it on Apify → Free to try - runs bill per result on your own account.

What you give it

Every field is optional unless marked; sensible defaults do the rest.

FieldTypeWhat it doesDefault
searchQuery string The item to pull sold comps for, exactly as you would type it in the Poshmark search box, e.g. "nike cortez" or "coach tabby". nike
priceMinUsd integer Only include listings costing at least this many dollars. -
priceMaxUsd integer Only include listings costing at most this many dollars. -
sortBy string Order of results: newest (just sold-in, best for monitoring), price_asc, price_desc, or relevance. newest
postedAfter string Only include listings posted on or after this date (YYYY-MM-DD or a full ISO timestamp). With newest-first sorting the run stops early once older listings are reached. -
postedBefore string Only include listings posted on or before this date (YYYY-MM-DD or a full ISO timestamp). -
maxItems integer Stop after this many listings. Free-plan runs are capped at 25 items. 500

What you get back

One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.

FieldTypeMeaning
listingId string Poshmark listing ID.
url string Direct link to the listing.
title string Listing title as posted.
brand ['string', 'null'] Brand as tagged by the seller.
priceUsd ['integer', 'null'] Asking price in dollars.
originalPriceUsd ['integer', 'null'] The seller's stated original retail price, when given.
currency string Currency code, USD on poshmark.com.
size ['string', 'null'] Size with its system, e.g. "US 10".
condition ['string', 'null'] new_with_tags or used.
newWithTags boolean True for new-with-tags listings.
department ['string', 'null'] Department, e.g. Men, Women, Kids.
colors array Colors as tagged by the seller.
availability ['string', 'null'] Inventory status: available, sold_out, reserved.
likeCount integer How many users liked the listing - a demand signal.
commentCount integer Number of comments on the listing.
publishedAt ['string', 'null'] When the listing was published (ISO timestamp).
coverImageUrl ['string', 'null'] Cover photo URL.

Health

92.3% success over 13 public runs in the last 30 days. Live record, failures included: status page.

Full documentation, examples and the AI-assistant prompt live on the store page.