CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2003
    Posts
    128

    Is screen scraping illegal?

    I know this is kind of a gray area and I have seen some lawsuits emerge where some software companies are scraping information off of the web for commercial use.

    Example - there are plenty of shareware sniping tools that scrape the information from the **** listings in order to provide sniping capability, and there are plenty of DVD collection software packages that scrape the details from imdb.com and other sites for the dvd content and cover images. All of these tools are for commercial use.

    So how does one know where to draw the line?

    I have just developed a (non commercial) application that relies on data from another site yet my application is not for commercial use, I am just passing that data on in a different format. Does that make it illegal? I checked the site and there is only one line of copyright text but it does not say in any of their site terms and conditions that the information displayed is copyrighted or can be distributed. Is it illegal to make a screen print of that one page? Is it illegal to save the web page? Is it even illegal to re-type the data that is on display, put it in an email and send it to someone?

    Where is the line drawn? Anyone know?

    On a side note -- my application hits a particular site every 5 minutes throughout the day - equating to about 100 hits a day. Is my IP likely to be sniffed out by that site's web administrator or is that too low a hit count to get discovered?
    Last edited by alougher; August 19th, 2005 at 03:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured