如何使用 Kimono 实验室从网站上抓取整个 table(而不是前十行)

How to scrape whole table( instead of first ten rows) from website with Kimono Labs

我正在使用 Kimono 实验室创建一个 Api 以从 this website 抓取此 table 中的数据,但是网站默认只显示前 10 行而不是所有行,所以我的 api 只提供了 10 行。有没有办法让它解析所有 table 行?

-- 这是 css 选择器

的列之一
div.dataTables_wrapper > table.display.dataTable > tbody > tr > td:nth-child(2).table_number

没试过,但你真的应该先 Google。找到这个:https://help.kimonolabs.com/hc/en-us/articles/203274990-Crawl-pages-via-following-a-next-page-or-more-link(来自评论,你说 post 作为答案)

如果 link 死机:

  1. 完成第一页的 API。
  2. 单击工具栏中的
  3. 单击页面上的下一个 page/more link。它应该突出显示为灰色。
  4. 保存时,select最大页数。