Deals Scraper Commands

The deals scrapers are used to detect and notify you of the latest discounted items that are added to websites.

Adding a deals scraper

The deals scrapers uses the same logic as a regular scraper but with limited search terms. With the deals scraper the desired discount percentages need to be added as search terms. For example if you are only interested in new items from Home Depot which are discounted above 90% you would use the following command:

!m scraper add homedepotdeals "90-99"

Now you will be notified of any new items which are discounted above 90%.

Want to forward different discounted items to different channels? Visit Forwarding Commands

Only the following discount percentages can be added as search terms to the deals scrapers: "0-9","10-19","20-29","30-39","40-49","50-59","60-69", "70-79", "80-89", "90-99". Examples:

!m scraper add homedepotdeals "0-9"
!m scraper add homedepotdeals "10-19"
!m scraper add homedepotdeals "20-29"
!m scraper add homedepotdeals "30-39"
!m scraper add homedepotdeals "40-49"
!m scraper add homedepotdeals "50-59"
!m scraper add homedepotdeals "60-69"
!m scraper add homedepotdeals "70-79"
!m scraper add homedepotdeals "80-89"
!m scraper add homedepotdeals "90-99"

As the deals scraper is built on top of the regular scraper logic, the same scraper remove and scraper running commands will work here also.

View a list of all available deals scrapers

The deals command will display all of the currently available deals scrapers and if you have access to them or not. Example:

!m deals

If you have a deals scraper that you would like to see added then simply open a ticket in the Discord server and request it.

Last updated