diff --git a/features/scrape.mdx b/features/scrape.mdx index 481f0e60..260edb57 100644 --- a/features/scrape.mdx +++ b/features/scrape.mdx @@ -125,7 +125,8 @@ You can now choose what formats you want your output in. You can specify multipl - Branding (`branding`) - extract brand identity and design system - Audio (`audio`) - extract MP3 audio from supported video URLs, e.g. YouTube (returns a signed GCS URL, expires after 1 hour) - Video (`video`) - extract best-quality video from supported video URLs, e.g. YouTube (returns a signed GCS URL, expires after 1 hour) -- Query (`query`, with `prompt` and optional `mode`) - ask a natural-language question about the page; the answer is returned in the `answer` field +- Question (`question`) - ask a natural-language question about the page; the answer is returned in the `answer` field +- Highlights (`highlights`) - select relevant source text from the page; the selections are returned in the `highlights` field Output keys will match the format you choose.