The maximum depth of links to traverse. Use 1 to only fetch the startUrls,
2 to fetch the startUrls and documents directly linked from them, 3 to
additionally fetch documents linked from those (excluding anything already
seen), etc.
The types of documents to keep. Any documents surfaced during loading
that don't match this filter will be discarded. If not set, Ultravox will
choose a default that includes types known to provide real value.
The list of start URLs for crawling. If max_depth is 1, only these URLs will
be fetched. Otherwise, links from these urls will be followed up to the
max_depth.
The maximum depth of links to traverse. Use 1 to only fetch the startUrls,
2 to fetch the startUrls and documents directly linked from them, 3 to
additionally fetch documents linked from those (excluding anything already
seen), etc.
The types of documents to keep. Any documents surfaced during loading
that don't match this filter will be discarded. If not set, Ultravox will
choose a default that includes types known to provide real value.
The list of start URLs for crawling. If max_depth is 1, only these URLs will
be fetched. Otherwise, links from these urls will be followed up to the
max_depth.