Вы можете воспроизвести страницу, перейдя сюда: https://paydirect.link2gov.com/NYCParki ... ItemSearch и введя номер NY T630134C
Код: Выделить всё
soup = BeautifulSoup(plateRequest.text)
#print(soup.prettify())
#print soup.find_all('tr')
table = soup.find("table", { "class" : "lineItemsTable" })
for row in table.findAll("tr"):
cells = row.findAll("td")
print cells
Подробнее здесь: https://stackoverflow.com/questions/233 ... sing-table
Мобильная версия