I am trying to scrape a website (website link is given below in code) and all containers are not loading and even if some of them are loaded, the number are not shown. In my case, the number 228 are not loaded.
As shown on image, all div are not shown with beautifulsoup, unlike what I inspect.
My code:
page = requests.get("https://k.autohome.com.cn/5213/16665#pvareaid=3454637")
soup = BeautifulSoup(page.content, 'lxml')
print(soup.prettify())
I would actually like to obtain the data below.I am not sure why I could not obtain any data related to it.



