Forums

Scraping IMDB Website

Hello,

I used to run a test Django app that scrape some fields from IMDB website ("www.imdb.com"). But currently it shows below error, is it blacklisted/prohibited to scrape IMDB? Or should I add something/config from my side?

HTTPSConnectionPool(host='www.imdb.com', port=443): Max retries exceeded with url: /title/None (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))

Thanks for your help.

Please follow https://help.pythonanywhere.com/pages/RequestingAllowlistAdditions/