Extract all links from any webpage instantly. Identify internal vs external links and get anchor text for each. Perfect for SEO audits, competitor analysis, and site mapping.
{
"status": "ok",
"error": null,
"data": {
"url": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html",
"linkCount": 16,
"externalLinkCount": 13,
"internalLinkCount": 3,
"links": [
{
"text": "Documentation",
"href": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html/index.html",
"external": false
},
{
"text": "Amazon EC2 Instance Types Guide",
"href": "https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-types.html",
"external": true
},
{
"text": "Amazon EC2 Auto Scaling",
"href": "https://docs.aws.amazon.com/autoscaling/",
"external": true
}
],
"uniqueDomains": [
"docs.aws.amazon.com",
"aws.amazon.com"
],
"maxLinksReached": false
}
}






Extract all links from any webpage instantly. Identify internal vs external links and get anchor text for each. Perfect for SEO audits, competitor analysis, and site mapping.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/linkscraper?query=… x-api-key: your_key
Each request fully renders the page to extract all links, metadata, and content accurately.
One structured object, typically under 200 ms — ready to render.
{ url, linkCount, externalLinkCount, … }
Each request fully renders the page to extract all links, metadata, and content accurately.
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Link Scraper and SEO Scraper APIs extract all links, meta tags, Open Graph data, and heading structure from any URL. Build comprehensive SEO audit tools that analyze sites at scale.
Use our scraping APIs to regularly extract competitor data. Monitor pricing pages, product catalogs, and content. Get screenshots to track visual changes over time.
Our Metadata Extractor and Link Scraper APIs work on any webpage. Extract titles, descriptions, images, and links to power news aggregators, research tools, and content curation platforms.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/linkscraper", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog