Rent the Runway Scraper avatar

Rent the Runway Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Rent the Runway Scraper

Rent the Runway Scraper

Scrape Rent the Runway (renttherunway.com) - browse by category (dresses, tops, accessories, and more) or search by keyword, filter by designer, occasion, color, price, and size. Get item name, designer, rental price, retail price, sizes, occasion tags, rating, image, and detail URL.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Rent the Runway (renttherunway.com) — the largest designer clothing rental platform in the US. Browse any category or search by keyword, and get item name, designer, rental price, retail price, category, occasion tags, available sizes, rating, image, and detail URL. HTTP-only, no login, no proxy required to browse.

What this actor does

  • Two modes: category (browse one category at a time — dresses, tops, accessories, and 14 more) and search (query across all categories at once)
  • search mode works two ways: a free-text keyword (searchQuery), and/or any combination of designer/occasion/color/embellishment/neckline/stylePersona with no keyword at all — e.g. "every Reformation item site-wide" or "every wedding-guest item site-wide," not limited to one category. Leave everything blank to browse the full cross-category catalog.
  • Filters: designer (curated top-40 list or any custom name), occasion, color, embellishment, neckline, style, size, rental price range, minimum rating
  • Sort: relevance, rental price low/high, rating
  • Both price points: rental price and full retail price, so you can compare rent-vs-buy value
  • Empty fields are omitted — every field on every record is real, populated data

Output per item

  • productId — Rent the Runway style ID
  • itemName — item name
  • designer — designer/brand name
  • rentalPrice — 4-8 day rental price, USD
  • retailPrice — full retail (buy new) price, USD
  • buyPrice — discounted "buy" price, when lower than retail (some items can be purchased pre-owned)
  • currency — always USD
  • category — item category (e.g. "Casual Dresses")
  • occasionTags — occasion tags (e.g. Everyday, Wedding Guest)
  • color — primary color
  • embellishments — embellishment details (e.g. Lace, Sequins), when present
  • neckline — neckline style (e.g. V-Neck, Halter), when present
  • stylePersonas — overall style tags (e.g. Bohemian, Preppy), when present
  • sizesAvailable — sizes currently in stock
  • availableUnits — number of physical units in rotation
  • rating — average customer rating (Rent the Runway's 0–10 scale)
  • reviewCount — number of customer reviews
  • imageUrl — product photo
  • detailUrl — canonical Rent the Runway product page
  • recordType: "item", scrapedAt

Input

FieldTypeDefaultDescription
modestringcategorycategory / search
categorystringdressesCategory to browse (mode=category)
searchQuerystringFree-text keyword (mode=search). Optional — leave blank and use designer/occasion/color/etc. instead to browse across all categories by attribute
designerstringanyCurated designer filter
customDesignerstringAny designer name not in the curated list; overrides designer
occasionstringanyOccasion tag filter
colorstringanyColor filter
embellishmentstringanyEmbellishment filter (e.g. Lace, Sequins)
necklinestringanyNeckline filter (e.g. V-Neck, Halter)
stylePersonastringanyStyle filter (e.g. Bohemian, Preppy)
sizestringOnly emit items available in this size (e.g. S, 8)
minRentalPrice / maxRentalPricenumberUSD rental price range
minRatingnumberMinimum average rating (0–10)
sortBystringrelevancerelevance / priceLowToHigh / priceHighToLow / ratingHighToLow
maxItemsinteger20Hard cap on emitted items (1–300)

Example: browse dresses for a wedding

{
"mode": "category",
"category": "wedding-guest-dresses",
"minRating": 8,
"maxItems": 20
}

Example: keyword search with price range

{
"mode": "search",
"searchQuery": "cocktail dress",
"minRentalPrice": 30,
"maxRentalPrice": 80,
"maxItems": 20
}

Example: browse by designer and size

{
"mode": "category",
"category": "dresses",
"designer": "reformation",
"size": "M",
"sortBy": "priceLowToHigh"
}

Example: every item by a designer, across ALL categories (no keyword)

{
"mode": "search",
"designer": "vince",
"maxItems": 50
}

Example: every wedding-guest item site-wide (no category, no keyword)

{
"mode": "search",
"occasion": "weddingguest",
"minRating": 7,
"maxItems": 30
}

Use cases

  • Rental price monitoring — track rental vs. retail pricing across designers and categories
  • Fashion trend research — see which designers, colors, and occasions are trending in rental fashion
  • Affiliate & content sites — pull fresh item data with images and links for style round-ups
  • Wardrobe planning tools — surface rental options by occasion and size availability
  • Competitive analysis — benchmark designer rental catalogs and pricing

FAQ

Is this affiliated with Rent the Runway? No — this is an independent, third-party actor that reads Rent the Runway's public product pages. It is not affiliated with or endorsed by Rent the Runway.

Do I need a login or subscription to get this data? No. Browsing, search, and product detail pages are all publicly accessible without an account.

What does rating mean? Rent the Runway rates items on a 0–10 scale based on customer reviews, not the usual 0–5 star scale.

Why do some items have no buyPrice? buyPrice only appears when an item can be purchased at a price below its listed retail value (e.g. pre-owned or clearance pricing). Otherwise only retailPrice is shown.

Can I filter by a designer that isn't in the dropdown? Yes — set customDesigner to any designer name; it overrides the curated designer dropdown.

How fresh is the data? Every run scrapes live pages at request time, so prices, availability, and ratings are current as of the run.