Skip to content

Releases: ScrapingBee/scrapingbee-node

v1.8.2 Bug Fix

22 Jan 09:34
187c4a9

Choose a tag to compare

What's Changed

  • Fixed circular dependency

v1.8.1 Security update

21 Jan 08:54

Choose a tag to compare

What's Changed

  • Fix npm vulnerabilities
  • Update Node version to use the last active LTS
  • Update GitHub Action workflows

Added Amazon, Walmart, YouTube and ChatGPT APIs

19 Jan 15:24
868a8e4

Choose a tag to compare

What's Changed

  • Added Trusted Publisher Configuration by @sahilsunny in #19
  • Add support for multiple ScrapingBee APIs (Google, Amazon, Walmart, YouTube, ChatGPT) + Usage endpoint by @sahilsunny in #20

New Contributors

Full Changelog: v1.7.6...v1.8.0

v1.7.6 AI extract rules support

02 Oct 05:26
4b43995

Choose a tag to compare

What's Changed

  • Added support for ai_extract_rules parameter by @efremolo in #16

New Contributors

Full Changelog: v1.7.5...v1.7.6

v1.7.5 Update Axios

19 Sep 08:44
18485a5

Choose a tag to compare

  • Update axios to 1.7.7 to fix security vulnerabilities (#14)

v1.7.4 Fix a bug with boolean false query params

30 May 13:54

Choose a tag to compare

  • Fix is_empty function tu return true for boolean false value.

v1.7.3 Update Axios

11 May 14:17

Choose a tag to compare

Update Axios to 1.4.0

v1.7.2 Fix typos in README.md

06 Apr 12:54

Choose a tag to compare

Change `package.json`version

v1.7.1 Timeout mechanism and wait_browser param

23 Mar 17:12

Choose a tag to compare

  • Added CHANGELOG.md file
  • Added wait_browser parameter to SpbParams for auto completion purpose
  • Added timeout parameter to SpbConfig (#7)

v1.7.0 Retry mechanism and new params

20 Mar 09:19
3d1ef4f

Choose a tag to compare

This release document and support new parameters added to our API official documentation.

It also adds a retry mechanism allowing to retry the request when a 500 is returned. Reminder: no ScrapingBee credits are consumed when a 500 is encountered.

It also adds autocompletion support.