Python simulated search problem

clipboard.png

now I want to use the simulator to simulate the relevant companies searched by enterprises. I have a text here that contains some company names. I want to do keyword matching. If it is a company, save it, otherwise delete the company. How do you do the "drop-down search algorithm" here?

Mar.16,2021

first, find out the interface address to get the company list: https://www.qichacha.com/gong.
, and then look at the request parameters: key,type
if it still doesn't work, there may be other parameter verification rules, usually in the request header. Such as cookie, or other custom fields.

Menu