You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added Auto-Mode support for the HTML API: pass `mode: 'auto'` (GET only) to let ScrapingBee pick the cheapest scraping config that succeeds, charged only for the winning config. Optional `max_cost` (integer ≥ 1) caps the credits a request may cost. The credits charged are returned in the `Spb-auto-cost` response header.
8
-
- Added `mode` and `max_cost` to the `HtmlApiParams` type for autocomplete.
7
+
- Added `fastSearch()` method for Fast Search API
8
+
- Added `amazonPricing()` method for Amazon Pricing API
9
+
- Added `gemini()` method for Gemini API
10
+
- Added `youtubeSubtitles()` method for YouTube Subtitles API (replaces the removed `youtubeTranscript()`)
11
+
- Expanded param type hints for all endpoints to match the documented API contract (e.g. HTML API `mode`/`max_cost`, Google `pages`/`date_range`/geo/`sort_by`/price filters, Amazon Search `autoselect_variant`, Walmart Search `start_page`)
12
+
- Added `tag` optional param (request label) to every endpoint's params type except Usage, including a new `YouTubeMetadataParams` type so `youtubeMetadata()` now accepts a `params` object
13
+
14
+
### Removed
15
+
16
+
- Removed deprecated `get()` and `post()` methods (use `htmlApi()` with `method: 'GET'`/`'POST'` instead)
17
+
- Removed `youtubeTranscript()` method (endpoint no longer supported; use `youtubeSubtitles()` instead)
18
+
- Removed `youtubeTrainability()` method (no longer supported)
0 commit comments