零配置即装即用,提供京东商品搜索、频道推荐、猜你喜欢、类目浏览和促销活动查询5项工具,覆盖数码家电、超市百货、母婴玩具、美妆穿搭等全品类,基于京东官方数据。
---
name: jd-selection
display_name: "京东精选"
description: "零配置即装即用,提供京东商品搜索、频道推荐、猜你喜欢、类目浏览和促销活动查询5项工具,覆盖数码家电、超市百货、母婴玩具、美妆穿搭等全品类,基于京东官方数据。"
tags: [京东, 京东购物, 京东好货, 京东推荐, 9.9包邮, 京东秒杀, 猜你喜欢, 京东自营, 京东优惠券, 好货推荐, jd, jingdong, shopping]
tools:
- name: search_goods
description: 京东关键词搜索,搜索京东商品,支持按价格、收益、销量排序,筛选自营或有券商品
primaryEnv: PROXY_TOKEN
env:
- name: PROXY_TOKEN
description: 代理认证Token(自动配置,无需手动设置)
required: false
parameters:
- name: keyword
type: string
description: 搜索关键词
required: true
- name: sort
type: string
description: 排序方式,可选:price(价格)、inquiredCount(销量)、inquiredCount(销量)、commentCount(评论数)
required: false
- name: has_coupon
type: boolean
description: 是否只看有券商品
required: false
- name: is_self
type: boolean
description: 是否只看京东自营
required: false
- name: page
type: integer
description: 页码,默认1
required: false
- name: search_channel
description: 京东频道好货推荐,按频道浏览京东精选商品,涵盖20+频道如9.9包邮、实时热销、数码家电等
parameters:
- name: channel
type: string
description: 频道名称或ID,默认好券商品
required: false
- name: sort
type: string
description: 排序方式
required: false
- name: has_coupon
type: boolean
description: 是否只看有券商品
required: false
- name: page
type: integer
description: 页码,默认1
required: false
- name: recommend_goods
description: 京东猜你喜欢个性化推荐,获取千人千面的商品推荐
parameters:
- name: channel
type: string
description: 频道:猜你喜欢、实时热销、大额券、9.9包邮,默认猜你喜欢
required: false
- name: page
type: integer
description: 页码,默认1
required: false
- name: get_categories
description: 京东商品类目浏览,查看京东商品分类,可逐级浏览
parameters:
- name: parent_id
type: integer
description: 父类目ID,0表示一级类目,默认0
required: false
- name: get_activities
description: 京东促销活动查询,查看当前京东的促销活动
parameters: []
---
# 京东精选
零配置即装即用,提供京东商品搜索、频道推荐、猜你喜欢、类目浏览和促销活动查询5项工具,基于京东官方数据。
## 能做什么
- **商品搜索**:关键词搜索京东商品,支持按价格、收益、销量排序,筛选自营和有券商品
- **频道推荐**:20+精选频道浏览好货,涵盖9.9包邮、实时热销、数码家电等
- **猜你喜欢**:千人千面个性化推荐,发现你可能感兴趣的商品
- **类目浏览**:查看京东商品分类,逐级浏览找好货
- **促销活动**:查看当前京东的促销活动信息
## 不能做什么
- 不能下单购买,只提供商品信息和购买链接
- 不能查询订单状态或物流信息
- 不能跨平台比价(需使用购物比价助手)
## 使用示例
1. "京东上搜一下无线鼠标,按销量排序"
2. "看看9.9包邮频道有什么好货"
3. "猜我喜欢什么商品"
4. "京东现在有什么促销活动"
## 注意事项
- 商品价格和优惠券实时变化,展示结果仅供参考
- 频道推荐结果默认按综合热度排序
- **数据流向说明**:查询通过云端代理转发到京东官方API,代理不存储用户数据
## 使用提示
- sort=price按价格排序找低价,sort=inquiredCount按销量排序找爆款
- is_self=true只看京东自营,品质更有保障
- has_coupon=true只看有券商品,找优惠更精准
- 先用get_categories看类目,再用search_goods按类目搜
- recommend_goods的channel选"大额券"可以找大额优惠券商品
don't have the plugin yet? install it then click "run inline in claude" again.