Home > Article > Backend Development > mysql - PHP implements crawling JD.com Tmall product SKU information problem?
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?
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~