Sitemap URL Delta Monitor
Pricing
Pay per usage
Go to Apify Store
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.
package.json to 0.2.1 to match live Apify build tag (no code changes from 0.2.0; Apify auto-bumped build to 0.2.1 because 0.1.7 already existed under the 0.1 actor-spec version).discoverSitemaps boolean input. When true, the actor fetches /robots.txt for every start URL and enqueues any Sitemap: directives it finds. Brings the Actor to feature parity with tri_angle/sitemap-change-detector (68 users, 447 runs) on the most-requested onboarding step.urlFilterRegex textfield. JavaScript-compatible regex applied to discovered URLs; non-matches are excluded from both the output and the persisted snapshot. Useful for narrow-monitoring patterns (e.g. ^https://example\\.com/blog/\\d{4}/).changeTypes enum (new_url | updated_url | removed_url | unchanged) replaces the implicit-only onlyChanged boolean. Users can now opt in to updated_url rows and explicitly include or exclude unchanged. The previous onlyChanged flag is preserved as a backward-compat alias.addRemovedUrlsToKvs boolean. When true, the actor writes 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 dataset rows.updated_url rows now use status: "updated" (was changed); legacy event: "lastmod_change" is preserved.AbortController driven by the new requestTimeoutMs input (default 30 000 ms). Replaces the previous implicit timeout.event_severity is unchanged, but status is now one of new | updated | unchanged | removed | error. Backward-compatible.robots.txt, robots, url change, lastmod, slack, discord, webhook added to the Actor's keyword list (Store SEO).test/robots.test.mjs (5 cases) for the robots.txt Sitemap parser.apify-actor-start $0.0005 + delta_result $0.001. v0.3+ will introduce the new pricing events under the one-month cooldown.claude_desktop_config.json snippet and a realistic prompt example.package.json version to match live Apify build tag (closes source/live drift).event_severity and Pay-Per-Event hooks.