我曾尝试在以下网站上抓取搜索结果 https://www.guelphchamber.com/find/#/action/AdvancedSearch/cid/119/id/201/listingType/O?value=&city=14
但是响应文本显示的是带有javascript数组的正文。我是否需要使用硒代替请求
session = requests.session()
url="https://www.guelphchamber.com/find#/action/AdvancedSearch/cid/119/id/201/listingType/O?value=&city=14"
response=requests.get(url)