The RealReal Listings Scraper avatar

The RealReal Listings Scraper

Pricing

from $5.00 / 1,000 product listings

Go to Apify Store
The RealReal Listings Scraper

The RealReal Listings Scraper

The RealReal Listings Scraper extracts luxury product listings from The RealReal, capturing product names, designers, current and original prices, discounts, condition, color, materials, images and popularity β€” ideal for resale price intelligence, competitor monitoring, and luxury market research.

Pricing

from $5.00 / 1,000 product listings

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

2

Monthly active users

6 days ago

Last modified

Share

πŸ›οΈ The RealReal Listings Scraper

Extract luxury product listings from The RealReal β€” the leading marketplace for authenticated, pre-owned designer goods. The The RealReal Listings Scraper turns any category, designer, or search page into clean, structured JSON: product names, designers, prices, discounts, condition, images, and more.

Use it for resale price intelligence, competitor monitoring, inventory tracking, and luxury market research β€” with no code required. Because it runs on the Apify platform, you get scheduling, an API, ready-made integrations, automatic proxy rotation, and run monitoring out of the box.

✨ What you can extract

  • 🏷️ Rich product data β€” name, designer/brand, SKU, slug, product URL, and availability.
  • πŸ’° Full pricing β€” current price, original retail (MSRP), and the discount percentage, with both formatted values and exact amounts in cents.
  • 🎨 Attributes β€” condition, color, material, and gender, plus the full raw attribute set.
  • πŸ–ΌοΈ Images β€” up to 8 high-resolution product images per item.
  • ❀️ Popularity signals β€” "obsession" (wishlist) counts and badges.
  • πŸ“„ Optional full details β€” turn on Scrape full product details to also collect the complete description, condition notes, measurements, taxonomy, valuation report links, store contact info, and more from each product page.

πŸ› οΈ How to use The RealReal Listings Scraper

  1. Add category or search URLs β€” paste one or more URLs from therealreal.com (for example a handbags category, a specific designer page, or a search results page).
  2. Set a limit β€” choose how many products you want with Max items (default 50).
  3. (Optional) Enable full details β€” toggle Scrape full product details if you need the complete product record.
  4. Run it β€” click Start and watch structured results stream into the dataset.
  5. Export β€” download the data as JSON, CSV, Excel, or HTML, or pull it via the Apify API.

πŸ“₯ Input

FieldDescription
Category / search URLs (startUrls)One or more The RealReal category, designer, or search result URLs to scrape.
Max items (maxItems)Maximum number of products to scrape across all URLs. Default 50.
Scrape full product details (scrapeDetails)When enabled, visits each product page for the complete record. Slower and costs more. Default false.
Proxy configuration (proxyConfiguration)Preconfigured to US residential proxies for reliable access. Leave as is in most cases.

Example input:

{
"startUrls": [{ "url": "https://www.therealreal.com/shop/women/handbags" }],
"maxItems": 50,
"scrapeDetails": false
}

πŸ“Š Sample output

Each product is saved as a structured JSON record:

{
"id": "gid://trr/Product/12345678",
"sku": "GUC123456",
"name": "Gucci GG Marmont MatelassΓ© Shoulder Bag",
"slug": "gucci-gg-marmont-matelasse-shoulder-bag",
"url": "https://www.therealreal.com/products/women/handbags/gucci-gg-marmont-matelasse-shoulder-bag",
"designer": "Gucci",
"availability": "in_stock",
"condition": "Excellent",
"color": "Black",
"material": "Leather",
"gender": "Women",
"price": {
"final": { "formatted": "$1,195", "usdCents": 119500 },
"msrp": { "formatted": "$2,500", "usdCents": 250000 },
"original": { "formatted": "$1,495", "usdCents": 149500 },
"discount": 52
},
"images": [
"https://product-images.therealreal.com/GUC123456-1_enlarged.jpg",
"https://product-images.therealreal.com/GUC123456-2_enlarged.jpg"
],
"obsessionCount": 27
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldDescription
nameProduct title
designerBrand / designer name
skuStock-keeping unit
urlLink to the product page
price.finalCurrent selling price (formatted + cents)
price.msrpOriginal retail price
price.discountDiscount percentage off retail
conditionItem condition (e.g. Excellent, Very Good)
color / material / genderKey product attributes
imagesHigh-resolution product image URLs
obsessionCountWishlist popularity signal
availabilityStock status

When Scrape full product details is enabled, records also include description, category, taxons, measurementGuide, valuationReportUrl, storeContactInfo, and more.

πŸ’Έ How much does it cost to scrape The RealReal?

This Actor uses a transparent pay-per-result model β€” no monthly subscription, you only pay for the data you collect:

EventPrice
Product listing$0.005 per product (β‰ˆ $5 per 1,000 products)
Product detail$0.02 per product (β‰ˆ $20 per 1,000 products) β€” only when "Scrape full product details" is enabled

By default the Actor returns the rich listing data (the cheaper event), so a 50-product test run costs just a few cents. Enabling full product details collects much more data per item and is priced accordingly. Apify's free tier credits are enough to try it out at no cost.

⚑ Tips

  • Reach more than ~2,000 items per query: The RealReal returns at most ~2,000 products for any single category or search. To go deeper, use narrower categories or apply filters (e.g. a specific designer, color, or price band) and add each as a separate start URL.
  • Keep costs low: leave Scrape full product details off unless you specifically need the long description, measurements, or authentication details.
  • Schedule it: use Apify Schedules to track prices and new arrivals automatically.

❓ FAQ

Is scraping The RealReal legal? This Actor collects only publicly available data. As with any scraping, you are responsible for how you use the data and for complying with The RealReal's Terms of Service and applicable laws. Avoid collecting personal data and consult legal advice for your use case.

Why do I need a proxy? The RealReal serves region-specific content and protects against automated access. The Actor uses US residential proxies by default so pages load reliably.

Can I get the full product description and measurements? Yes β€” enable Scrape full product details.

Something isn't working or a field is missing. Please open an issue from the Actor's Issues tab. Custom requirements and tailored solutions are also welcome.