UNPKG

@monostate/node-scraper

Version:

Intelligent web scraping with AI Q&A, PDF support and multi-level fallback system - 11x faster than traditional scrapers

81 lines (80 loc) 1.74 kB
{ "name": "@monostate/node-scraper", "version": "1.8.1", "description": "Intelligent web scraping with AI Q&A, PDF support and multi-level fallback system - 11x faster than traditional scrapers", "type": "module", "main": "index.js", "types": "index.d.ts", "exports": { ".": { "import": "./index.js", "types": "./index.d.ts" } }, "files": [ "index.js", "index.d.ts", "browser-pool.js", "README.md", "BULK_SCRAPING.md", "package.json", "scripts/" ], "scripts": { "postinstall": "node scripts/install-lightpanda.js" }, "keywords": [ "web-scraping", "crawling", "lightpanda", "puppeteer", "fast-scraping", "intelligent-fallback", "data-extraction", "automation", "browser", "ai-powered", "question-answering", "pdf-parsing", "openrouter", "openai", "llm", "nextjs", "react", "performance", "firecrawl-alternative" ], "author": "BNCA Team", "license": "MIT", "dependencies": { "node-fetch": "^3.3.2", "pdf-parse": "^1.1.1" }, "peerDependencies": { "puppeteer": "^24.11.2" }, "peerDependenciesMeta": { "puppeteer": { "optional": true } }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/monostate/node-scraper.git", "directory": "packages/smart-scraper" }, "bugs": { "url": "https://github.com/monostate/node-scraper/issues" }, "homepage": "https://github.com/monostate/node-scraper/tree/main/packages/smart-scraper#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/monostate" }, "publishConfig": { "access": "public" } }