Skip to content

Commit 868a8e4

Browse files
authored
Merge pull request #20 from ScrapingBee/add-other-apis
Related to [SCR-45]: Add support for multiple ScrapingBee APIs (Google, Amazon, Walmart, YouTube, ChatGPT) + Usage endpoint
2 parents 4c6c9ec + 9d5c18b commit 868a8e4

14 files changed

Lines changed: 2497 additions & 158 deletions

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.5...v1.8.0) (2026-01-19)
4+
5+
### Features
6+
7+
- Added `htmlApi()` method for HTML API
8+
- Added `googleSearch()` method for Google Search API
9+
- Added `amazonSearch()` method for Amazon Search API
10+
- Added `amazonProduct()` method for Amazon Product API
11+
- Added `walmartSearch()` method for Walmart Search API
12+
- Added `walmartProduct()` method for Walmart Product API
13+
- Added `youtubeSearch()` method for YouTube Search API
14+
- Added `youtubeMetadata()` method for YouTube Metadata API
15+
- Added `youtubeTranscript()` method for YouTube Transcript API
16+
- Added `youtubeTrainability()` method for YouTube Trainability API
17+
- Added `chatGPT()` method for ChatGPT API
18+
- Added `usage()` method for Usage endpoint
19+
- Added new HTML API parameters: `ai_query`, `ai_selector`, `return_page_markdown`, `return_page_text`, `scraping_config`
20+
- Refactored internal `request()` method to be API-agnostic
21+
22+
### Deprecated
23+
24+
- `get()` and `post()` methods are deprecated in favor of `htmlApi()` method
25+
326
## [1.7.5](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.4...v1.7.5) (2023-06-06)
427

528
### Bugfix

0 commit comments

Comments
 (0)