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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34780-2bf0a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34780-2bf0a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?