export_crawl
Export saved website crawl data as CSV files for analysis, including internal links, response codes, page titles, meta descriptions, headings, images, canonicals, and directives.
Instructions
Load a saved crawl from SF's database and export data as CSV files.
Args: db_id: The Database ID from list_crawls (e.g. '1234' or a crawl identifier) export_tabs: Comma-separated export tabs (default: Internal:All,Response Codes:All,Page Titles:All,Meta Description:All,H1:All,H2:All,Images:All,Canonicals:All,Directives:All). See the export-reference resource for all options. bulk_export: Optional bulk export types (e.g. 'All Inlinks,All Outlinks') save_report: Optional reports to save (e.g. 'Crawl Overview')
Returns: An export_id and list of generated CSV files. Use read_crawl_data to read them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_id | Yes | ||
| export_tabs | No | ||
| bulk_export | No | ||
| save_report | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |