0

I've been using:

from bs4 import BeautifulSoup


soup = BeautifulSoup(page_html, 'lxml')

tables = soup.find_all('table')

but it just gives me dummy text like "Lorem Ipsum..."

I can see the text I want to scrape when I inspect the element, but I cannot see it when I press "View Page Source".

Does this mean this code is Javascript driven? If so, how do I get around this without a driver?

Here is the URL to the site: https://rocketreach.co/Doordash-email-format_3205573

Here is some of the code when I inspect the element (table is highlighted): enter image description here

Martin Gergov
  • 1,556
  • 4
  • 20
  • 29

0 Answers0