Skip to content

Commit 7b142c1

Browse files
VinciGit00claude
andcommitted
feat: update Key Concepts with renamed services and add Monitor
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4322fa7 commit 7b142c1

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

install.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,20 @@ For more advanced usage, see the [JavaScript SDK documentation](/sdks/javascript
8383

8484
## Key Concepts
8585

86+
### Scrape (formerly Markdownify)
87+
Convert any webpage into markdown, HTML, screenshot, or branding format. [Learn more](/services/scrape)
88+
8689
### Extract (formerly SmartScraper)
87-
Extract specific information from any webpage using AI. Provide a URL and a prompt describing what you want to extract. [Learn more](/services/smartscraper)
90+
Extract specific information from any webpage using AI. Provide a URL and a prompt describing what you want to extract. [Learn more](/services/extract)
8891

8992
### Search (formerly SearchScraper)
90-
Search and extract information from multiple web sources using AI. Start with just a query - Search will find relevant websites and extract the information you need. [Learn more](/services/searchscraper)
93+
Search and extract information from multiple web sources using AI. Start with just a query - Search will find relevant websites and extract the information you need. [Learn more](/services/search)
9194

92-
### Scrape
93-
Convert any webpage into markdown, HTML, screenshot, or branding format. Replaces the previous Markdownify endpoint with additional output formats. [Learn more](/services/scrape)
95+
### Crawl (formerly SmartCrawler)
96+
Multi-page website crawling with flexible output formats. Traverse multiple pages, follow links, and return content in your preferred format. [Learn more](/services/crawl)
9497

95-
### SmartCrawler
96-
AI-powered extraction for any webpage with crawl capabilities. Automatically navigate and extract data from multiple pages. [Learn more](/services/smartcrawler)
98+
### Monitor
99+
Scheduled web monitoring with AI-powered extraction. Set up recurring scraping jobs that automatically extract data on a cron schedule. [Learn more](/services/monitor)
97100

98101
### Structured Output with Schemas
99102
Both SDKs support structured output using schemas:

0 commit comments

Comments
 (0)