AI agent instructions
AI agent instructions
Fields
string | null | undefined
Playwright selector to scope the scrape to. Only content inside this selector will be scraped.
boolean | undefined
Whether to scrape links from the page. Links are scraped by default.
boolean | undefined
Whether to scrape images from the page. Images are scraped by default.
string[] | null | undefined
HTML tags to ignore from the page
boolean | undefined
Whether to only scrape the main content of the page. If True, navbars, footers, etc. are excluded.
boolean | undefined
Whether to only scrape images from the page. If True, the page content is excluded.
unknown
The response format to use for the scrape. Use a JSON Schema object; high-level Node agent and scrape methods also accept a Zod schema
string | null | undefined
Additional instructions to use for the scrape. E.g. ‘Extract only the title, date and content of the articles.’
boolean | undefined
Whether to use link/image placeholders to reduce the number of tokens in the prompt and hallucinations. However this is an experimental feature and might not work as expected.