You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Open-source CLI, MCP, skills, templates, workflows, recipes, and evals layer for giving AI agents reliable access to protected web data through Zenrows cloud infrastructure.",
"type": "module",
"license": "MIT",
"author": "Zenrows",
"homepage": "https://www.zenrows.com",
"repository": {
"type": "git",
"url": "git+https://github.com/zenrows/cli.git"
},
"bugs": {
"url": "https://github.com/zenrows/cli/issues"
},
"keywords": [
"zenrows",
"scraping",
"anti-bot",
"protected-web-data",
"agent",
"mcp",
"ai-agents",
"cli",
"extract",
"autoparse"
],
"engines": {
"node": ">=20"
},
"bin": {
"zenrows": "dist/bin/zenrows.js"
},
"files": [
"dist",
"!dist/tests",
"registry",
"skills",
"templates",
"workflows",
"recipes",
"evals",
"README.md",
"LICENSE"
],
"scripts": {
"zenrows": "node bin/zenrows.ts",
"dev": "node bin/zenrows.ts",
"test": "npm run build && node --test --import ./dist/tests/setup.js dist/tests/*.test.js",