Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # pip install requests
- import requests
- url = 'https://www.amazon.com/Lumineux-Teeth-Whitening-Strips-Treatments-Enamel-Safe/dp/B082TPDTM2/?th=1'
- apikey = '<YOUR_ZENROWS_API_KEY>'
- params = {
- 'url': url,
- 'apikey': apikey,
- 'js_render': 'true',
- 'premium_proxy': 'true',
- }
- response = requests.get('https://api.zenrows.com/v1/', params=params)
- print(response.text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement