MCPcopy Create free account
hub / github.com/apify/crawlee-python / SitemapSource

Class SitemapSource

src/crawlee/_utils/sitemap.py:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64class SitemapSource(TypedDict):
65 type: Literal['url', 'raw']
66 url: NotRequired[str]
67 content: NotRequired[str]
68 depth: NotRequired[int]
69
70
71class _SitemapItem(TypedDict, total=False):

Callers 4

_load_sitemapsMethod · 0.90
_process_sitemap_itemFunction · 0.85
loadMethod · 0.85
from_xml_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected