closeBot.listWebScrapePages lists the pages discovered for a web-scrape library file.
automations/list-closebot-web-scrape-pages.automation.ts
Inputs
Provide the web-scrapefileId returned by listLibraryFiles.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List pages discovered for a CloseBot web scrape.
closeBot.listWebScrapePages lists the pages discovered for a web-scrape library file.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("List CloseBot web-scrape pages", () => {
onDashboardRun({ title: "List web-scrape pages" })
closeBot.listWebScrapePages({ fileId: "file-id" })
})
fileId returned by listLibraryFiles.