Update from code changes: document ScrapeGraphAI tool v2 rewrite#128
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
aniketmaurya
approved these changes
Jul 17, 2026
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Add an Agentor reference page for the rewritten
ScrapeGraphAItool and call out the new Python 3.12+ requirement on the installation page.Changes
agentor/api/tools/scrapegraphai.mdxcovering the new capability surface (scrape,extract,search,crawl+get_crawl_result/stop_crawl/resume_crawl/delete_crawl,monitor+ list/get/pause/resume/delete,credits,health), constructor,SGAI_API_KEY→SCRAPEGRAPH_API_KEYenv-var precedence, error-string return contract, and an agent + direct-call example.agentor/installation.mdx: note that thescrapegraphextra now needs Python 3.12+ (the extra is a no-op on 3.10/3.11) and link to the new reference page.docs.json: register the new page under Agentor API → Agentor API so it appears in the sidebar.Context
Reflects CelestoAI/agentor#135, which migrated the tool to the
scrapegraph-py2.x SDK. The old capabilities (smartscraper,markdownify,searchscraper,smartcrawler,sitemap) are gone and were previously undocumented, so this is net-new tool documentation.