Poshmark Scraper
2 hours trial then $15.00/month - No credit card required now
Poshmark Scraper
2 hours trial then $15.00/month - No credit card required now
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.
Poshmark Scraper Documentation
Overview
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.
Input Configuration
The input for the Poshmark Scraper should be a JSON object containing a single key, urls
, which is an array of Poshmark product URLs.
Input Example
1{ 2 "urls": [ 3 "https://poshmark.com/listing/UGG-Metallic-Silver-Stars-Slip-On-Sneaker-Shoes-Spot-on-Side-669d65f3dcd5a5f34227f42a" 4 ] 5}
Output
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.
Output Example
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]
Usage Instructions
- Input Preparation: Create a JSON file containing the
urls
array with the product URLs you want to scrape. - Actor Execution: Run the Poshmark Scraper actor on the Apify platform, providing the input JSON file.
- Retrieve Results: After the execution, download the output JSON containing the scraped data.
Support
For custom outputs, simplified formats, or to report any issues, please contact:
- Email: support@getdataforme.com
- Contact Form: https://getdataforme.com/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!
Actor Metrics
2 monthly users
-
0 No stars yet
Created in Jan 2025
Modified 14 hours ago