Is this considered "web scraping"? Is it "legal"?

I've made tools to do the following:

  • 1) Download Instagram HTML page of some user via cURL

  • 2) Process downloaded HTML page and find all images in the format:

    xxxxxxxxxxxxxx_xxxxxxxx_xxxxxxxxx_x.jpg

  • And construct a list of the images

  • 3) Download them one by one from Instagram's CDN
  • Is this web scraping? Does Instagram "hate" that I do this? Can someone take legal action against me? Is making POST request to Instagram to obtain info illegal?


    From Instagram's TOS:

    10) We prohibit crawling, scraping, caching or otherwise accessing any content on the Service via automated means, including but not limited to, user profiles and photos (except as may be the result of standard search engine protocols or technologies used by a search engine with Instagram's express consent).

    链接地址: http://www.djcxy.com/p/92678.html

    上一篇: 如何检查电子邮件地址是否存在,而不发送电子邮件?

    下一篇: 这是否被认为是“网页抓取”? 它是“合法的”吗?