MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / getRequestScrapers

Method getRequestScrapers

js/botasaurus-server-js/src/server.ts:452–456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 }
451
452 getRequestScrapers(): string[] {
453 return Object.entries(this.scrapers)
454 .filter(([_, scraper]) => scraper.scraper_type === ScraperType.REQUEST)
455 .map(([name]) => name);
456 }
457
458 private getMaxRuns(scraper: any): any{
459 if (this.isScraperBasedRateLimit) {

Callers 2

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected