read_crawl_data
Read and filter exported crawl data from Screaming Frog SEO Spider. Access CSV files with pagination and column filtering for analysis.
Instructions
Read CSV data from an export. Use after export_crawl.
Args: export_id: The export_id from export_crawl file: CSV filename to read (from the file list in export_crawl output) limit: Max rows to return (default 100) offset: Number of rows to skip (for pagination) filter_column: Optional column name to filter by filter_value: Optional value to match in the filter column (case-insensitive substring)
Returns: CSV data as formatted text with column headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | ||
| file | Yes | ||
| limit | No | ||
| offset | No | ||
| filter_column | No | ||
| filter_value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |