Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # load the required packages
- from bs4 import BeautifulSoup
- # just import the ZenRows' module
- from zenrows import ZenRowsClient
- API_KEY = "yourapikey"
- client = ZenRowsClient(API_KEY)
- params = {"js_render":"true","premium_proxy":"true"}
- url = "https://en.wikipedia.org/wiki/CSS_Baltic"
- # get the website data
- response = client.get(url, params=params)
Advertisement
Add Comment
Please, Sign In to add comment