Cex Product Scraper (uk.webuy.com)
1 day trial then $5.00/month - No credit card required now
Cex Product Scraper (uk.webuy.com)
1 day trial then $5.00/month - No credit card required now
Extracts detailed product data from CEX (uk.webuy.com), including prices, trade-in values, and stock status. Features customizable search parameters for targeted collection. Ideal for market analysis, price comparison, and inventory tracking in the second-hand electronics and entertainment market.
CEX Listing Scraper
This actor efficiently extracts detailed product information from CEX (uk.webuy.com), providing valuable insights for market analysis, price comparison, and inventory tracking.
Features
- Comprehensive product data extraction
- Customizable search parameters
- Adjustable scraping limits and intervals
- Support for category-specific searches
- Retrieval of trade-in values and stock status
Input
The actor accepts a JSON input with the following parameters:
keywords
: Search terms (default: "iphone")max_items
: Maximum number of items to process (default: 4)throttle
: Interval between operations (default: 2 seconds)category
: Specific category for targeted searchespage_load_timeout
: Maximum wait time for page processing (default: 60000ms)
Output
For each processed item, the actor provides:
- Product title
- Current selling price
- Image URL
- Trade-in value for vouchers
- Trade-in value for cash
- Stock availability status
Sample Output
1[ 2 { 3 "image": "https://uk.static.webuy.com/product_images/Gaming/Switch Software/045496429584_l.jpg", 4 "title": "Nintendo Switch Sports (Game Only)", 5 "price": "£38.00", 6 "trade_in_voucher": "£25.00", 7 "trade_in_cash": "£17.00", 8 "stock_status": "In stock online" 9 }, 10 { 11 "image": "https://uk.static.webuy.com/product_images/Gaming/Wii Consoles/SWIIWIIE005_l.jpg", 12 "title": "Wii Console, White (No Game), Discounted", 13 "price": "£35.00", 14 "trade_in_voucher": "£14.00", 15 "trade_in_cash": "£9.00", 16 "stock_status": "In stock online" 17 }, 18 { 19 "image": "https://uk.static.webuy.com/product_images/Gaming/Wii Software/5060138433595_l.jpg", 20 "title": "Mario & Sonic At The Olympic Games", 21 "price": "£4.00", 22 "trade_in_voucher": "£1.60", 23 "trade_in_cash": "£1.00", 24 "stock_status": "In stock online" 25 }, 26 { 27 "image": "https://uk.static.webuy.com/product_images/Gaming/Switch Software/045496424916_l.jpg", 28 "title": "Mario & Sonic At The Olympic Games Tokyo 2020", 29 "price": "£38.00", 30 "trade_in_voucher": "£25.00", 31 "trade_in_cash": "£17.00", 32 "stock_status": "In stock online" 33 } 34]
- 3 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified about 1 month ago