
Get Urls Pro
Pricing
$8.00/month + usage

Get Urls Pro
This Apify actor crawls websites, extracts and creates a hierarchy of links, allowing you to visualize the structure of a website. The crawler can be configured to use either standard HTTP requests with BeautifulSoup (fast HTML parsing) or Selenium (for JavaScript-heavy pages)
0.0 (0)
Pricing
$8.00/month + usage
0
Total users
4
Monthly users
3
Runs succeeded
>99%
Last modified
a month ago
Start URL
startUrl
stringRequired
The starting URL to crawl (e.g., https://jamesclear.com/five-step-creative-process)
Use Selenium Browser
useSelenium
booleanOptional
Use Selenium for JavaScript-heavy pages (slower but more accurate for dynamic content)
Default value of this property is false
Allow Duplicate URLs
allowDuplicates
booleanOptional
Allow duplicate URLs to be included in the output. If false, each URL will appear only once.
Default value of this property is false
Maximum Crawl Depth
maxDepth
integerOptional
Maximum depth of link recursion
Default value of this property is 3
Maximum Children per Link
maxChildrenPerLink
integerOptional
Maximum number of children links to follow from each parent link
Default value of this property is 3