Get Urls Pro avatar
Get Urls Pro

Pricing

$8.00/month + usage

Go to Store
Get Urls Pro

Get Urls Pro

Developed by

Maged Safwat

Maged Safwat

Maintained by Community

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

18 days ago

You can access the Get Urls Pro programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrl": "https://jamesclear.com/five-step-creative-process",
< "ignoredExtensions": [
< "gif",
< "jpg",
< "png",
< "css",
< "jpeg",
< "woff",
< "ttf",
< "eot",
< "svg",
< "woff2",
< "ico"
< ]
<}' |
<apify call maged120/get-urls-pro --silent --output-dataset

Get Urls Pro API through CLI

The Apify CLI is the official tool that allows you to use Get Urls Pro locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: