Ray-Ban & Eyewear Pricing Scraper
Pricing
Pay per usage
Ray-Ban & Eyewear Pricing Scraper
Extract real-time Ray-Ban product data with lightning-fast scraping. Get prices, styles, descriptions & availability across Ray-Ban's entire catalog. Perfect for price monitoring, market research & competitive analysis. No coding required—automated data collection at scale.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Shahid Irfan
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Ray-Ban Sunglasses Scraper
Extract structured sunglasses product data from Ray-Ban listing pages, including the View All catalog. The actor collects product metadata and stores it in a ready-to-use dataset API format.
Features
- Scrapes Ray-Ban sunglasses listing pages with pagination support
- Extracts title, URL, price, description, image URL, and product identifier
- Supports custom start URL or default Ray-Ban View All URL
- Stops automatically when desired result limit is reached
- Outputs clean structured data for analytics, monitoring, and integrations
Use Cases
- Track catalog pricing and assortment changes over time
- Build product intelligence datasets for market research
- Feed product data into dashboards and BI tools
- Monitor competitor collections and merchandising updates
Input Parameters
| Field | Type | Description |
|---|---|---|
startUrl | string | Custom Ray-Ban listing URL to start scraping from |
results_wanted | integer | Maximum number of products to collect (default: 20) |
max_pages | integer | Maximum number of listing pages to process (default: 10) |
proxyConfiguration | object | Proxy settings for reliable requests |
Output Data
| Field | Type | Description |
|---|---|---|
title | string | Product title |
url | string | Product URL |
price | string | Product price as shown on page |
description | string | Product short description when available |
image_url | string | Product image URL |
product_id | string | Product identifier when available |
source_url | string | Listing URL where product was found |
scraped_at | string | ISO timestamp of extraction |
Usage Examples
{"startUrl": "https://www.ray-ban.com/usa/sunglasses/view-all","results_wanted": 20,"max_pages": 3,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
{"title": "RB2140 Original Wayfarer Classic","url": "https://www.ray-ban.com/usa/sunglasses/RB2140-original-wayfarer-classic","price": "USD 171.00","description": "Classic square frame with iconic design.","image_url": "https://assets.ray-ban.com/is/image/RayBan/805289126577__STD__shad__fr.png","product_id": "RB2140","source_url": "https://www.ray-ban.com/usa/sunglasses/view-all","scraped_at": "2026-02-27T10:42:16.229Z"}
Tips
- Keep
results_wantedaligned with your workflow to reduce run time - Use proxy configuration for better consistency at larger scale
- Start from category URLs when you need targeted subsets
Integrations
- Export dataset via API for ETL pipelines
- Connect output to Make, Zapier, n8n, or custom automations
- Schedule recurring runs to maintain fresh product snapshots
FAQ
Why are fewer products returned than requested?
The listing may expose fewer products to the crawler based on page state, pagination depth, or anti-bot protections.
Can I scrape other Ray-Ban categories?
Yes. Set startUrl to another Ray-Ban listing URL.
Does it scrape product detail pages?
This version focuses on listing-level product data for speed and scale.
Legal Notice
Use this actor responsibly and ensure your usage complies with applicable laws and the target website terms.