Rent the Runway Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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) andsearch(query across all categories at once) searchmode works two ways: a free-text keyword (searchQuery), and/or any combination ofdesigner/occasion/color/embellishment/neckline/stylePersonawith 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 IDitemName— item namedesigner— designer/brand namerentalPrice— 4-8 day rental price, USDretailPrice— full retail (buy new) price, USDbuyPrice— discounted "buy" price, when lower than retail (some items can be purchased pre-owned)currency— alwaysUSDcategory— item category (e.g. "Casual Dresses")occasionTags— occasion tags (e.g. Everyday, Wedding Guest)color— primary colorembellishments— embellishment details (e.g. Lace, Sequins), when presentneckline— neckline style (e.g. V-Neck, Halter), when presentstylePersonas— overall style tags (e.g. Bohemian, Preppy), when presentsizesAvailable— sizes currently in stockavailableUnits— number of physical units in rotationrating— average customer rating (Rent the Runway's 0–10 scale)reviewCount— number of customer reviewsimageUrl— product photodetailUrl— canonical Rent the Runway product pagerecordType: "item",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | category | category / search |
category | string | dresses | Category to browse (mode=category) |
searchQuery | string | – | Free-text keyword (mode=search). Optional — leave blank and use designer/occasion/color/etc. instead to browse across all categories by attribute |
designer | string | any | Curated designer filter |
customDesigner | string | – | Any designer name not in the curated list; overrides designer |
occasion | string | any | Occasion tag filter |
color | string | any | Color filter |
embellishment | string | any | Embellishment filter (e.g. Lace, Sequins) |
neckline | string | any | Neckline filter (e.g. V-Neck, Halter) |
stylePersona | string | any | Style filter (e.g. Bohemian, Preppy) |
size | string | – | Only emit items available in this size (e.g. S, 8) |
minRentalPrice / maxRentalPrice | number | – | USD rental price range |
minRating | number | – | Minimum average rating (0–10) |
sortBy | string | relevance | relevance / priceLowToHigh / priceHighToLow / ratingHighToLow |
maxItems | integer | 20 | Hard 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.