Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
URLを教えて概要を知りたいです。これを行うためのライブラリまたは API はありますか?
私は Python で作業していますが、他の言語から移植できます。
urllib や urllib2 のようなものを探しているのではないでしょうか?
どちらのライブラリでも、指定した URL から情報を取得できます。これは、クイック検索で見つけた(少し古い)紹介です。
http://www.codercaste.com/2009/11/28/how-to-use-the-urllib-python-library-to-fetch-url-data-and-more/