Website Link Extractor — List All URLs from Any Page avatar

Website Link Extractor — List All URLs from Any Page

Pricing

$10.00/month + usage

Go to Apify Store
Website Link Extractor — List All URLs from Any Page

Website Link Extractor — List All URLs from Any Page

Extract all links from any web page. Returns every URL found with anchor text and link type — useful for quick link audits, competitor research, or sitemap building.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

1

Bookmarked

14

Total users

1

Monthly active users

4 days ago

Last modified

Share

Website Link Extractor extracts all links and URLs from any web page — href values, anchor text, and link types — returned as structured JSON. A fast, lightweight tool for link audits, sitemap discovery, and competitive research.

This Actor runs on the Apify platform.

  • Complete link lists — every anchor link on the page with URL and anchor text
  • Internal vs. external — categorizes links by type automatically
  • Fast HTTP extraction — no browser rendering needed for most pages
  • Batch URLs — extract links from hundreds of pages in one run
  • Sitemap discovery — find all linked pages from a site's homepage

How to use

  1. Open the Actor and click Try for free
  2. Enter page URLs in the urls field
  3. Click Start — extracted links appear in the Output tab
  4. Download as JSON or CSV

Input

{
"urls": ["https://example.com", "https://blog.example.com/post-1"]
}

Output

{
"sourceUrl": "https://example.com",
"href": "https://example.com/about",
"anchorText": "About Us",
"linkType": "internal",
"rel": ""
}

Output fields

FieldTypeDescription
sourceUrlstringPage where the link was found
hrefstringLink URL
anchorTextstringLink text
linkTypestringinternal or external
relstringLink rel attribute (nofollow, etc.)

FAQ

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211