Grab the app address of mobile phone in vue project,

recently, I saw that other people"s vue project on git realized the online crawling of Douban, and I felt very cool. All the projects I have done in the past are, if not for saving json to do data simulation, some of them do not know what the reason is 403. After watching their online crawl, I specially went to learn for jsonp, ready to do an online crawl. But unfortunately, I couldn"t find her app address. Do you have any good way to get these app addresses? thank you very much

.
Mar.18,2021

you can read the article I wrote, and use Vconsole and Fillder to debug the mobile device. https://codeshelper.com/a/11.


I don't quite understand it. Just open the browser and change it to mobile phone simulation mode.


does Douban provide jsonp interface?

should be crawled through the backend.

well, I found it. It really provides the interface of jsonp:
for example:
http://api.douban.com/book/su.

.

then I also found the list of api interfaces:
https://developers.douban.com.

.
Menu