Skip to content

Commit 5bdd417

Browse files
VinciGit00claude
andcommitted
docs: align Core Services with v2 names; drop agno integration
- introduction.mdx: replace the v1 "Core Services" list (SmartScraper, SearchScraper, SmartCrawler, Markdownify) with the v2 services (Scrape, Extract, Crawl, Monitor). - Remove the Agno integration page and its Frameworks nav entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 83c25ed commit 5bdd417

3 files changed

Lines changed: 4 additions & 255 deletions

File tree

docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
{
104104
"group": "Frameworks",
105105
"pages": [
106-
"integrations/agno",
107106
"integrations/llamaindex"
108107
]
109108
},

integrations/agno.mdx

Lines changed: 0 additions & 250 deletions
This file was deleted.

introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ description: 'Welcome to ScrapeGraphAI - AI-Powered Web Data Extraction'
7171

7272
## Core Services
7373

74-
- <a href="/services/smartscraper">**SmartScraper**</a>: AI-powered extraction for any webpage
75-
- <a href="/services/searchscraper">**SearchScraper**</a>: Find and extract any data using AI starting from a prompt
76-
- <a href="/services/smartcrawler">**SmartCrawler**</a>: AI-powered extraction for any webpage with crawl
77-
- <a href="/services/markdownify">**Markdownify**</a>: Convert web content to clean Markdown format
74+
- <a href="/services/scrape">**Scrape**</a>: Fetch a page in markdown, HTML, screenshot, JSON, links, images, summary, or branding
75+
- <a href="/services/extract">**Extract**</a>: AI-powered structured data extraction from any URL, HTML, or markdown
76+
- <a href="/services/crawl">**Crawl**</a>: Asynchronous multi-page site crawling with start / stop / resume controls
77+
- <a href="/services/monitor">**Monitor**</a>: Cron-scheduled jobs that track page changes and fire webhooks
7878

7979

8080

0 commit comments

Comments
 (0)