Scrapes deals from HotUKDeals (hotukdeals.com), extracting key details like prices, descriptions, and temperature ratings. Supports scraping from main pages, categories, or search results. Features smart throttling and expired deal filtering for reliable data collection.
The HotUKDeals Scraper is an Apify actor that extracts deal listings from HotUKDeals based on customizable search criteria. This tool uses Playwright for reliable web scraping and implements human-like behavior to avoid detection.
Main URL (for "Main Pages"):
https://www.hotukdeals.com/
https://www.hotukdeals.com/hottest
https://www.hotukdeals.com/hot
https://www.hotukdeals.com/new
Category (for "Category"):
1Examples: 2- computers 3- electronics 4- gaming
Search Query (for "Search"):
1Examples: 2- "gaming laptop" 3- "iphone charger" 4- "coffee machine"
The scraper returns a JSON array of deals. Example output:
1{ 2 "image": "https://images.hotukdeals.com/example.jpg", 3 "title": "Samsung 65\" QN95C Neo QLED 4K TV", 4 "description": "Lowest ever price for this TV model...", 5 "price": "£1,799.00", 6 "company": "John Lewis", 7 "deal_expiry": "Ends in 2 days", 8 "temperature": "325", 9 "url": "https://www.hotukdeals.com/deals/samsung-tv-deal-3254", 10 "get_deal_url": "https://www.hotukdeals.com/visit/thread/3254", 11 "real_url": "https://www.johnlewis.com/samsung-tv-65inch" 12}
For support or feature requests, please open an issue.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!