
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
n8n-nodes-smart-web-scraper
Advanced tools
Smart web scraper node for n8n with automatic failover and content extraction
Smart Web Scraper node for n8n with automatic failover and intelligent content extraction. This node attempts multiple scraping methods to ensure you get the content you need, even when sites block traditional HTTP requests.
usableAsTool flagn8n-nodes-smart-web-scrapernpm install n8n-nodes-smart-web-scraper
{
"url": "https://example.com/article",
"strategy": "cost_effective",
"outputOptions": {
"format": "markdown",
"extractMainContent": true
}
}
{
"url": "https://example.com/article",
"strategy": "cost_effective",
"failoverOptions": {
"enableJina": true,
"enableFirecrawl": true,
"enableProxy": false
},
"outputOptions": {
"format": "markdown",
"maxLength": 5000,
"includeMetadata": true
}
}
{
"url": "https://example.com/article",
"strategy": "quality_first",
"outputOptions": {
"format": "markdown",
"extractMainContent": true,
"maxLength": 3000
}
}
The node returns:
content: The extracted content in your chosen formatmetadata: Title, author, excerpt, site name (when available)scrapingMethod: Which method successfully retrieved the contenturl: The scraped URLtimestamp: When the scraping occurredThis node is AI-tool enabled with usableAsTool: true. You can:
The node includes comprehensive error handling:
# Install dependencies
pnpm install
# Build the node
pnpm run build
# Test in development
pnpm run dev
# Lint code
pnpm run lint
Contributions are welcome! Please feel free to submit a Pull Request.
MIT
For issues and feature requests, please use the GitHub Issues page.
FAQs
Smart web scraper node for n8n with automatic failover and content extraction
The npm package n8n-nodes-smart-web-scraper receives a total of 2 weekly downloads. As such, n8n-nodes-smart-web-scraper popularity was classified as not popular.
We found that n8n-nodes-smart-web-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.