Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
class
SitemapSource(TypedDict):
65
type: Literal[
'url'
,
'raw'
]
66
url: NotRequired[str]
67
content: NotRequired[str]
68
depth: NotRequired[int]
69
70
71
class
_SitemapItem(TypedDict, total=False):
Callers
4
_load_sitemaps
Method · 0.90
_process_sitemap_item
Function · 0.85
load
Method · 0.85
from_xml_string
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected