Skip to main content

Top-level shape

  • data - one entry per successful URL. Failed URLs are not included here.
  • batchMetadata - aggregate stats for the batch, including errors.

WebsiteScrapeResult

WebsiteMetadata

BatchMetadata

Use batchMetadata.errors to inspect which URLs failed and why. Successful URLs are in data, failed ones are only in errors - a batch scrape never rejects due to individual URL failures.

Example