[SCR-576] Align SDK with llms.txt: new endpoints, removed endpoints, exhaustive param type hints#25
Open
sahilsunny wants to merge 3 commits into
Open
[SCR-576] Align SDK with llms.txt: new endpoints, removed endpoints, exhaustive param type hints#25sahilsunny wants to merge 3 commits into
sahilsunny wants to merge 3 commits into
Conversation
eslint-config-prettier 8.0.0 merged the language-specific 'prettier/@typescript-eslint' config into the main 'prettier' config, which is already applied via 'plugin:prettier/recommended'. The stale reference caused 'npx eslint' to crash on startup.
…Tube Subtitles; remove YouTube Transcript/Trainability; expand param type hints incl. tag for all endpoints except Usage
sahilsunny
requested review from
NBens,
dbulbukas-sbee,
kirby81,
kostas-jakeliunas-sb and
marius-nemeiksis-sbee
July 24, 2026 14:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns the ScrapingBee Node.js SDK with the current documentation (llms.txt + the authoritative
data/apiParameters.yml).Added
fastSearch()— Fast Search APIamazonPricing()— Amazon Pricing API (wired withasin)gemini()— Gemini API (correctly has nosearchparam)youtubeSubtitles()— YouTube Subtitles API (replaces removedyoutubeTranscript())Removed
youtubeTranscript()(endpoint no longer supported; useyoutubeSubtitles())youtubeTrainability()(no longer supported)Improved
mode/max_cost, Googlepages/date_range/geo/sort_by/price filters, Amazon Searchautoselect_variant, Walmart Searchstart_page).tagoptional param (request label) to every endpoint's params type except Usage, including a newYouTubeMetadataParamstype soyoutubeMetadata()now accepts aparamsobject.data:key) and pointed it athttpbingo.org.prettier/@typescript-eslintextension that was dropped ineslint-config-prettier8).1.9.0and added a CHANGELOG entry.Verification
npm test)npm run build);dist/in sync withsrc/data/apiParameters.yml(zero missing documented params)Notes