Python crawler jingzhun website

https://rong.36kr.com/n/api/company/57039512/funds?asEncryptedTs=-0.9928489443333852&asTs=1541015634543


        yield scrapy.Request(url=finance_link,callback=self.get_finance_info, headers=self.headers, dont_filter=True,cookies=get_cookies(self.cookie_str),meta={"id":response.meta["id"]})
{
    "code": 403,
    "data": "GET https://rong.36kr.com/n/api/company/96609160/finance?asEncryptedTs=-0.2934933785272108&asTs=1541015800519",
    "msg": " "
}


 yield scrapy.Request(url=company_link,
                                 callback=self.get_company_info, headers=self.headers, dont_filter=True,
                                 cookies=get_cookies(self.cookie_str),meta={"id":id})

I am asking company_link not to report login problem
URL
https://rong.36kr.com/list/de.

Oct.08,2021
Menu