• 卖通按关键字搜索aliexpress商品 API


    以下是行业内了解到的一些情况,本帖只展示部分代码,需要更多API调试请移步注册API账号
    http://console.open.onebound.cn/console/?i=Turbo

    公共参数

    名称类型必须描述
    keyString调用key   点击获取测试key和secret
    secretString调用密钥
    api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
    cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
    result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
    langString[cn,en,ru]翻译语言,默认cn简体中文
    versionStringAPI版本

    请求参数

    1. 请求参数:q=shoe&start_price=&end_price=&page=&cat=&discount_only=&sort=&page_size=&seller_info=&nick=&ppath=
    2. 参数说明:q:搜索关键字
    3. cat:分类ID
    4. start_price:开始价格
    5. end_price:结束价格
    6. sort:排序[bid,_bid,_sale,_new]
    7.   (bid:总价,sale:销量,new上架时间,加_前缀为从大到小排序)
    8. page:

    响应参数

    Version: Date:

    名称类型必须示例值描述

    num_iid

    Bigint032944112999宝贝ID

    title

    String0Male Breathable Comfortable Casual Shoes Fashion Men Canvas Shoes Lace up Wear-resistant Men Sneakers zapatillas deportiva商品标题

    pic_url

    String0//ae01.alicdn.com/kf/HTB1_AwYXdfvK1RjSspfq6zzXFXap/Male-Breathable-Comfortable-Casual-Shoes-Fashion-Men-Canvas-Shoes-Lace-up-Wear-resistant-Men-Sneakers-zapatillas.jpg_220x220xz.jpg宝贝图片

    promotion_price

    String08.75-8.97优惠价

    price

    String08.75-8.97价格

    sales

    Int0销量

    feedback

    Int080评论数

    orders

    Int0815订单数

    sample_id

    String0商品风格标识ID

    post_fee

    Float09.91物流费用

    star

    String04.8商品评分

    area

    String0店铺所在地

    detail

    String0//www.aliexpress.com/item/Male-Breathable-Comfortable-Casual-Shoes-Fashion-Men-Canvas-Shoes-Lace-up-Wear-resistant-Men-Sneakers-zapatillas/32944112999.html商品链接
  • 相关阅读:
    坐标西安 面试中电后端Java岗 被面试官狂问mybatis
    Linux 图形栈从入门到放弃 --- Linux 图形相关概念简介
    18.(开发工具篇Gitlab)Git如何回退到指定版本
    使用Jmeter进行http接口性能测试
    深入理解强化学习——强化学习智能体的四要素:模型(Model)
    基于SpringBoot+Vue+支付宝支付的汽车租赁系统(可做毕设/课设)
    Redis-核心数据结构
    XSS跨站脚本攻击
    C++ 数字
    算法 递归
  • 原文地址:https://blog.csdn.net/Merissa_/article/details/126115837