Razer Products Scraper avatar
Razer Products Scraper

Pricing

$29.00/month + usage

Go to Apify Store
Razer Products Scraper

Razer Products Scraper

Scrapes Razer.com products using search queries. Extracts detailed product information including specifications, pricing, stock status, and dynamic product features. Returns structured JSON data for gaming peripherals, laptops, and accessories.

Pricing

$29.00/month + usage

Rating

5.0

(1)

Developer

Black Rose

Black Rose

Maintained by Community

Actor stats

2

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Razer Scraper

Razer Scraper

This actor extracts product data from Razer. It allows you to search and collect structured information for Razer products including gaming peripherals, laptops, and accessories.

This actor helps collect structured product information for:

  • Product catalog building and monitoring
  • Market research and price tracking
  • Competitive analysis and inventory management

Features

  • ✅ Search products by query keywords
  • ✅ Extract detailed product information including specifications
  • ✅ Handle pagination for search results
  • ✅ Works with proxies for geo-specific scenarios
  • ✅ Captures dynamic product features and attributes

Great for

  • E-commerce platforms aggregating gaming products
  • Price monitoring services tracking Razer product prices
  • Market researchers studying gaming hardware trends
  • Inventory management systems needing product data

Input schema

Use these fields to control the crawl.

Example of what you input:

{
"query": "Mouse",
"limit": 200,
"proxyConfiguration": {
"useApifyProxy": false
}
}
  • query: string - The search query to find products (e.g., "Mouse", "Keyboard", "Laptop").
  • limit: integer - Maximum number of items to fetch (stop after reaching this count). Default: 10.
  • proxyConfiguration: object - Your Apify proxy settings. Set useApifyProxy to true or provide custom proxy options.

Output schema

Each dataset item represents a Razer product with detailed specifications and metadata.

  • Key fields:
    • id: string - Product ID
    • sku: string - Product SKU
    • name: string - Product name
    • productCode: string - Base product code
    • url: string - Product page URL
    • imageUrl: string | null - Product image URL
    • description: string - Product description
    • summary: string - Product summary
    • keywords: string - Product keywords
    • originalPrice: number - Original price in USD
    • sellingPrice: number - Current selling price in USD
    • categories: string[] - Product categories
    • variantSkus: string[] - Variant SKUs
    • isRefurbished: boolean - Whether product is refurbished
    • isConfigurable: boolean - Whether product is configurable
    • isMultidimensional: boolean - Whether product has multiple dimensions
    • isEligibleForEarlyAccess: boolean - Early access eligibility
    • inStock: boolean - Stock availability
    • stockStatus: string - Stock status
    • createdAt: number - Product creation date
    • features: ProductFeature[] - Array of dynamic product features with key, value, and dataType

Example output item (truncated for brevity):

{
"id": "RZ38-03880700-R3U1",
"sku": "RZ38-03880700-R3U1",
"name": "Razer Enki X - Black / Green",
"productCode": "Enki-X-Base",
"url": "https://www.razer.com/gaming-chairs/razer-enki-x/RZ38-03880700-R3U1",
"imageUrl": "https://assets3.razerzone.com/nKiUT5K2R4bPErTMj85HJZEMwJU=/515x515/https%3A%2F%2Fmedias-p1.phoenix.razer.com%2Fsys-master-phoenix-images-container%2Fhd9%2Fha9%2F9250062893086%2Fenki-x-500x500.png",
"description": "<ul><li>Designed for All-Day Comfort</li><li>Built-in Lumbar Arch</li><li>Optimized Cushion Density</li></ul>",
"summary": "Essential Gaming Chair for All-Day Comfort",
"originalPrice": 399.99,
"sellingPrice": 349.99,
"categories": [
"gaming-chairs",
"products",
"chairs",
"color"
],
"variantSkus": "RZ38-03881000-R3U1",
"isRefurbished": false,
"isConfigurable": false,
"isMultidimensional": false,
"isEligibleForEarlyAccess": false,
"inStock": true,
"stockStatus": "inStock",
"createdAt": 1634476141,
"features": [
{
"key": "RECOMMENDED HEIGHT",
"value": "156.5 cm - 194 cm",
"dataType": "string"
},
{
"key": "UPHOLSTERY",
"value": "Synthetic Leather",
"dataType": "string"
},
{
"key": "COLOR / DESIGN",
"value": "Black / Green",
"dataType": "string"
},
{
"key": "RECOMMENDED WEIGHT",
"value": "< 136 kg / < 299 lbs",
"dataType": "string"
}
]
}

Responsible use policy

This scraper is intended for legitimate, beneficial use cases. By using it, you agree to:

  • Respect Razer's Terms of Use and applicable laws/regulations.
  • Avoid spamming, abusive behavior, or any activity that degrades the service for others.
  • Honor robots and anti-automation measures where applicable and lawful.
  • Refrain from collecting or using data in ways that violate privacy or data-protection laws.
  • Use proxies and geolocation ethically and in compliance with provider and site policies.

This project is not affiliated with, endorsed, or sponsored by Razer. You are solely responsible for how you use this tool.