程序名称:Harvestman
授权协议: MIT
操作系统: 跨平台
开发语言: Ruby
Harvestman 是一个非常简单、轻量级的 Web 爬虫,使用 Ruby 编写,示例代码:
require 'harvestman' Harvestman.crawl 'http://www.foo.com/bars?page=*', (1..5) do price = css 'div.item-price a' ... end
https://github.com/mion/harvestman