ThredUp Scraper
parseforge/thredup-scraper
E-commerceLead generationMARKETING
Scrape ThredUp clothing listings by search query and department. Returns each product as a flat row with price, brand, size, condition, and direct link.
- Total users
- 2
- Monthly active
- 0
- Total runs
- 109
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview

๐ ThredUp Scraper
๐ Export secondhand clothing listings from ThredUp in seconds. Search by keyword, filter by department, and get structured data including brand, size, condition, price, and image URL.
ThredUp is one of the world's largest online resale platforms for secondhand and thrift clothing. This scraper connects directly to ThredUp's GraphQL API to extract real-time product listings from their database of millions of items. No login required. Data is scraped live on every run.
ThredUp lists items from thousands of brands across women's, men's, and kids' categories. Every item includes brand, condition rating (Like New, Gently Used), price, original MSRP, discount percentage, and product images.
Target Audience / Use Cases
| User Type | Use Case |
|---|---|
| Resellers | Monitor ThredUp for high-value items below market price |
| Fashion researchers | Analyze secondhand market pricing and brand trends |
| Price comparison tools | Compare resale prices across platforms |
| Sustainability trackers | Measure secondhand fashion supply and demand |
| Bargain hunters | Find specific brands or styles at thrift prices |
| Data scientists | Build recommender systems using resale data |
๐ What the ThredUp Scraper does
- Searches ThredUp's full inventory using any keyword or phrase
- Filters results by department (Women, Men, Kids)
- Extracts brand, size, condition, price, discount vs. MSRP, and product images
- Paginates through all result pages automatically
- Returns real-time data - no cached results
- Exports to JSON, CSV, Excel, and XML via Apify dataset
๐ก Why it matters: ThredUp lists over 35,000 new items per day. Monitoring these listings helps resellers spot underpriced inventory, researchers track fast fashion secondhand volumes, and savvy shoppers find deep discounts on designer brands.
โ ๏ธ Good to Know: ThredUp's search covers their full live inventory. Results vary by day as items sell and new ones are listed. For consistent monitoring, schedule this actor to run daily.
๐ How to use
- Create a free Apify account with $5 in free credits
- Open the ThredUp Scraper actor page
- Enter your search query (e.g. "dresses", "Nike shoes", "vintage Levi")
- Optionally select a department filter
- Set
maxItemsto limit results (free users: up to 10) - Click Start and wait for the run to complete
- Download your data as JSON, CSV, Excel, or XML
๐ Recommended Actors
| Actor | Description |
|---|---|
| Vinted Scraper | Scrape listings from Vinted secondhand marketplace |
| Depop Scraper | Extract Depop vintage and streetwear listings |
| Backmarket Scraper | Scrape refurbished electronics from Backmarket |
๐ก Pro Tip: browse the complete ParseForge collection for scrapers covering 100+ platforms across ecommerce, jobs, real estate, and more.
Disclaimer: This actor is an independent tool not affiliated with ThredUp. Use in accordance with ThredUp's terms of service. Data is provided for informational purposes only. ParseForge is not responsible for how extracted data is used.
๐ Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| searchQuery | string | Keyword to search for (e.g. 'dresses', 'Nike sneakers', 'vintage Levi jeans') | dresses |
| maxItems | integer | How many products to collect per run. | 10 |
| department | string (4 options) | Filter by department | not set |
Pricing
from $19.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.019 to $0.021 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~thredup-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQuery": "dresses",
"maxItems": 3
}' Examples
Input that runs as-is.
{
"searchQuery": "dresses",
"maxItems": 3
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.