WebLens
dev.weblens/weblensScrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.
Tools · 36
FREE. See what a paid WebLens endpoint costs and what it returns before paying: the live price, a one-line summary, and a recorded sample of the exact response shape. Endpoints with no paid upstream (…
Fetch and convert a webpage to clean markdown. Fast, no JavaScript rendering. Price: $0.002
Fetch webpage with full JavaScript rendering. Use for SPAs and dynamic content. Price: $0.006
Capture a screenshot of a webpage. Returns base64 PNG image. Price: $0.008
Search the web and get real-time results with snippets. Set includeContent to also fetch the top result pages as markdown (+$0.0015/result). Price: $0.015
Search Google News for real-time articles with source, date, and thumbnail. Price: $0.015
Search Google Images for direct image URLs with dimensions, thumbnails, and source pages. Price: $0.015
Search local businesses via Google Local: names, addresses, ratings, reviews, phone, website, coordinates. Price: $0.045
Search Google Shopping for products with prices, sellers, ratings, and links. Price: $0.015
Search Google Scholar for academic papers with snippets, publication info, and citation counts. Price: $0.015
Get Google Autocomplete suggestions for a partial query — keyword research and intent discovery. Price: $0.015
Get Google Trends interest-over-time timeline for a query. Price: $0.015
Get the full transcript of a YouTube video with timestamps. Accepts a video ID or any YouTube URL. Price: $0.03
Fetch 1-20 URLs and get clean markdown per page, truncated to a character cap. Price: $0.0015/URL
Get a grounded answer with inline [n] citations: searches the web, fetches sources, and answers strictly from them. Price: $0.05
Extract structured data from a webpage using a JSON schema. AI-powered extraction. Price: $0.03
Extract data using natural language. AI understands what you want. Price: $0.035
One-stop research: searches web, fetches top results, and summarizes findings. Price: $0.08
Multi-step cited research in one call: plans sub-questions, searches each, fetches and dedupes sources, then synthesizes an answer with inline [n] citations, key findings, and gaps. Unlike `research` …
Extract text and metadata from a PDF document. Price: $0.004
Compare 2-3 webpages and get AI-generated analysis of differences. Price: $0.05
Fetch multiple URLs in parallel. Efficient for bulk operations. Price: $0.0015/URL
Everything about a domain in one call: who registered it and when, when it expires, its DNS records, the mail and DNS providers behind them, the SaaS vendors its TXT verification tokens reveal (Google…
Off-chain due diligence on a project's web presence — the half an on-chain rug checker cannot see. Returns domain age and registrar, whether a team page, whitepaper, docs and socials exist, whether th…
Should you depend on this package? One call returns version, license, deprecation status WITH the maintainer's reason, weekly/monthly downloads, last release date, maintainer count, npm's quality/popu…
What a website is built and run on, from a single fetch: framework, CMS, ecommerce platform, CDN, analytics, payments, support widgets and web server — each reported with the response header or HTML m…
What Hacker News said about a topic: matching stories with points, comment counts and links to the threads, plus aggregates — total matches, points and comments returned, most-submitted domains, and w…
Discover a site's URLs without fetching page content — reads robots.txt sitemap directives, sitemap.xml and nested sitemap indexes, falling back to homepage link extraction. Price: $0.004
Crawl a site and get clean markdown for every page in one synchronous call (no polling). Same-host BFS with depth and page-budget limits, robots.txt honoured by default. Price: $0.0015 per requested p…
Resilient fetch with automatic fallback: native scraper first, then headless Chromium for JS-rendered or bot-walled pages. Price: $0.008
Company intelligence deep dive: tech stack, funding, team, competitors, news. Price: $1.00
AI-powered market research report with trends, key players, and data points. Price: $5.00
Competitive analysis: feature matrix, pricing, SWOT analysis. Price: $8.00
Comprehensive SEO, performance, and security audit with scoring. Price: $0.75
Create a URL change detection monitor with webhook notifications. Price: $0.01
Store key-value data in persistent agent memory. Price: $0.001
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"weblens": {
"url": "https://api.weblens.dev/mcp",
"transport": "streamable-http"
}
}
}