Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {'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.'}
- {'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.'}
- {'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.'}
- {'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.'}
- {'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