Web Scraping API
Extract data from any website with a simple API call. Text, links, images, meta tags, structured data. No browser needed.
0.1 SOL / 1,000 requests
Quick Start
// Extract all text and links from a page
curl "https://devtools-site-delta.vercel.app/api/scrape?url=https://example.com"
// Response
{
"title": "Example Domain",
"description": "This domain is for use in examples",
"text": "Example Domain. This domain is for use in illustrative examples...",
"links": ["https://www.iana.org/domains/example"],
"images": [],
"meta": {
"og:title": "Example Domain",
"og:type": "website"
},
"headings": {
"h1": ["Example Domain"],
"h2": []
},
"wordCount": 28,
"responseTime": 342
}โก
Fast
Average response under 500ms. Cached results for repeated URLs.
๐ง
Simple
One GET request. No SDKs, no libraries. Works from any language.
๐
Structured
Clean JSON output. Title, description, text, links, images, meta tags.
Pricing
Free Tier
100
requests/day
Starter
0.1 SOL
1,000 requests
Pro
0.5 SOL
10,000 requests
Free tier available โ no payment required to start.