hi.. im traying to requests site in paid account but i allways got a response 403 im using a requests module to scraping site https://alexa.com/siteinfo/binadarma.ac.id
however my code just like this
from requests import get
a = get('https://alexa.com/siteinfo/binadarma.ac.id')
print(a.status_code)
it allways gave me a <response [403]> on my screen
whats the problem..?? anybody can help me please