๐Ÿ›’ Rakuten Scraper - Products & Prices avatar

๐Ÿ›’ Rakuten Scraper - Products & Prices

Pricing

$20.00/month + usage

Go to Apify Store
๐Ÿ›’ Rakuten Scraper - Products & Prices

๐Ÿ›’ Rakuten Scraper - Products & Prices

Scrape product listings, prices, ratings, and store information from Rakuten.com. Search by keywords, filter by price, sort by reviews or ratings. Perfect for price comparison and market research.

Pricing

$20.00/month + usage

Rating

0.0

(0)

Developer

newpo

newpo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Rakuten Scraper

Scrape products, stores, coupons, and cash back data from Rakuten.com โ€” one of the world's largest e-commerce marketplaces with cash back rewards.

๐Ÿš€ Features

  • Search by keyword - Find stores, products, and coupons
  • Filter by type - Products, stores, coupons, or all
  • Cash back parsing - Extracts "Up to 10%" โ†’ 10%
  • Price filtering - Set min/max price ranges for products
  • Cash back filtering - Filter by minimum cash back percentage
  • Comprehensive data - Product details, store info, cash back rates

โš ๏ธ Limitations

  • Uses main search URL - All searches go through /search?term={query} and results are filtered by type
  • Extra cash back promotions - Not currently supported (requires JavaScript rendering)

๐Ÿ’ฐ Pricing

  • FREE: First 50 items per run
  • $0.01 per item after free tier ($10 per 1,000 items)
  • $0.05 platform fee per run

๐Ÿ“Š Output Schema

Products

{
"type": "product",
"id": "12345",
"name": "HP Laptop 15t-fd000",
"price": 799.99,
"priceText": "$799.99",
"originalPrice": 899.99,
"store": "HP.com",
"cashbackText": "Up to 3% Cash Back",
"cashbackPercent": 3,
"previousCashback": 2,
"imageUrl": "https://...",
"productUrl": "https://...",
"crawledAt": "2026-02-20T15:00:00.000Z"
}

Stores

{
"type": "store",
"id": "67890",
"name": "Best Buy",
"cashbackText": "2% Cash Back",
"cashbackPercent": 2,
"previousCashback": 1,
"imageUrl": "https://...",
"storeUrl": "https://...",
"crawledAt": "2026-02-20T15:00:00.000Z"
}

Coupons

{
"type": "coupon",
"id": "11111",
"title": "20% Off Select Laptops",
"description": "Save on HP, Dell, and more",
"code": "SAVE20",
"store": "HP.com",
"cashbackText": "3% Cash Back",
"cashbackPercent": 3,
"expirationDate": "2026-03-01",
"crawledAt": "2026-02-20T15:00:00.000Z"
}

๐Ÿ“ Example Use Cases

  • Deal hunting - Find products with highest cash back rates
  • Store comparison - Compare cash back rates across stores
  • Price tracking - Monitor product prices with cash back included

Support

Having issues? Contact the developer or report an issue on the Apify platform.