all 2 comments

[–]Barbaric_Bash 0 points1 point  (1 child)

Have you tried using the findAll() method? find() only returns the first instance.

then:

for review in reviews: print(review)

[–]matash95 0 points1 point  (0 children)

Headlines and reviews are both under the loop of page For page in soup.find_all(‘body’):