<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tak95</author_name>
  <author_url>https://blog.hatena.ne.jp/tak95/</author_url>
  <blog_title>INPUTしたらOUTPUT!</blog_title>
  <blog_url>https://estrellita.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>検索結果などpaginationされたページをクローリングする際、rvestパッケージのfollow_link()を使うと簡単に&quot;次へ&quot;のURLを取得できるのでメモしとく。 以下は10秒毎に&quot;次の20件&quot;のURLを取得するサンプル rvest::follow_linkサンプル 某グルメサイトで実行した結果↓ &gt; library(rvest) &gt; &gt; page &lt;- 1 &gt; sesh &lt;- html_session('http://**********/tokyo/') &gt; Sys.sleep(10) &gt; repeat{ + sesh &lt;- tryCatch(follow_link(sesh, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Festrellita.hatenablog.com%2Fentry%2F2015%2F11%2F11%2F084310&quot; title=&quot;&amp;quot;次へ&amp;quot;のURLを取得するにはrvest::follow_linkが便利 - INPUTしたらOUTPUT!&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-11-11 08:43:10</published>
  <title>&quot;次へ&quot;のURLを取得するにはrvest::follow_linkが便利</title>
  <type>rich</type>
  <url>https://estrellita.hatenablog.com/entry/2015/11/11/084310</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
