Skip to content

feat: add wait_ms parameter to Crawler endpoint#80

Merged
VinciGit00 merged 1 commit intomainfrom
feat/add-wait-ms-crawler
Feb 17, 2026
Merged

feat: add wait_ms parameter to Crawler endpoint#80
VinciGit00 merged 1 commit intomainfrom
feat/add-wait-ms-crawler

Conversation

@VinciGit00
Copy link
Member

Summary

  • Adds wait_ms optional parameter to the CrawlRequest model, sync Client.crawl(), and async AsyncClient.crawl() methods
  • Allows callers to configure per-page rendering wait time during crawling
  • Matches the API-side change in ScrapeGraphAI/sgai-api#402

Test plan

  • All existing crawler tests pass (18/18)
  • Manual test with wait_ms=5000 to verify longer JS render waits

🤖 Generated with Claude Code

Allows callers to configure rendering wait time per page during crawling,
matching the API-side change in sgai-api#402.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@VinciGit00 VinciGit00 merged commit 4ad9c25 into main Feb 17, 2026
5 of 9 checks passed
@VinciGit00 VinciGit00 deleted the feat/add-wait-ms-crawler branch February 17, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant