VOOZH about

URL: https://apify.com/maged120/get-urls

โ‡ฑ Website Link Extractor โ€” Crawl All URLs from a Page ยท Apify


๐Ÿ‘ Website Link Extractor โ€” List All URLs from Any Page avatar

Website Link Extractor โ€” List All URLs from Any Page

Pricing

from $8.00 / 1,000 results

Go to Apify Store

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

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Maged

Maged

Maintained by Community

Actor stats

1

Bookmarked

20

Total users

4

Monthly active users

a month ago

Last modified

Share

What does Website Link Extractor do?

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.

Why use Website Link Extractor?

  • 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

You might also like

Website URL Crawler & Link Extractor

maximedupre/website-url-crawler

Crawl JavaScript-rendered websites and export a URL link map. Get source pages, depth, anchor text, link type, HTTP metadata, and crawl status.

๐Ÿ‘ User avatar

Maxime Duprรฉ

4

Website Image Scraper โ€” Extract All Images from Any Page

maged120/get-images

Extract all images from any web page. Returns image URLs, alt text, dimensions, and surrounding context โ€” useful for content audits, asset collection, and media research.

Link Extractor

automation-lab/link-extractor

This actor extracts all hyperlinks from web pages. For each link, it captures the anchor text, href, rel attributes (nofollow, ugc, sponsored), target attribute, and classifies links as internal or external. It also detects the link's location in the page (nav, header, footer, main content,...

๐Ÿ‘ User avatar

Stas Persiianenko

65

Broken Link Checker โ€” Find 404s, Dead Links & Redirect Issues

khadinakbar/broken-link-checker

Crawl a website, scan a URL list, or verify all URLs from a sitemap. Returns broken links with source page, anchor text, status, redirect chain, and failure class โ€” for SEO audits, content QA, and migration validation.

Website Link Graph & Outbound Links Crawler

logiover/website-link-graph-crawler

Extract all links from a website to CSV/JSON. Maps internal & outbound link graph with anchor text + nofollow/rel flags. No API, no login.

Website URL Crawler & Link Extractor

maged120/get-urls-pro

Crawl any website and extract all URLs with full hierarchy โ€” depth, parent URL, and anchor text. Supports static and JavaScript-rendered sites. Configurable depth and domain filtering.

Sitemap URL Extractor

onescales/sitemap-url-extractor

Provide a website link to a sitemap.xml and the app will extract and list all URLs in the sitemap as well as additional data in the sitemap (i.e. https://onescales.com/sitemap.xml).

568

5.0

Sitemap URL Extractor

getdataforu/sitemap-url-extractor

Provide a website link to a sitemap.xml and the app will extract and list all URLs in the sitemap as well as additional data in the sitemap (i.e. https://onescales.com/sitemap.xml).

2

5.0

Broken Link Checker - Find Dead 404 Links

logiover/broken-link-checker

Site-wide broken link checker: crawl any website, find 404 and dead links, export the link audit to CSV or JSON with source page and status code.