crawlee.api
Public API Report File for "crawlee"
Do not edit this file. It is a report generated by API Extractor.
import { downloadListOfUrls } from '@crawlee/utils';
import { Log } from '@apify/log';
import { parseOpenGraph } from '@crawlee/utils';
import { playwrightUtils } from '@crawlee/playwright';
import { puppeteerUtils } from '@crawlee/puppeteer';
import { sleep } from '@crawlee/utils';
import { social } from '@crawlee/utils';
// @public (undocumented)
export const utils: {
puppeteer: typeof puppeteerUtils;
playwright: typeof playwrightUtils;
log: Log;
social: typeof social;
sleep: typeof sleep;
downloadListOfUrls: typeof downloadListOfUrls;
parseOpenGraph: typeof parseOpenGraph;
};
export * from "@crawlee/basic";
export * from "@crawlee/browser";
export * from "@crawlee/browser-pool";
export * from "@crawlee/cheerio";
export * from "@crawlee/core";
export * from "@crawlee/fs-storage";
export * from "@crawlee/http";
export * from "@crawlee/jsdom";
export * from "@crawlee/linkedom";
export * from "@crawlee/playwright";
export * from "@crawlee/puppeteer";
export * from "@crawlee/utils";
// (No @packageDocumentation comment for this package)