CLI

Scrape

Scrape URL content

Scrape URL content

scrape › bulk

Bulk scrape operations

OptionDescription
-h, --helpdisplay help for command

scrape › bulk › create

Create a bulk scrape job

OptionDescription
--file <path>Path to newline-delimited file of URLs (plain URL or
--webhook-url <url>HTTPS webhook URL notified when the job completes
-h, --helpdisplay help for command
$ bytekit scrape bulk create --file <path> --webhook-url <url>

scrape › bulk › get

Get a bulk scrape job

OptionDescription
-h, --helpdisplay help for command
$ bytekit scrape bulk get <id>

scrape › create

Create a scrape job

OptionDescription
--url <url>URL to scrape
--format <format>Output format (e.g. markdown, html); sent as the formats
--rawPrint the requested format body raw, with no JSON
-o, --output <file>Write the output to the given file path (implies --raw
-h, --helpdisplay help for command
$ bytekit scrape create --url <url> --format <format> --raw

scrape › get

Get a scrape job by ID

OptionDescription
-h, --helpdisplay help for command
$ bytekit scrape get <id>