sead 发表于 2024-7-20 23:24:23

分享一个快速构建 Web Scraper API 的开源工具

本帖最后由 sead 于 2024-7-20 23:28 编辑


最近在撸工具站,聚合数据就要用刮板;

有些场景实时数据就调api接口,都不需要入数据库;

工具基于css 选择器,YAML树结构解析器;

支持 Vercel 部署,比 nextjs 轻量,vercel 部署时间 20 ~ 30s

地址:https://github.com/serping/express-scraper






DEMO: WP Tags
https://express-scraper-api.vercel.app/api/v1/wordpress.com/tags?url=https://wordpress.com/tags&token=expressapikey

不定期更新DEMO,GG 家的SERP 近期会更新上去

affiliateberry 发表于 2024-7-22 11:54:57

不过 测试一下:lol
页: [1]
查看完整版本: 分享一个快速构建 Web Scraper API 的开源工具