Merged
Conversation
VinciGit00
approved these changes
Sep 3, 2025
VinciGit00
added a commit
that referenced
this pull request
Apr 14, 2026
Align CLI docs with just-scrape PR #13 (v2 migration): - search: add --location-geo-code, --time-range, --format, --nationality flags - scrape: add links, images, summary, json formats, multi-format, --html-mode, --scrolls, --prompt/--schema - crawl: add --format flag - credits: fix jq path to camelCase remainingCredits - ai-agent-skill: update CLAUDE.md snippet with new formats and flags Align MCP docs with scrapegraph-mcp PR #16 (v2 migration): - Update available tools from 8 v1 tools to 16 v2 tools - Add crawl_stop, crawl_resume, credits, sgai_history, monitor_* tools - Remove sitemap, agentic_scrapper references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
VinciGit00
added a commit
that referenced
this pull request
Apr 15, 2026
scrapegraph-py v2 is a complete rewrite (Pydantic v2 + httpx + ApiResult wrapper + nested resources). Align the docs with the new SDK surface: Python SDK (sdks/python.mdx): - Rename Client -> ScrapeGraphAI, AsyncClient -> AsyncScrapeGraphAI - Show typed Request models (ScrapeRequest, ExtractRequest, SearchRequest, CrawlRequest, MonitorCreateRequest, HistoryFilter) - Document ApiResult[T] pattern (status / data / error / elapsed_ms) - Document Pydantic format classes (MarkdownFormatConfig, JsonFormatConfig, ScreenshotFormatConfig, etc.) - Document nested resources: sgai.crawl.*, sgai.monitor.*, sgai.history.* - Document SGAI_API_KEY / SGAI_API_URL / SGAI_TIMEOUT_S / SGAI_DEBUG env vars - Drop removed methods (markdownify, agenticscraper, sitemap, feedback) MCP (services/mcp-server.mdx, services/mcp-server/introduction.mdx): - Base URL: /api/v2 -> /v2 (matches scrapegraph-mcp PR #16 realignment) - Env vars: SGAI_API_URL / SGAI_TIMEOUT_S (SCRAPEGRAPH_API_BASE_URL legacy) - Auth: SGAI-APIKEY only (dropped Authorization: Bearer to match SDK) - Document generate_schema tool - Expand smartcrawler_initiate formats (markdown/html/links/images/summary/ branding/screenshot) - Document FetchConfig passthrough params on all content tools - Monitor: clarify prompt + output_schema wrap into json format entry Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
No description provided.