Runnable examples for the Poshmark Scraper — Resale Listings by Category | $1.50/1K on Apify.
Scrape Poshmark fashion resale listings by category or search query. Returns name, brand, price, availability, condition, color, size, image and listing URL via JSON-LD extraction. No proxy needed. Pay per result.
availability · brand · category · color · condition · currency · description · image · listingUrl · name · page · parse_confidence · price · sku · warnings
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"category": "Women-Jackets_&_Coats",
"searchQuery": "patagonia jacket",
"maxItems": 96
}- Actor on Apify Store: https://apify.com/bovi/poshmark-listings
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).