Shopping Analyzer (Team Cipher) - #526
Open
lookharshverma-max wants to merge 2 commits into
Open
lookharshverma-max wants to merge 2 commits into
lookharshverma-max wants to merge 2 commits into
Conversation
Updated README to reflect the new DealPulse v2.0 branding and functionality, including descriptions of features, project structure, and usage instructions.
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. This review is advisory and does not block merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
DealPulse is an autonomous web intelligence engine designed to help shoppers instantly uncover the true market spread for consumer electronics and goods. By dynamically querying live search results, it aggregates and normalizes product pricing across major Indian retailers, including Amazon India, Flipkart, Croma, and Reliance Digital. Unlike traditional aggregators that rely on restrictive or rate-limited paid APIs, DealPulse fetches raw HTML directly to bypass aggressive anti-bot mitigations and CAPTCHA walls.
At its core, the Node.js backend utilizes Cheerio and regular expressions to parse complex DOM structures and extract accurate numeric price values. To ensure the integrity of the data, the system employs a smart noise-rejection pipeline that automatically filters out irrelevant, low-priced accessories—such as cases, cushions, earpads, and covers. This guarantees that users are comparing genuine device-to-device prices rather than skewed results.
The extracted data is seamlessly served by an Express application to a modern, glassmorphic web dashboard. Users can search for any product and instantly visualize actionable arbitrage metrics, including the optimal lowest price, the peak market high, and the total potential savings across all verified sources, complete with a direct routing link to the cheapest checkout page.
Related issue:
Type of Change
Checklist
skill-src/, I ranmake buildand committedskills/Adapter Notes
CliErrorsubclasses instead of rawErrorScreenshots / Output