Fashionphile Scraper
Pricing
from $3.49 / 1,000 results
Fashionphile Scraper
Scrapes pre-owned luxury listings and product pages from Fashionphile, returning brand, product name, condition, price, discount, images, and full item descriptions.
Pricing
from $3.49 / 1,000 results
Rating
0.0
(0)
Developer
Anyx Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

Fashionphile Scraper
Pre-owned luxury handbags, watches, and jewelry from Fashionphile — brands, conditions, prices, and discounts as clean JSON.
Scrapes pre-owned luxury listings and product pages from Fashionphile, returning brand, product name, condition, price, discount, images, and full item descriptions. Point it at a category, sale, or search page to sweep a whole listing with pagination handled for you, or at individual product pages for the complete record — description, every photo, variant pricing, and stock details. Useful for resale price tracking, luxury market research, and building comparison or inventory feeds.
⚡ Quick start
{"startUrls": [{ "url": "https://www.fashionphile.com/collections/discounted-all" }],"maxItems": 5}
🧩 Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrls | array | yes | — | Fashionphile URLs to scrape. Category, sale, search, and product pages are all supported. |
maxItems | integer | no | 5 | Maximum results per start URL. Listing pages stop paginating once the budget is spent. |
proxyConfiguration | object | no | { "useApifyProxy": false } | Proxy settings. Not needed for this Actor. |
📤 Output
Every result is one dataset row. The itemType field tells the two shapes apart: search for a row
collected from a category, sale, or search page, and product for a full record collected from a
product page. Listing rows are compact and comparable; product rows carry the complete item.
Fields
| Field | Type | Description |
|---|---|---|
itemType | string | search or product. |
id | number | Fashionphile item identifier, stable across both shapes. |
url | string | Public product page URL. |
brand_name | string | Brand, e.g. Chanel (listing rows). |
product_name | string | Item name without the brand (listing rows). |
condition | string | Graded condition, e.g. Excellent, Shows Wear (listing rows). |
price | number | Current asking price in USD (listing rows). |
discounted_price | number | Amount taken off the original price, 0 when not discounted (listing rows). |
title | string | Item name without the brand (product rows). |
vendor | string | Brand (product rows). |
body_html | string | Full item description, including materials and hardware. |
product_type | string | Category, e.g. Bags, Watches, Jewelry. |
handle | string | URL slug of the item. |
tags | string | Merchandising tags as published. |
template_suffix | string | Storefront template variant, usually empty. |
published_scope | string | Where the item is published, e.g. global. |
created_at | string | When the item was first listed, ISO 8601. |
updated_at | string | When the listing last changed, ISO 8601. |
published_at | string | When the item went on sale, ISO 8601. |
variants | array | Purchasable variants with price, compare-at price, SKU, and stock. |
options | array | Variant option names and their values. |
images | array | Every photo, with dimensions and CDN URL. |
image | object | Primary photo. |
💡 Use cases
- Resale price tracking — follow asking prices and markdowns on a brand or model over time and spot when inventory is repriced.
- Luxury market research — size the second-hand market by brand, category, and condition grade using whole-category sweeps.
- Comparison shopping feeds — build a resale price index and match it against retail or other marketplaces.
- Inventory and sourcing — watch a sale collection for items that clear a target discount and route them to buyers.
- Authentication and cataloguing — collect descriptions, materials, hardware notes, and every photo for reference libraries.
❓ FAQ
- Do I need a proxy? No. Fashionphile serves both listings and product records without one, so proxies are off by default.
- Which URLs can I use? Category and sale pages such as
/collections/discounted-all, search pages such as/search?q=chanel, and product pages such as/p/<item-slug>. - How do I scrape a whole category? Raise
maxItems; the Actor pages through the listing until the budget is spent or results run out. - Why do listing rows and product rows have different fields? Listing rows carry the comparable columns a grid shows; product rows carry the full record. Use
itemTypeto tell them apart. - What is
discounted_price? The amount taken off the original price, not the sale price itself. A row priced at1735withdiscounted_price90was originally1825.
🔗 More scrapers by Anyx
🤝 Anyx Solutions
We build custom scrapers and data-extraction pipelines.
- Email: tantosthor@gmail.com
🖼 Image credit
Image credit: fashionphile.com