Ray-Ban & Eyewear Pricing Scraper avatar

Ray-Ban & Eyewear Pricing Scraper

Pricing

Pay per usage

Go to Apify Store
Ray-Ban & Eyewear Pricing Scraper

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

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDescription
startUrlstringCustom Ray-Ban listing URL to start scraping from
results_wantedintegerMaximum number of products to collect (default: 20)
max_pagesintegerMaximum number of listing pages to process (default: 10)
proxyConfigurationobjectProxy settings for reliable requests

Output Data

FieldTypeDescription
titlestringProduct title
urlstringProduct URL
pricestringProduct price as shown on page
descriptionstringProduct short description when available
image_urlstringProduct image URL
product_idstringProduct identifier when available
source_urlstringListing URL where product was found
scraped_atstringISO 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_wanted aligned 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.


Use this actor responsibly and ensure your usage complies with applicable laws and the target website terms.