Skip to content

bondvit/poshmark-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Poshmark API — examples

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.

What you get per record

availability · brand · category · color · condition · currency · description · image · listingUrl · name · page · parse_confidence · price · sku · warnings

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "category": "Women-Jackets_&_Coats",
  "searchQuery": "patagonia jacket",
  "maxItems": 96
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the Poshmark Scraper on Apify

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors