html - Can Python get a Href link on page one, and then get a paragraph from page 2? -
i new python, wondering if utilize python , modules. retrieve href page 1, , first paragraph in page 2.
q2: also, how scrape first 10 link hrefs same div class on page one, , scrape first 10 paragraphs, while looping?
yes, believe should able to.
try lookup requests , beautifulsoup python modules.
Comments
Post a Comment