Skip to content

add_monitor

Add a new product to the monitor list

Action

Description

Add a new product to the monitor list. User needs to provide a Shopee product URL.

Typical user queries:

  • "Monitor this product for me https://shopee.sg/..."
  • "Add this to the monitor list"
  • "I want to monitor this competitor's price"

Requires product_url (required). Optional alert_threshold (price drop threshold percentage, default 5).

Parameters

ParameterTypeRequiredDefaultDescription
product_urlstringYesShopee product URL
alert_thresholdintegerNo5Price drop threshold (%)

Returns

Returns a success confirmation message, including Monitor ID, site, and threshold information.

Monitor added (ID: 42).
- URL: https://shopee.sg/product/12345678
- Site: SG
- Price drop threshold: 5%

The system has started crawling prices automatically. When the competitor's price drops by more than 5%, an alert will be pushed via Feishu.

Duplicate Addition

If the product is already in the monitor list, the following message will be returned:

This product is already in the monitor list (monitor_id=XX), no need to add again.

Conversation Examples

  • "Monitor this product for me https://shopee.sg/..."
  • "Add this to the monitor list"
  • "I want to monitor this competitor's price"

API Endpoint

POST /monitors

Released under the MIT License.