mass_extract_guide
Extract and store Salesforce documentation pages in bulk by spidering hierarchical links from a root URL into a local SQLite database for searchable offline access.
Instructions
Spiders a root Salesforce documentation page, extracts hierarchical links, and scrapes them in bulk. Stores contents in a local SQLite database for later searching.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootUrl | Yes | The Table of Contents or landing page. | |
| maxPages | No | Maximum number of pages to extract (default 20, max 100). | |
| category | No |