2

I'm working on a little app that need AIS boats data. Without cracking something I've found that a website give it:

http://shipfinder.co/endpoint/shipDeltaUpdate.php?bounds=49.439658,0.061074,49.51333,0.228615

Is it legal to dump it ?

In our case, it's a free and open source mobile application.

Have a good day :)

BlueDogRanch
  • 19,184
  • 5
  • 37
  • 62
Servuc
  • 123
  • 1
  • 4

2 Answers2

1

From what i understand, you are asking if you can use that data in your app. Yes and no. It is factual information which is not able to be copyright protected so you are fine in a legal sense.

Where the no comes into play is that it is most likely against the TOS even though i cant find them, so expect them trying to stop you. They will not want you to use their data because you are using their bandwidth and they have their own apps and wont want to supply a competitor.

Topher Brink
  • 607
  • 3
  • 8
1

Read the TOS: http://my.pinkfroot.com/main/authorization/termsOfService that governs the site shipfinder.co (granted, the TOS was not easy to find):

to use any manual or automated means, including agents, robots, scripts, or spiders, to access or manage any user's account or to monitor or copy this Network or the content contained therein;

it is illegal to scrape the site and use the data for your own App.

Copying all or part of another website (or any other published work, be it a book, movie, music, article, internet resource, etc.) or the data from a site is illegal.

Read

Is it legal to scrape a website and create my own database?

I have a question about copyright. What should I read before I ask it?

https://law.stackexchange.com/questions/tagged/copyright

In our case, it's a free and open source mobile application.

The state of the end use of the data is irrelevant, whether open or closed source.

And the idea that "my app simulated a client on their web site" is OK in technical terms, just not in terms of copyright.

BlueDogRanch
  • 19,184
  • 5
  • 37
  • 62