dongying9756 2013-04-10 22:14
浏览 47
已采纳

从ncbi拉xml rss feed

so i have this search http://www.ncbi.nlm.nih.gov/pubmed/?term=Streptococcus+dysgalactiae+subspecies+equisimilis and i want to get the rss feed(not manually), like a string with the xml, but i want to do it using php. ive tryed to search for a method on ncbi but i guess im not very good at it..

do i have to search in the html for the href? or something like this getting RSS feeds on website ?

  • 写回答

1条回答 默认 最新

  • dongmu7335 2013-04-13 16:03
    关注

    The feed URL for the search isn't contained on the page. Clicking 'Create RSS' makes a call to the server to store the search terms and returns a feed with a new rss_guid. If there isn't an API to call you would need to examine the JavaScript and simulate a browser clicking on that button.

    (As an implementation detail, the site returns different guids even when the search is the same, which implies that each 'Create RSS' is creating a new resource.)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题