VOOZH about

URL: https://apify.com/tomas.gabik/updated-content-checker

โ‡ฑ Updated Content Checker ยท Apify


Pricing

from $0.10 / 1,000 results

Go to Apify Store

Updated Content Checker

Monitors sitemaps for new/updated content. Returns only URLs modified since a specified date for efficient incremental scraping.

Pricing

from $0.10 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Tomรกลก Gabรญk

Tomรกลก Gabรญk

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

5 months ago

Last modified

Share

Apify Actor that monitors sitemaps for new/updated content. Returns only URLs modified since a specified date, enabling efficient incremental scraping with tools like Website Content Crawler (WCC).

Features

  • Parses regular sitemaps and sitemap indexes
  • Relative date filter: "7 days", "2 weeks", "1 month", "24 hours"
  • Absolute date filter: ISO 8601 dates like "2026-01-15"
  • Optional regex pattern filtering for URLs
  • Persists last check timestamp for automatic incremental checks

Input

FieldTypeRequiredDescription
sitemapUrlstringYesURL of the sitemap.xml file
newerThanstringNoRelative filter: "7 days", "2 weeks", "1 month", "24 hours"
newerThanDatestringNoAbsolute date filter (ISO 8601)
urlPatternstringNoRegex pattern to filter URLs
storeLastCheckbooleanNoStore timestamp for future runs (default: false)
storeNamestringNoKey-value store name for persistence

Priority: newerThan > newerThanDate > stored date

Output

Dataset

{
"url":"https://example.com/article",
"lastModified":"2026-01-20T15:59:22Z"
}

OUTPUT (Summary)

{
"sitemapUrl":"https://example.com/sitemap.xml",
"totalUrlsInSitemap":500,
"filteredUrlCount":500,
"updatedUrlCount":10,
"cutoffDate":"2026-01-13T00:00:00Z",
"cutoffSource":"relative time: 7 days",
"checkedAt":"2026-01-20T16:00:00Z"
}

Usage Examples

Get URLs updated in the last 7 days

{
"sitemapUrl":"https://help.wealthsimple.com/hc/sitemap.xml",
"newerThan":"7 days"
}

Get URLs updated since a specific date

{
"sitemapUrl":"https://help.wealthsimple.com/hc/sitemap.xml",
"newerThanDate":"2026-01-15"
}

Filter only English articles

{
"sitemapUrl":"https://help.wealthsimple.com/hc/sitemap.xml",
"newerThan":"7 days",
"urlPattern":"/en-ca/articles/"
}

Integration with Website Content Crawler

Use the output dataset as input for WCC to scrape only updated pages:

  1. Run this Actor to get updated URLs
  2. Pass the dataset URLs to Website Content Crawler
  3. Only changed content gets scraped

You might also like

Sitemap Change Detector

tri_angle/sitemap-change-detector

Identify and monitor sitemaps for specified websites. Retrieve only the new, updated, or removed URLs since the last crawl.

๐Ÿ‘ User avatar

TriโŸangle

68

Incremental Web Crawler

flamboyant_leaf/IncrementalCrawler-v2

The Incremental Crawler efficiently fetches URLs of recently added or updated web pages on a target site, optimizing resources by focusing only on new content. Ideal for keeping up with the latest updates, it integrates seamlessly into workflows for content monitoring and analysis.

Sitemap Change Orchestrator

tri_angle/sitemap-change-orchestrator

Monitor website sitemaps for new, updated, or removed URLs. Integration with the Website Content Crawler (WCC) allows feeding only relevant URLs. This ensures your web crawls are efficient, targeted, and resource-optimized, keeping your datasets fresh for any application.

๐Ÿ‘ User avatar

TriโŸangle

42

Google Realtime Trends Data Scraper

codingfrontend/google-realtime-trends-data-scraper

Real-time Google Trends data scraper that monitors trending search keywords across 40+ countries worldwide. Updated every 10 minutes, perfect for market research, content planning, and trend analysis.

๐Ÿ‘ User avatar

Coding Frontned

2

Sitemap URL Extractor

automation-lab/sitemap-url-extractor

This actor parses XML sitemaps and extracts all URLs with their metadata. It handles both regular sitemaps and sitemap indexes (recursively follows child sitemaps up to 3 levels deep). For each URL, it captures the last modified date, change frequency, priority, and whether the entry...

๐Ÿ‘ User avatar

Stas Persiianenko

18

Idealista Scraper ๐Ÿ’ฐ $0.80/1K โ€” Listings, Phone & Agency Data

blackfalcondata/idealista-scraper

Scrape Idealista listings across Spain, Portugal, and Italy with full pricing, photos, GPS, agent phone numbers, agency profiles, paste-any-search-URL mode, detail enrichment, and incremental NEW/UPDATED/REAPPEARED tracking for recurring monitors.

๐Ÿ‘ User avatar

Black Falcon Data

10