read_export
Read specific rows from Screaming Frog CSV exports by applying filters, selecting columns, and paging through capped results.
Instructions
Read rows from one CSV export, capped and filtered.
crawl folder name or absolute path export file name from list_exports, e.g. 'h1_missing.csv' (the .csv suffix is optional) columns comma-separated columns to keep. Empty returns the first 8; Screaming Frog exports can be 60 columns wide. contains substring filter matched across the whole row limit max rows returned (hard ceiling 500) offset skip this many matching rows, for paging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crawl | Yes | ||
| limit | No | ||
| export | Yes | ||
| offset | No | ||
| columns | No | ||
| contains | No |