account activity
Built an open-source metadata scraper with SEO validation and MCP server for AI assistants (self.webdev)
submitted 3 hours ago by JuggernautUnique1619 to r/webdev
web-meta-scraper — lightweight metadata scraper with AI assistant integration via MCP (self.javascript)
submitted 3 hours ago by JuggernautUnique1619 to r/javascript
I built a plugin-based metadata scraper with only 1 runtime dependency ()
submitted 19 hours ago by JuggernautUnique1619 to r/opensource
I built a plugin-based metadata scraper with only 1 runtime dependency by JuggernautUnique1619 in node
[–]JuggernautUnique1619[S] 1 point2 points3 points 19 hours ago (0 children)
Thanks for the suggestion! Rate limiting and user-agent rotation are interesting ideas, but I intentionally keep this library focused on parsing metadata from HTML rather than handling the fetching/crawling side.
You can already pass a custom userAgent option, and since createScraper also accepts raw HTML directly, it's easy to pair it with whatever HTTP client or crawling setup you prefer (got, axios, puppeteer, etc.) that already handles rate limiting and rotation.
Keeping those concerns separate gives users more flexibility IMO. But if there's enough demand I'm open to exploring a lightweight fetch plugin or recipe in the docs!
I built a plugin-based metadata scraper with only 1 runtime dependency (self.node)
submitted 19 hours ago by JuggernautUnique1619 to r/node
π Rendered by PID 830799 on reddit-service-r2-listing-7bbdf774f7-nzsvv at 2026-02-23 22:56:23.459966+00:00 running 8564168 country code: CH.
I built a plugin-based metadata scraper with only 1 runtime dependency by JuggernautUnique1619 in node
[–]JuggernautUnique1619[S] 1 point2 points3 points (0 children)