2.0.0 (2026-09-01)
- The API key is now sent via the
Authorization: Bearerheader instead of theapi_keyquery parameter, keeping keys out of URLs and server logs (SCR-584). No change to how you construct the client. - Added
nb_resultsparam to Google Search params type - Added
fastSearch()method for Fast Search API - Added
amazonPricing()method for Amazon Pricing API - Added
gemini()method for Gemini API - Added
youtubeSubtitles()method for YouTube Subtitles API (replaces the removedyoutubeTranscript()) - Expanded param type hints for all endpoints to match the documented API contract (e.g. HTML API
mode/max_cost, Googlepages/date_range/geo/sort_by/price filters, Amazon Searchautoselect_variant, Walmart Searchstart_page) - Added
tagoptional param (request label) to every endpoint's params type except Usage, including a newYouTubeMetadataParamstype soyoutubeMetadata()now accepts aparamsobject
- Removed deprecated
get()andpost()methods (usehtmlApi()withmethod: 'GET'/'POST'instead) - Removed
youtubeTranscript()method (endpoint no longer supported; useyoutubeSubtitles()instead) - Removed
youtubeTrainability()method (no longer supported)
1.8.2 (2026-01-22)
- Removed
"scrapingbee": "^1.1.0"frompackage.jsonto prevent errors on Node Versions <24 caused by circular dependency.
1.8.1 (2026-01-21)
- Fix npm vulnerabilities
- Update Node version to use the last active LTS
- Update GitHub Action workflows
1.8.0 (2026-01-19)
- Added
htmlApi()method for HTML API - Added
googleSearch()method for Google Search API - Added
amazonSearch()method for Amazon Search API - Added
amazonProduct()method for Amazon Product API - Added
walmartSearch()method for Walmart Search API - Added
walmartProduct()method for Walmart Product API - Added
youtubeSearch()method for YouTube Search API - Added
youtubeMetadata()method for YouTube Metadata API - Added
youtubeTranscript()method for YouTube Transcript API - Added
youtubeTrainability()method for YouTube Trainability API - Added
chatGPT()method for ChatGPT API - Added
usage()method for Usage endpoint - Added new HTML API parameters:
ai_query,ai_selector,return_page_markdown,return_page_text,scraping_config - Refactored internal
request()method to be API-agnostic
get()andpost()methods are deprecated in favor ofhtmlApi()method
1.7.5 (2023-06-06)
- Update
axiosto 1.7.7 to fix security vulnerabilities (#14)
1.7.4 (2023-05-30)
- Fix bug with boolean query parameters
1.7.3 (2023-05-11)
- Update Axios to 1.4.0
1.7.2 (2023-04-06)
- Fix typos in
README.md(#9)
1.7.1 (2023-03-23)
- Added this
CHANGELOG.mdfile - Added
wait_browserparameter toSpbParamsfor auto completion purpose - Added
timeoutparameter toSpbConfig(#7)