A Poshmark scraper is a tool that automatically extracts product data (prices, descriptions, photos, seller info) from Poshmark's website. It helps track prices, monitor competitors, and gather market insights for resellers and businesses selling on the platform.
The Poshmark Scraper is an Apify actor designed to extract detailed product information from Poshmark.com. By providing a list of product URLs as input, the scraper retrieves essential details, including the product name, price, image URL, and description.
The input for the Poshmark Scraper should be a JSON object containing a single key, urls
, which is an array of Poshmark product URLs.
1{ 2 "urls": [ 3 "https://poshmark.com/listing/UGG-Metallic-Silver-Stars-Slip-On-Sneaker-Shoes-Spot-on-Side-669d65f3dcd5a5f34227f42a" 4 ] 5}
The scraper returns a JSON array where each object contains the following fields:
product_name
: The name of the product.product_price
: The price of the product, including currency.product_image
: The URL of the product image.product_url
: The original product URL provided in the input.description
: The detailed description of the product.sku
: The unique identifier for the product.1[ 2 { 3 "product_name": "✴️ |•UGG•| Metallic Silver Stars Slip On Sneaker Shoes *Spot on Side*", 4 "product_price": "27.0 USD", 5 "product_image": "https://di2ponv0v5otw.cloudfront.net/posts/2024/07/21/669d65f3dcd5a5f34227f42a/m_669d6d44c38372094f2fa21c.jpeg", 6 "product_url": "https://poshmark.com/listing/UGG-Metallic-Silver-Stars-Slip-On-Sneaker-Shoes-Spot-on-Side-669d65f3dcd5a5f34227f42a", 7 "description": "They are so PRETTY!!! I bought them perfect, then had to store them briefly and apparently the vintage pink Adidas, sneaked a little color on them. So, they are perfecto, but for that. So priced accordingly. Size 10. Metallic silver with white stars, soft cushy insole, padded ankle. Please, always be sure to look closely at all my pretty photos for details and condition. Pricing reflects the many hours, miles, dollars & energy, I put in to hunting & caring for hand picked items. Reminder, Posh takes 20%. Bundle any 3 or more items for an automatic 10% discount ('add to bundle' is under 'pay with apple pay'). Any shipping discount via offer is paid out by me. Shop with confidence: 5⭐️ 'Top Seller.' 5000+ Sales. Thousands of 'Love Notes.' Average ship time 1.1 Days. You'll be supporting a (non-smoking) small business gal battling chronic illness, along with her rescue pet family. 🥰", 8 "sku": "669d65f3dcd5a5f34227f42a" 9 } 10]
urls
array with the product URLs you want to scrape.For custom outputs, simplified formats, or to report any issues, please contact:
When reaching out, please include a clear subject line and detailed description of your request or issue.
Thank you for using the Poshmark Scraper!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!