Poshmark Scraper - Listings, Sold Prices & Closets avatar

Poshmark Scraper - Listings, Sold Prices & Closets

Pricing

from $1.40 / 1,000 listing or seller records

Go to Apify Store
Poshmark Scraper - Listings, Sold Prices & Closets

Poshmark Scraper - Listings, Sold Prices & Closets

Scrape Poshmark fashion-resale listings: keyword search, brand and category browse, sold listings with sold dates, seller closet stats (followers, following). Filters for department, condition and availability. Incremental monitoring, resume, MCP export.

Pricing

from $1.40 / 1,000 listing or seller records

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Poshmark Scraper

Scrape Poshmark, the US social fashion-resale marketplace.

Why This Scraper?

  • Searches keywords, brands, categories, seller closets, and pasted links.
  • Pulls available, sold, or all-availability listings with sold dates when available.
  • Preserves listing prices, retail anchors, conditions, sizes, social counts, and media.
  • Adds seller profile records when a closet is scraped.
  • Supports bounded runs with a default maxItems value of 20.
  • Supports resume and incremental monitoring for recurring searches.
  • Incremental records can be labelled NEW, UPDATED, REAPPEARED, or EXPIRED.

Data You Get

FieldDescription
kindlisting or seller record type.
recordIdStable record identifier.
listingIdPoshmark listing identifier for listing records.
urlPublic listing or seller URL.
titleListing title.
brandListing brand when available.
sellerUsernameSeller handle.
sellerNameSeller display name.
priceCurrent or last listed price.
originalPriceRetail price anchor when available.
currencyCurrency code.
sizeNormalized size.
conditionNormalized condition code.
conditionLabelHuman-readable condition.
departmentDepartment such as Women, Men, or Home.
categoryListing category.
descriptionListing description.
availabilityAvailable or sold state.
soldAtSold timestamp when available.
likeCountListing likes.
pictureUrlsListing image URLs.
followersSeller follower count on seller records.

How to Use

The default mode is search. Add any combination of keyword searches, brands, or seller closets. For optional exports, configure the ## Send results into your apps (MCP connectors) inputs.

{
"mode": "search",
"searchQueries": ["wool coat"],
"maxItems": 20
}
{
"mode": "search",
"brands": ["Madewell"],
"availability": "sold_out",
"maxItems": 50
}
{
"mode": "search",
"closets": ["sample_seller"],
"incrementalMode": true,
"stateKey": "seller-watch"
}
{
"mode": "url",
"listingInputs": ["https://poshmark.com/brand/Madewell"],
"maxItems": 10
}

Input Parameters

InputDescription
modesearch for keywords, brands, and closets, or url for pasted links.
searchQueriesKeyword searches in search mode.
brandsBrand names or brand-page paths.
closetsSeller usernames or closet links.
availabilityavailable, sold_out, or all.
departmentOptional department filter.
conditionOptional condition filter: nwt, uln, ug, or uf.
listingInputsListing, closet, brand, category, or search links in URL mode.
urlsAlias for listingInputs.
fetchDetailsRead listing pages for additional seller and shipping fields.
maxItemsResult cap; defaults to 20. Set to 0 for no limit.
resumeFromRunIdContinue an interrupted run without returning prior records.
incrementalModeReturn only changes on recurring runs.
stateKeyOptional name for shared incremental state.
emitUnchangedInclude unchanged incremental records.
emitExpiredInclude records no longer found in a completed scan.
mcpConnectorsOptional connector IDs for exporting results.
notionParentPageUrlParent page for Notion exports.
maxNotifyListingsConnector export cap; defaults to 50.
proxyConfigurationApify Proxy configuration.

Output Example

{
"kind": "listing",
"recordId": "e0000000000000000000000a",
"listingId": "e0000000000000000000000a",
"url": "https://poshmark.com/listing/Sample-Coat-e0000000000000000000000a",
"title": "Sample Brand Co Wool Coat",
"brand": "Sample Brand Co",
"sellerUsername": "sample_seller",
"size": "M",
"condition": "nwt",
"conditionLabel": "New With Tags",
"price": 40.0,
"originalPrice": 120.0,
"currency": "USD",
"availability": "sold",
"soldAt": "2026-01-01T10:00:00-07:00",
"likeCount": 12,
"pictureUrls": ["https://images.example.invalid/sample.jpg"]
}

Plan Requirement

Use the actor only for public Poshmark data. Respect Poshmark's terms and applicable law. Detail enrichment reads one page per listing and may add a small per-listing surcharge; leave it off unless those fields are needed.