返回 Skill 列表
extension
分类: 数据与分析需要 API Key

ScrapingBee API 数据采集器

与 ScrapingBee REST API 接口交互,用于 JavaScript 渲染和 Google SERP 提取。使用 custom_google 参数进行搜索结果解析,并使用截图端点进行页面可视化归档。

person作者: user_3c6cb52ehubcommunity

ScrapingBee API 数据采集器

Interfaces with the ScrapingBee REST API for JavaScript rendering and Google SERP extraction. Uses custom_google parameter for search result parsing and screenshot endpoint for visual page archiving.

Installation

Requirements and caveats from upstream:

  • const globalLang = window.globalSelectedLanguage || 'python';
  • // Install the Node ScrapingBee library
  • const scrapingbee = require('scrapingbee');

Basic usage or getting-started notes:

  • ScrapingBee is meant to be the easiest scraping API available on the web.

  • To scrape a web page, you only need two things:

  • Your API key, available here

  • Source: https://www.scrapingbee.com/documentation/

Documentation

  • https://www.scrapingbee.com/documentation/