Tmall product details and JD product details data price comparison interface

Tmall product details and JD product details data can be obtained through the following methods:

  • Tmall product details data interface: taobao.item_get, which can obtain Taobao and Tmall product details.
  • Tmall product list data interface: taobao.item_search, which can obtain the Taobao Tmall product list.
  • All product data interface of Tmall store: taobao.item_search_shop, which can obtain all products of Taobao Tmall store.
  • JD product details data interface: JD.item_get, you can obtain JD product details.
  • JD product list data interface: JD.item_search, you can obtain JD product list.
  • All product data interface of JD.com store: JD.item_search_shop, which can obtain all products of JD.com store.

The steps for price comparison interface between Tmall product details and JD product details data are as follows:

  1. Create a data table , select Data to create a table, click the form of the template in the form list, select Create in the associated data table, and customize the table name. Here, name it "jingdong". Note that numbers and special symbols cannot be used in the name, and click OK.
  2. To collect data , select data collection, check the task name, and click Start Collection to officially start collection.
  3. View the collected data . In the data browsing, select the data table to view the collected data and export the data.

Tmall product details and JD product details data codes are as follows:

taobao.item_get-Get Taobao product details data return value description

JD.item_get-Get JD product details data return value description

1.Public parameters

name type must describe
key String yes Call key (must be spliced ​​into the URL in GET mode, demo example)
secret String yes call key
api_name String yes API interface name (included in the request address) [item_search, item_get, item_search_shop, etc.]
cache String no [yes,no] The default is yes, which will call cached data and is faster.
result_type String no [json,jsonu,xml,serialize,var_export] returns the data format, the default is json, the content output by jsonu can be read directly in Chinese
lang String no [cn,en,ru] translation language, default cn simplified Chinese
version String no API version (copy Wei: Taobaoapi2014 to get the API SDK file)

2. Request Example

 

3. Response example

 

The purpose of the Tmall product details and JD product details data price comparison interface is as follows:

  • Help users obtain product details.
  • Help users search for products and find the products they need faster.
  • Help users compare prices, specifications, etc. of different products to make better product choices.
  • Help users obtain detailed information about products to better purchase products.

In addition, it can also be used in product evaluation and other scenarios. In short, the product details API interface of e-commerce platforms has a wide range of application scenarios, which can help users better understand products and thus make better product choices.

Guess you like

Origin blog.csdn.net/weixin_44591885/article/details/133384265