如何在 IMBd API 中获取电影的类型和描述?
所以我使用 IMDb API 中的前 250 部电影数据库,我需要所有电影的类型和描述,但我查看了 IMDb 的 API 列表,它们没有任何关于流派或描述的内容。
我只想要 IMDb 网站。
如果有人想知道我将数据导出到电子表格中。具体来说,谷歌表格。
so Im using the Top 250 Movies database in IMDb's API and i need the genres and descriptions of all the movies but i looked in IMDb's API list and they don't have anything about genres or descriptions.
I just want the genres and the short description on the IMDb website when you are on a movie.
And if anyones want to know i exporting the data into a spreadsheet. google sheets to be specific.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用以下IMPORTXML:
对于情节使用:
对于流派使用:
示例:
参考:
Use the following IMPORTXML:
For Plot use :
For Genres use :
Example:
Reference: