淘宝
淘宝

淘宝

接口类型:娱乐购物
接口状态:正常
描述:服务包含有:
1、淘宝关键词搜索结果列表数据;
2、通过淘宝商品id获得淘宝商品详情数据;
3、查找店铺所有商品
4、根据分类查找商品
  • 商品详情V1
  • 接口地址:http://open.6api.net/taobao/detail

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/detail?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    itemid string 淘宝的商品id

    返回参数:

    参数名称 类型 说明
    seller array 卖家信息
    sellerNick string 卖家昵称

    JSON返回实例:

  • 淘宝商品评论列表
  • 接口地址:http://open.6api.net/taobao/comment

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/comment?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    itemId string 商品id
    page int 分页
    sort string 筛选,10[全部],-1[差评],0[中评],1[好评],2[追评],3[有图]
    orderType string 排序方式feed,back,date

    返回参数:

    参数名称 类型 说明
    structTagList array 结构标签列表
    userStar string 用户星级
    userStarPic string 用户星级图片
    images array 图片合集
    userAvatar string 用户头像
    skuMap array sku地图
    video string 视频
    content string 评论内容
    userNick string 用户昵称
    commentDate string 评论日期

    JSON返回实例:

  • 淘宝店铺信息
  • 接口地址:http://open.6api.net/taobao/shop/info

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/shop/info?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    shopUrl string 淘宝店铺链接地址
    forId string 是否只需要店铺id

    返回参数:

    参数名称 类型 说明
    sellerId string 卖家id
    fansNum int 粉丝数
    city string 城市
    phone string 手机
    wangwang string 旺旺名称
    shopLogo string 店铺logo
    shopName string 店铺名称
    shopId int 店铺id
    starts string 开始

    JSON返回实例:

  • app商品搜索
  • 接口地址:http://open.6api.net/taobao/app/search

    支持格式:JSON

    请求方式:GET POST

    请求示例:https://open.6api.net/taobao/app/search?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    keyword string 搜索关键字
    page int 分页
    order string 排序
    startPrice decimal 起始价格(默认为空)
    endPrice decimal 结束价格(默认为空)
    category string 商品分类
    ppath string 其他额外参数(品牌之类的paramValue)
    service string 折扣和服务
    loc string 发货地
    tab int 搜索渠道

    返回参数:

    参数名称 类型 说明
    seller string 卖家
    isTmall int 是否天猫
    marketPrice string 市场价格
    title string 标题
    shopUrl string 店铺网址
    sales int 销量
    url string 网址
    idAd int ID地址
    commentCount int 评论数量
    sellerId int 卖家ID
    price decimal 价格
    imageUrls decimal 图片网址
    location string 位置
    id int 商品id
    sameCount int 相同计数

    JSON返回实例:

  • app店铺搜索
  • 接口地址:http://open.6api.net/taobao/app/shop

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/app/shop?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    keyword string 搜索关键字
    page int 分页

    返回参数:

    参数名称 类型 说明
    sold int 销量
    clickTrace string 单击跟踪
    auctionCount string 拍卖数量
    brandShops string 品牌商店
    title string 标题
    icons array 图标
    alias string 别名
    showType string 显示类型
    domClass string DOM类
    type string 类型
    group string 群组
    tItemType string 项目类型
    score string 评分
    sellerId string 卖家id
    shopTagInfo array 店铺标签信息
    iconList string 图标列表
    logo string 店铺logo
    shopId string 店铺id
    userType string 用户类型
    auctions array 拍卖
    hasVideo string 是否有视频
    price decimal 价格
    nid int 商品id
    pic string 图片
    utLogMap string logo地图
    item_price string 项目价格
    list_param string 列表参数
    x_ad string -
    x_object_id string 项目id
    hasSimilar string 是否有相似

    JSON返回实例:

  • app天猫商品搜索
  • 接口地址:http://open.6api.net/taobao/app/tmall

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/app/tmall?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    keyword string 搜索关键字
    tab string 搜索渠道
    page int 分页 1.2.3....
    order string 排序
    startPrice decimal 起始价格(默认为空)
    endPrice decimal 结束价格(默认为空)
    channel string 搜索模块

    返回参数:

    参数名称 类型 说明
    seller string 卖家
    sellerId string 卖家ID
    price string 价格
    imageUrls array 图片合集
    location string 位置
    id string 商品id
    title string 商品标题
    shopUrl string 店铺网址
    category string 类别
    sales string 销量
    url string 网址
    commentCount string 评论数量

    JSON返回实例:

  • app同款商品
  • 接口地址:http://open.6api.net/taobao/app/same

    支持格式:JSON

    请求方式:GET POST

    请求示例:http://open.6api.net/taobao/app/same?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    pid string 商品搜索列表返回参数中的pid
    itemId string 商品id
    page int 分页 1.2.3....

    返回参数:

    参数名称 类型 说明
    seller string 卖家
    isTmall string 是否是天猫商城
    marketPrice decimal 市场价格
    pid int id
    title string 标题
    shopUrl string 店铺网址
    sales int 销量
    url string 网址
    idAd string id地址
    commentCount int 评论数量
    sellerId string 卖家id
    price decimal 价格
    imageUrls array 图片网址
    location string 位置
    id int 商品ID
    category int 类别
    sameCount int 相同计数

    JSON返回实例: