Website URL
baseUrl
string
Required
The URL to crawl. Only URLs pages in the sub-directory will be probed.
Max pages
maxPages
integer
Optional
The maximum number of pages that will be crawled. If empty, the number is not limited.
Notification emails
notificationEmails
array
Optional
Add email addresses to receive notifications whenever the actor discovers broken links.
Save only broken links
saveOnlyBrokenLinks
boolean
Optional
If false, all checked links and all information about them will be saved (not CSV friendly).
Default value of this property is
false
Crawl subdomains
crawlSubdomains
boolean
Optional
If true, actor will crawl all links recursively.
Default value of this property is
false
Max concurrency
maxConcurrency
integer
Optional
The maximum number of pages from the target website to crawl in parallel. You can use this number to reduce the load on the target web server.
Proxy configuration
proxyConfiguration
object
Optional
This is required if you want to use Apify Proxy.
Default value of this property is
{"useApifyProxy":true}