I want to access my publicly available LinkedIn page. On my local machine, following code works:
import requests url = \"http://de.linkedin.com/pub/ankush-sh
As mention here, LinkedIn do not allow direct access. They have blacklisted Heroku's IP address and the only way to access the data is to use their APIs.