Basic Scraper Commands
The scrapers are used to detect and notify you of new items that are added to websites. All available commands can be viewed using: !m help scraper
Adding search terms to a scraper
The majority of scrapers require you to provide some search terms to be used when looking for new items. For example you may be interested in the latest Funko's being added to the Target website; to add search terms to a scraper you need to use the scraper add
command. This command requires the name of the store and the search terms you would like to add. Example:
Now any new items which are added to the Target website and contain the word "funko" in the title, will be detected and notified. The scraper is not case sensitive so you can add all of your search terms in lowercase.
To add a Shopify website to the Shopify scraper, simply add the base URL to the scraper and all new items will be detected. Example:
Adding search terms to a scraper and forwarding them to a channel at the same time
To add search terms to a scraper and forward them to a channel in the same command you need to use the scraper add
command. This command requires the name of the store, he search terms you would like to add and the channel you wish to forward them to. Example:
Find out more about forwarding here: Forwarding Commands.
Removing search terms from a scraper
Use this command to remove search terms from the scraper. To remove search terms you need to use the scraper remove
command. This command requires the name of the store and the search terms you would like to remove. Example:
View added search terms
You can view a list of all the search terms you have added for each store using the scraper running
command. This command only requires the name of the store. Example:
View a list of all available scrapers
The scrapers
command will display all of the currently available scrapers and if you have access to them or not. Example:
View a list of all command store names
The names of some stores may be altered slightly in the commands. For example to add search terms to the scraper for Taylor Made Golf the store name becomes taylormadegolf
; a full command being !m scraper add taylormadegolf "drivers"
. Use this command to view all of the command store names. Example:
Last updated
Was this helpful?