API/数据源 - 链接和按使用付费

发布于 2024-12-29 09:40:21 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

離人涙 2025-01-05 09:40:21

ObDisc:我不是律师,这也不是法律建议。

您可以获得合法的数据源吗?大概。在谷歌上搜索“电影放映时间内容许可”会发现似乎想要你花钱的服务。

可以深度链接吗?大概。 http://www.chillingeffects.org/linking/faq.cgi

你能抓取吗?可能不会。请参阅有关抓取合法性的相关文章,例如这篇文章:https://stackoverflow.com/questions/ 396778/legalities-of-screen-scraping

从纯粹的技术意义上来说,抓取 HTML 是一件痛苦且高度脆弱的事情。网站可以随意更改其布局,但更大的挑战将是解决来自发出可疑 HTML 代码的源的错误。不能说我推荐它。如果您可以获得 XML 提要,您可能可以避免遭受巨大的伤害。

ObDisc: I'm not a lawyer, and this is not legal advice.

Can you get legal data feeds? Probably. A Google search for "movie showtimes content licensing" turns up services that appear to want your money.

Can you deep-link? Probably. http://www.chillingeffects.org/linking/faq.cgi

Can you scrape? Probably not. See related articles about the legality of scraping, such as this one: https://stackoverflow.com/questions/396778/legalities-of-screen-scraping

In a purely technical sense, scraping HTML is a pain and highly fragile. Sites can change their layout at will, but your bigger challenge will be working around bugs from sources that emit dodgy HTML code. Can't say I recommend it. If you can get an XML feed, you can probably save yourself a world of hurt.

与之呼应 2025-01-05 09:40:21

Flixster 有一个适用于当前影院电影的 API 方法:

http://developer.rottentomatoes。 com/docs/read/json/v10/In_Theaters_Movies

服务条款似乎支持您想做的事情。它还有一堆即将上映的电影和旧电影的其他电影相关数据!

Flixster has an API method for current in theater movies:

http://developer.rottentomatoes.com/docs/read/json/v10/In_Theaters_Movies

Terms of service seem to support what you want to do. And it has a bunch of other movie related data for upcoming and older movies!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文