Extracts content from a website by scraping a single page or crawling multiple pages. Accepts a website URL and a flag to scrape all pages or just one. Returns the scraped content as structured data. Uses Puppeteer via a remote API to fetch and process the specified site, then outputs the results.