Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pastedeno/mod.ts>Scraper#singleScrape

Universal Pastebin client for Deno/Node
Latest
method Scraper.prototype.singleScrape
import { Scraper } from "https://deno.land/x/pastedeno@0.6.2/mod.ts";

Scrapes pastes.

Examples

Example 1

const pastes = await scraper.scrape(10);

Parameters

optional
limit: number

{number} The maximum number of pastes to scrape.

Returns

Promise<ScrapePaste[]>

The scraped pastes.