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
feat: add wait_ms parameter to scrape, smartscraper, and markdownify endpoints
Adds a new `waitMs` option (sent as `wait_ms` in the API payload) to control
how long the scraping provider waits before capturing page content. Defaults
to 3000ms on the server side. Aligns with sgai-api PR #399.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "scrapegraph-js",
3
3
"author": "ScrapeGraphAI",
4
-
"version": "0.2.111",
4
+
"version": "0.2.112",
5
5
"description": "Scrape and extract structured data from a webpage using ScrapeGraphAI's APIs. Supports cookies for authentication, infinite scrolling, and pagination.",
0 commit comments