alperiox

bs4 results

Dec 14th, 2022 (edited)
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.42 KB | None | 0 0
  1. {'title': 'Countries of the World: A Simple Example', 'link': 'https://www.scrapethissite.com/pages/simple/', 'description': 'A single page that lists information about all the countries in the world. Good for those just get started with web scraping.'}
  2.  
  3. {'title': 'Hockey Teams: Forms, Searching and Pagination', 'link': 'https://www.scrapethissite.com/pages/forms/', 'description': 'Browse through a database of NHL team stats since 1990. Practice building a scraper that handles common website interface components.'}
  4.  
  5. {'title': 'Oscar Winning Films: AJAX and Javascript', 'link': 'https://www.scrapethissite.com/pages/ajax-javascript/', 'description': 'Click through a bunch of great films. Learn how content is added to the page asynchronously with Javascript and how you can scrape it.'}
  6.  
  7. {'title': 'Turtles All the Way Down: Frames & iFrames', 'link': 'https://www.scrapethissite.com/pages/frames/', 'description': 'Some older sites might still use frames to break up thier pages. Modern ones might be using iFrames to expose data. Learn about turtles as you scrape content inside frames.'}
  8.  
  9. {'title': "Advanced Topics: Real World Challenges You'll Encounter", 'link': 'https://www.scrapethissite.com/pages/advanced/', 'description': "Scraping real websites, you're likely run into a number of common gotchas. Get practice with spoofing headers, handling logins & session cookies, finding CSRF tokens, and other common network errors."}
Add Comment
Please, Sign In to add comment