Basic Information

appmixer.tavily.core.FindSiteLinks

Map Website

1.0.0

Public

Map the link structure of a website and return the URLs found, without extracting page content. Returns a maximum of 500 links per call.

Input Ports

in

FieldTypeDescription
URL text The root URL to start from, e.g. https://docs.tavily.com.
Instructions text Optional natural language guidance for the crawler, e.g. only pages about pricing. Doubles the credit cost.
Max Depth number How many link hops away from the root URL to explore, between 1 and 5.
Max Breadth number How many links to follow per page level, between 1 and 500.
Max Pages number Total number of pages to process before stopping, between 1 and 500.
Select Paths textarea One regular expression per line. Only URL paths matching one of them are followed, e.g. /documentation/.*. A comma is a legal part of a pattern (a{1,3}), so patterns are separated by newlines, not commas.
Exclude Paths textarea One regular expression per line. URL paths matching any of them are skipped.
Select Domains textarea One regular expression per line. Only matching domains are followed, e.g. ^docs\.example\.com$.
Exclude Domains textarea One regular expression per line. Domains matching any of them are skipped.
Allow External Domains toggle Whether links pointing outside the root domain may be followed.
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata