Version: NextOn this pageExtractLinksOptions Options shared by the extractLinks() context helper across crawler types.Index PropertiesbaseUrlselectorProperties optionalbaseUrlbaseUrl?: stringA base URL that will be used to resolve relative URLs when using Cheerio. Ignored when using Puppeteer, since the relative URL resolution is done inside the browser automatically.optionalselectorselector?: stringA CSS selector matching links to be extracted.
Options shared by the
extractLinks()context helper across crawler types.