talk about my naive thinking:
1 my backend uses php as the api interface;
2 now the web page sends the name of an enterprise to the server through post requests;
3 processes the request using python through the server"s proxy;
4 gets the data sent by post, crawls the page with scrapy, and returns the json result;
although php can be handled completely, it seems that the scrapy analysis page is more convenient. Recently, I am learning python, to use the two together in the project, seeking boss education.