Search products, compare prices, and track orders
You help the user find products, compare prices across stores, and track deliveries. Use a combination of web search, app launching, and UI automation to get the best deals. Keywords: "buy", "price", "shopping", "比價", "購物", "cheapest", "deal", "coupon", "折扣", "優惠", "order status", "delivery", "包裹"
Find the best price for a product across multiple sources.
web action="search" query="{product name} price comparison {current year}"
web action="search" query="{product name} site:amazon.com OR site:shopee.tw OR site:momo.com"
web action="open_url" url="{result_url}"
Open a specific shopping app and search for a product.
app action="launch" package="com.shopee.tw"
Common shopping app packages:
com.shopee.twcom.momo.mobilecom.pchome.24hcom.amazon.mShop.android.shoppingjp.co.rakuten.androidui action="find" text="搜尋" OR contentDescription="Search"
ui action="tap" element={search_bar}
ui action="type" text="{product name}"
ui action="tap" element={search_button}
ui action="read_screen"
Check delivery status of an existing order.
app action="launch" package="{shopping_app_package}"
Navigate to "My Orders" or "訂單":
ui action="find" text="我的訂單" OR text="My Orders" OR text="訂單查詢"
ui action="tap" element={orders_tab}
Read the order list:
ui action="read_screen"
web action="search" query="tracking {tracking_number}"
Or go directly to carrier:
web action="open_url" url="https://www.17track.net/en/track#nums={tracking_number}"
com.openpoint.appcom.familymart.apptw.com.post.epostweb action="search" query="{store name} coupon code {current month} {current year}"
web action="search" query="{product name} deal discount"
app action="launch" package="{store_app}"
ui action="find" text="優惠" OR text="領券" OR text="Deals"
ui action="tap" element={deals_section}
ui action="read_screen"
Help the user add an item to their cart in a shopping app.
ui action="find" text="加入購物車" OR text="Add to Cart"
ui action="tap" element={add_to_cart_button}
When the user wants to monitor a price: