接口使用场景等说明:获取淘宝客商品的详细图文介绍接口。注意仅限淘客商品,非淘客商品无法查询
环境 | http 地址 | https 地址 |
---|---|---|
正式环境 | http://api.veapi.cn/tbk/itemdetail | 暂无 |
参数名称 | 参数类型 | 必填 | 示例值 | 描述 |
---|---|---|---|---|
vekey | String | 是 | V123M56 | 公共参数,接口秘钥,请在会员中心获取 |
para | String | 是 | 572920146516 | 需指定淘宝或天猫产品ID,支持最新淘宝联盟字符串ID,比如aaaa-bbbb |
pcClient | Number | 否 | 0(默认) | 可选值1,是否为PC端的图文信息。默认0表示返回移动端的图文信息。1表示要PC端的。 |
picType | Number | 否 | 1(默认) | 表示图片的格式,可选1或2。默认1表示返回的图片地址字段item_detail值为干净的图片地址,2表示带HTML的图片代码。 |
GET/POST http://api.veapi.cn/tbk/itemdetail?vekey=xxx¶=573853907998
$api="http://api.veapi.cn/tbk/itemdetail?vekey=xxx¶=573853907998"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api); //curl_setopt($ch, CURLOPT_POST, true); //POST方式时启用 //curl_setopt($ch, CURLOPT_POSTFIELDS, $postData ); //POST方式时传参 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); //如果使用https请启用 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); //如果使用https请启用 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true ); //返回数据流,不直接输出 curl_setopt($ch, CURLOPT_ENCODING, 'gzip'); //使用gzip压缩传输让访问更快 curl_setopt($ch, CURLOPT_TIMEOUT, 6); //允许执行的最长秒数。这里设定6S curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); $result = curl_exec($ch); $info = curl_getinfo($ch); curl_close($ch); echo $result; //返回值
import cn.hutool.http.HttpResponse; import cn.hutool.http.HttpRequest; public class testGetParam { public static void main(String[] args) { // API网址 String url = "http://api.veapi.cn/tbk/itemdetail?vekey=xxx¶=573853907998"; // JDK 8u111版本后,若目标页面为HTTPS协议,请启用proxy用户密码鉴权 //System.setProperty("jdk.http.auth.tunneling.disabledSchemes", ""); // 发送请求 String result = HttpRequest.get(url) .timeout(10000)//设置超时,毫秒 .execute().body(); System.out.println(result); } }
import requests # 要访问的API网页 target_url = "http://api.veapi.cn/tbk/itemdetail?vekey=xxx¶=573853907998" # 发送请求 response = requests.get(target_url) # 获取页面内容 if response.status_code == 200: print response.text
参数名称 | 参数类型 | 示例值 | 描述 |
---|---|---|---|
title | String | 短袖t恤女白色紧身纯棉短款 | 产品标题 |
subtitle | String | 短袖T恤 | 短标题。不一定有值,它一般是淘宝或天猫产品的副标题,通常是一些卖点说明,出现在淘宝/天猫的详情页标题下方位置,如“100%棉打底衫 工厂直供 收藏加购先发货” |
item_detail | String | ["//img...jpg","//img...jpg"] | 图片对象。【重要说明】当产品介绍含有文字时,这时item_detail强制为html格式。比如很多书籍介绍,是图片+文字,如果还是只保留图片,就会破坏原详情介绍完整内容和排版,因此,这时item_detail就保留了原HTML内容。同时picType参数失效。请务必做好判断item_detail内容格式。 |
{ "error": "0", "msg": "图文介绍获取成功", "debugCode": "36000", "requestGlobal": "10", "data": { "title": "短袖t恤女白色紧身纯棉短款体恤夏季新款半袖修身内搭打底衫上衣", "subtitle": "", "shopInfo": [], "item_detail": [ "//img.alicdn.com/imgextra/i1/O1CN016hx1RI1ykB5AeVtJ7_!!6000000006616-0-tps-750-128.jpg", "//img.alicdn.com/imgextra/i1/248453492/O1CN01hPdIj01bfNqg8UIog_!!248453492.jpg", "//img.alicdn.com/imgextra/i4/248453492/O1CN01ZA2sfY1bfNqp1zI50_!!248453492.jpg", "//img.alicdn.com/imgextra/i3/248453492/O1CN01ka3wd21bfNqiBnycy_!!248453492.jpg", "//img.alicdn.com/imgextra/i2/248453492/O1CN01ONJpbc1bfNqmDNvZ4_!!248453492.jpg", "//img.alicdn.com/imgextra/i4/248453492/O1CN01EErioP1bfNqjTXt0y_!!248453492.jpg", "//img.alicdn.com/imgextra/i3/248453492/O1CN01wlpSPJ1bfNqfy1JDj_!!248453492.jpg", "//img.alicdn.com/imgextra/i3/248453492/O1CN01MfDYz91bfNqhks8c6_!!248453492.jpg", "//img.alicdn.com/imgextra/i1/248453492/O1CN01XsBGG91bfNqiBo6wx_!!248453492.jpg", "//img.alicdn.com/imgextra/i1/248453492/O1CN01XrIVYI1bfNqfxylFs_!!248453492.jpg", "//img.alicdn.com/imgextra/i2/248453492/O1CN01JUWPnO1bfNqdm5KDB_!!248453492.jpg", "//img.alicdn.com/imgextra/i2/248453492/O1CN014vSxWj1bfNqmDNG0g_!!248453492.jpg", "//img.alicdn.com/imgextra/i4/248453492/O1CN01DJwVgK1bfNqWpXoUM_!!248453492.jpg", "//img.alicdn.com/imgextra/i1/248453492/O1CN01aIrhfe1bfNqhkwdQ5_!!248453492.jpg", "//img.alicdn.com/imgextra/i1/248453492/O1CN01KG9oEw1bfNqmDSlBs_!!248453492.jpg", "//img.alicdn.com/imgextra/i3/248453492/O1CN01Wk39FF1bfNqp24BpH_!!248453492.jpg" ] }, "request_id": "rir3jhf" }