DealNews Deals Scraper avatar

DealNews Deals Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
DealNews Deals Scraper

DealNews Deals Scraper

Scrape deals from DealNews.com. Get prices, stores, coupon codes, categories, discount info, and merchant links. Browse by category or search by keyword.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Scrape deals from DealNews.com, one of the web's largest deal aggregation sites. Extract prices, stores, coupon codes, categories, discount percentages, and merchant links.

Features

  • Browse by category: Electronics, Computers, Home & Garden, Clothing, Gaming, Travel, and more
  • Search by keyword: Find deals for specific products like "laptop", "headphones", or "tv"
  • Rich deal data: Prices, original prices, discount percentages, coupon codes, shipping info
  • Embedded JSON extraction: Leverages DealNews's embedded deal data for precise pricing and merchant URLs
  • Automatic pagination: Follows pagination to collect as many deals as you need

Input

FieldTypeDescriptionDefault
searchQuerystringSearch for specific deals(empty)
categorystringFilter by categoryAll deals
maxResultsintegerMaximum number of deals50
proxyConfigurationobjectOptional proxy(none)

Available Categories

  • electronics — TVs, headphones, cameras, phones, wearables
  • computers — Laptops, desktops, GPUs, monitors, tablets
  • home-garden — Furniture, kitchen, tools, appliances, food
  • clothing-accessories — Clothes, shoes, jewelry, luggage
  • gaming-toys — Video games, consoles, PC games
  • travel-entertainment — Flights, hotels, car rentals, cruises
  • health-beauty — Supplements, health products
  • financial — Credit cards, financial services
  • automotive — Auto accessories and electronics

Output

Each deal includes:

{
"dealId": "21824149",
"title": "Damaged Screw Extractor Set",
"summary": "It's $13 under list price.",
"price": "$4",
"priceNumeric": 4.03,
"originalPrice": "$17",
"originalPriceNumeric": 17,
"discount": "76%",
"store": "Amazon",
"couponCode": "",
"shipping": "free shipping w/ Prime",
"category": "Tools & Hardware",
"categoryPath": "Home & Garden > Tools & Hardware",
"dealUrl": "https://www.dealnews.com/Damaged-Screw-Extractor-Set-for-4-free-shipping-w-Prime/21824149.html",
"merchantUrl": "https://www.amazon.com/gp/product/B0BTNT4225/",
"imageUrl": "https://d.dlnws.com/64599/1776673276-silver-screw-extractor-set-case-fy7s.jpeg?h=250&w=175",
"hotness": 5,
"editorsChoice": false,
"expired": false,
"commentCount": 0,
"publishedAt": "2026-04-23T10:00:00.000Z",
"scrapedAt": "2026-04-25T12:00:00.000Z",
"searchQuery": null,
"inputCategory": "all"
}

Example Usage

Get latest deals across all categories

{
"maxResults": 100
}

Search for laptop deals

{
"searchQuery": "laptop",
"maxResults": 30
}

Browse electronics deals

{
"category": "electronics",
"maxResults": 50
}

Cost

This scraper uses Apify's pay-per-event pricing. You are charged per result returned. Running with the default 50 results uses minimal compute resources.

Notes

  • DealNews is fully server-side rendered, so no browser is needed
  • The scraper extracts both HTML content and embedded JSON deal data for maximum accuracy
  • Pagination uses DealNews's native start parameter (20 items per page)
  • Rate limiting is built in to be respectful of the server