Advertisement
dereksir

Untitled

Aug 25th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import requests
  2. from bs4 import BeautifulSoup
  3.  
  4. base_url = 'https://scrapingclub.com/exercise/list_infinite_scroll/'
  5. page_number = 1  # Start with page 1 for the base URL
  6. total_pages = 6  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement