Sitemap URL Delta Monitor
Pricing
Pay per usage
Sitemap URL Delta Monitor
Monitor public sitemap.xml files for new URLs, removed URLs, lastmod changes, and clean stateful deltas for SEO, RAG indexing, and content operations.
Sitemap URL Delta Monitor
Pricing
Pay per usage
Monitor public sitemap.xml files for new URLs, removed URLs, lastmod changes, and clean stateful deltas for SEO, RAG indexing, and content operations.
Public sitemap.xml or sitemap index URLs. When discoverSitemaps is enabled, root domains (e.g. https://example.com) are also accepted — the actor will fetch /robots.txt and enqueue Sitemap entries from it.
If true, fetch each start URL's robots.txt and enqueue any Sitemap entries found there. Only works on sites that publish a robots.txt.
Optional JavaScript-compatible regex applied to discovered URLs. Matched URLs are included in the output and the persisted snapshot; non-matches are ignored. Applies to final URLs, not intermediate sitemaps.
Which change types to emit as dataset rows. Defaults to ['new_url', 'updated_url', 'removed_url'] (delta-only). Add 'unchanged' to also include rows that did not change since the previous snapshot.
[ "new_url", "updated_url", "removed_url"]When true, also write a REMOVED-URLS key to the state key-value store with the full list of URLs that disappeared since the last snapshot, in addition to emitting 'removed_url' rows in the dataset.
Optional previous sitemap URL rows from an earlier run (overrides persisted state if provided).
[]If true (default), only emit rows whose status is not 'unchanged'. Equivalent to changeTypes excluding 'unchanged'.
Store the latest sitemap snapshot in a named key-value store.
Named key-value store used for snapshots when persistState is enabled.
Optional snapshot key. Leave empty to derive from input sitemap URLs.
Maximum nested sitemap URLs to fetch from sitemap indexes (and from robots.txt discovery).