Home  >  Article  >  Backend Development  >  mysql - PHP implements crawling JD.com Tmall product SKU information problem?

mysql - PHP implements crawling JD.com Tmall product SKU information problem?

WBOY
WBOYOriginal
2016-08-04 09:21:211960browse

How to obtain product prices, inventory, links and other information on JD.com, Tmall and Taobao with PHP?
For example, I want to get the prices of all iPhone6s SKUs of various specifications on JD.com. How to do it?
Is there a ready-made class library?

Reply content:

How to obtain product prices, inventory, links and other information on JD.com, Tmall and Taobao with PHP?
For example, I want to get the prices of all iPhone6s SKUs of various specifications on JD.com. How to do it?
Is there a ready-made class library?

JD API
https://jos.jd.com/

JD.com and Tmall have interfaces to obtain product information. Please study the official documents.

Use fiddler to capture the product interface of their App and analyze the interface information. Let’s climb~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn