taobao.item_search_img

response parameters

Version: Date:

name type must Example value describe
title
String 0 Parent-child short-sleeved T-shirts, social clothes, family clothes, family clothes, mother-son, mother-daughter, pure cotton summer tops, trendy baby title
cid
Int 0 50015374  
list_type
String 0 Similar looking babies list type
pic_url
String 0 //g-search3.alicdn.com/img/bao/uploaded/i4/TB26ry1rBsmBKNjSZFsXXaXSVXa_!!2628705716.jpg baby pictures
promotion_price
String 0 38.71 Special price
price
Float 0 39.50 price
sales
Int 0 7 Sales volume
num_iid
Bigint 0 575727312808 Baby ID
sample_id
Bigint 0 1627115368 Product style identifier ID
seller_nick
String 0 Exclusive taste of dzw Shopkeeper's nickname
is_tmall
Bool 0 false  
post_fee
String 0 0.00 Logistics costs
area
String 0 Guangdong Dongguan store location
detail_url
String 0 //item.taobao.com/item.htm?id=575727312808&ns=1#detail baby link

 

 

<? php 

 

// Request example url. The default request parameters have been URL encoded // This example code does not encrypt the secret parameter and transmit it in plain text. If you want to encrypt it, please refer to: 

$method = "GET" ; 

$url = " # " ; 

$curl = curl_init (); 

curl_setopt ( $curl , CURLOPT_CUSTOMREQUEST , $method ); 

curl_setopt ( $curl , CURLOPT_URL , $url ); 

curl_setopt ( $curl , CURLOPT_SSL_VERIFYHOST , FALSE ); 

curl_setopt ( $curl , CURLOPT_SSL_VERIFYPEER , FALSE ); 

curl_setopt ( $curl , CURLOPT_FAILONERROR , false ); 

curl_setopt ( $curl , CURLOPT_RETURNTRANSFER , true ) ; 

curl_setopt ( $curl , CURLOPT_HEADER , true ); 

curl_setopt ( $curl , CURLOPT_ENCODING , "gzip" ); 

var_dump ( curl_exec ( $curl )); ?>

      

 

  • taobao.item_search_img
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

item_get- Get Taobao product

Request parameter: num_iid=520813250866&is_promotion=1 Parameter description: num_iid:...

item_search- Search Taobao products by keyword

Request parameters: q=women's...

item_fee- Get Taobao goods express fee

Request parameters: num_iid=572050066584&area_id=152501&sku=0 Parameter description:...

taobao.buyer_order_detail

Request parameter: order_id=&onlystatus=0 Parameter description: order_id: order ID token:...

taobao.upload_img

Request parameters Request parameters:...