Fragrancenet Product Search Scraper
Pricing
from $2.00 / 1,000 results
Fragrancenet Product Search Scraper
Scrape FragranceNet product listings with precision. Collect SKU, pricing, ratings, inventory status, images, and 21+ fields per product — perfect for price monitoring, fragrance aggregators, and competitive intelligence in the beauty e-commerce space.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
FragranceNet Product Scraper: Extract Perfume Data at Scale
What Is FragranceNet?
FragranceNet.com is a leading online fragrance retailer offering thousands of perfumes, colognes, and beauty products from premium designers worldwide. It features dynamic product catalogs with variants by size, gender, and formula type. Extracting and monitoring this data manually is inefficient — the FragranceNet Product Scraper automates collection, delivering structured, ready-to-analyze product information instantly.
Overview
The FragranceNet Product Scraper harvests detailed fragrance product listings from search result pages, transforming browsable content into machine-readable records. It is designed for:
- Price monitoring services tracking competitor pricing and discounts
- Fragrance aggregators building comprehensive product databases
- E-commerce analysts benchmarking inventory and trending products
- Retailers conducting competitive intelligence and market research
Key features include configurable scraping limits per page, resilient error handling via ignore_url_failures, and extraction of 21+ product fields including pricing, availability, images, and customer ratings.
Input Format
The scraper accepts a JSON configuration object specifying target URLs and collection parameters:
{"urls": ["https://www.fragrancenet.com/fn/fragrances?page=2"],"ignore_url_failures": true,"max_items_per_url": 200}
| Parameter | Type | Description |
|---|---|---|
urls | Array | FragranceNet product search pages to scrape. Supports paginated category URLs (e.g., ?page=1, ?page=2). Paste URLs individually or in bulk. |
max_items_per_url | Integer | Maximum products extracted per URL (e.g., 200). Limits data volume and run time. Default: 20. |
ignore_url_failures | Boolean | If true, the scraper continues even if some URLs fail. If false, a single failure halts the entire run. Recommended: true for large batches. |
Best practice: Start with
max_items_per_url: 50to test, then increase for production runs. Use pagination parameters to target specific product categories or seasons.
Output Format
Example output record:
{"sku": "139842","status": "200","designer_url": "/fragrances/calvin-klein","section": "f","brand": "Euphoria","promoted": false,"is_sellable": true,"sizes_available": 7,"rating": {"count": 533,"score": 4.797},"out_of_stock": false,"zoomable": 2,"is_low_inventory": false,"is_top_seller": false,"gender": "women","image_variants": "legacy,legacy_png,zoomable,bottle","variant_type": "size","retina_image_url": "//cdn.fragrancenet.com/images/photos/250x250/139842.jpg","percent_saving": 34,"description": "Eau De Parfum","designer": "Calvin Klein","gender_text": "women","is_trending": false,"product_path": "perfume/calvin-klein/euphoria/eau-de-parfum","image_url": "//cdn.fragrancenet.com/images/photos/121x121/139842.jpg","price": "5.99","from_url": "https://www.fragrancenet.com/fn/fragrances?page=2"}
Each product record contains 21+ fields covering identification, pricing, availability, images, and metadata:
Product Identification
| Field | Description |
|---|---|
SKU | Unique stock-keeping unit for inventory tracking |
Brand | Fragrance brand/designer name (e.g., "Calvin Klein", "Dior") |
Designer | Brand owner or fragrance house (formal identifier) |
Designer URL | Direct link to the brand's profile on FragranceNet |
Product Path | Internal URL path to the product detail page |
Status | Current product status (active, discontinued, etc.) |
Pricing & Discounts
| Field | Description |
|---|---|
Price | Current sale price in USD |
Percent Saving | Discount percentage off original retail price (e.g., 35% for savings) |
Availability & Inventory
| Field | Description |
|---|---|
Is Sellable | Boolean flag: true if product can be purchased, false if unavailable |
Out Of Stock | Boolean flag: true if no inventory remains |
Is Low Inventory | Boolean flag: true if stock is running low (limited supply warning) |
Sizes Available | Array of available container sizes (e.g., ["1.7 oz", "3.4 oz", "5.0 oz"]) |
Product Details
| Field | Description |
|---|---|
Section | Product category (e.g., "Men's Fragrances", "Women's Fragrances", "Unisex") |
Gender | Intended gender (code: M, F, U for unisex) |
Gender Text | Human-readable gender category (e.g., "For Men", "For Women", "Unisex") |
Description | Full product description including fragrance notes and key features |
Variant Type | Type of variation (e.g., concentration level: "Eau de Toilette", "Eau de Parfum") |
Customer Signals & Popularity
| Field | Description |
|---|---|
Rating | Average customer rating (numeric scale, e.g., 4.5 out of 5) |
Is Top Seller | Boolean: true if the product ranks in bestseller lists |
Is Trending | Boolean: true if the product is currently trending on the platform |
Promoted | Boolean: true if the product has paid promotion or featured placement |
Visual Assets
| Field | Description |
|---|---|
Image URL | Primary product image URL for listings and catalogs |
Retina Image URL | High-resolution image URL for detail pages (optimal for zoom) |
Image Variants | Array of available product images (e.g., bottle from multiple angles) |
Zoomable | Boolean: true if the product image supports zoom-in functionality |
How to Use
- Identify target pages — Visit FragranceNet.com and navigate to product search pages (e.g., "Women's Fragrances", "Designer Fragrances"). Copy the full URL including pagination parameters.
- Configure URLs — Paste search page URLs into the
urlsarray. You can target multiple pages, categories, or filtered searches. - Set collection limits — Adjust
max_items_per_urlbased on your needs:50for quick tests100–150for moderate datasets200+for comprehensive product catalogs
- Enable error tolerance — Keep
ignore_url_failures: trueto handle temporary site issues or page load failures gracefully. - Run and export — Start the scraper, monitor the log, and download results as JSON, CSV, or Excel.
Common scenarios:
- Price monitoring: Scrape the same pages weekly to track price changes and apply
Percent Savingfor trend analysis. - Inventory tracking: Use
Out Of StockandIs Low Inventoryfields to identify product availability shifts. - Trending analysis: Filter products by
Is TrendingandRatingto discover emerging fragrances.
Use Cases & Business Value
- Price intelligence platforms: Monitor FragranceNet's competitive pricing for margin analysis
- Fragrance recommendation engines: Build datasets enriched with ratings, reviews, and product metadata
- E-commerce dropshipping: Sync product data (prices, images, descriptions) into your own storefront
- Market research: Analyze fragrance trends by gender, season, or designer popularity
- Retail analytics: Track best-sellers and trending products to inform purchasing decisions
By automating product data collection, the scraper eliminates manual updates and enables real-time competitive insights across thousands of fragrances.
Conclusion
The FragranceNet Product Scraper is an essential tool for beauty e-commerce professionals, price monitors, and market analysts. With 21+ fields per product and flexible pagination support, it transforms FragranceNet search results into structured data ready for analysis, integration, and business intelligence. Start scraping today and unlock actionable insights from one of the web's largest fragrance catalogs.