Coupang
Search and browse products on Coupang to find competitive prices and daily discounts.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Coupang Products: 쿠팡에서 상품을 검색합니다. Args: keyword (str): 검색할 키워드 (예: "에어팟", "맥북프로") limit (int): 가져올 결과 개수 (기본 5개, 최대 100개) Returns: 상품 목록 (이름, 가격, 구매 링크 포함)
- Get Coupang Best Products: 쿠팡 카테고리별 베스트 상품을 조회합니다. Args: category_id (int): 카테고리 ID (1016: 가전디지털, 1001: 여성패션, 1012: 식품 등) limit (int): 가져올 결과 개수 (기본 5개, 최대 100개) Returns: 베스트 상품 목록
- Get Coupang Goldbox: 쿠팡 골드박스 (오늘의 특가/할인) 상품을 조회합니다. Args: limit (int): 가져올 결과 개수 (기본 10개, 최대 100개) Returns: 골드박스 특가 상품 목록
What data it sees
Do you need an account
No: the server works without sign-in
Search and browse products on Coupang to find competitive prices and daily discounts. Discover top-rated items across diverse categories like electronics, fashion, and food. Access exclusive Goldbox deals to identify the best value for your shopping needs.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_coupang_products | 쿠팡에서 상품을 검색합니다. Args: keyword (str): 검색할 키워드 (예: "에어팟", "맥북프로") limit (int): 가져올 결과 개수 (기본 5개, 최대 100개) Returns: 상품 목록 (이름, 가격, 구매 링크 포함) |
| get_coupang_best_products | 쿠팡 카테고리별 베스트 상품을 조회합니다. Args: category_id (int): 카테고리 ID (1016: 가전디지털, 1001: 여성패션, 1012: 식품 등) limit (int): 가져올 결과 개수 (기본 5개, 최대 100개) Returns: 베스트 상품 목록 |
| get_coupang_goldbox | 쿠팡 골드박스 (오늘의 특가/할인) 상품을 조회합니다. Args: limit (int): 가져올 결과 개수 (기본 10개, 최대 100개) Returns: 골드박스 특가 상품 목록 |