
Blog / Dated Content Crawler
No credit card required

Blog / Dated Content Crawler
No credit card required
Crawl an entire blog / knowledge base or filter to just the new content. Supporting relevant AI queries by filtering pages by date
Actor Metrics
9 Monthly users
5.0 / 5 (2)
3 bookmarks
97% runs succeeded
Created in Feb 2025
Modified a day ago
Date
startDate
stringOptional
Optional: Select start date by which to filter pages. Any post published before this date will be excluded. Format in format YYYY-MM-DD
Date
relativeStartDate
stringOptional
Optional: Select relative start date by which to filter pages. Any post published before this date will be excluded. This is calculated relative to the time the crawler is run (eg: '2 weeks' would include posts from 2 weeks ago to now). Format in format 'X days' or 'X weeks' or 'X months' or 'X years'. If no time period is passed in, it will be treated as a number of seconds.
Date selector
dateSelector
stringOptional
Optional: CSS Selector to identify where the date is located on the page. This can make the date filtering more accurate if we don't get it right on the first round. You should use this if there's multiple dates on the page.
Wait for selector
waitForSelector
stringOptional
CSS Selector to wait for for page load. Useful when content on the page loads asynchronously. This is optional and in most cases won't be needed.
Remove HTML elements
removeElementsCssSelector
stringOptional
Optional: CSS Selector to identify elements to remove from the page. This is useful for removing elements that are not needed for the content. For example, you can remove the header and footer of the page.
Default value of this property is "nav, footer, script, style, noscript, svg, img[src^='data:'],\n[role=\"alert\"],\n[role=\"banner\"],\n[role=\"dialog\"],\n[role=\"alertdialog\"],\n[role=\"region\"][aria-label*=\"skip\" i],\n[aria-modal=\"true\"]"
Request Timeout
requestTimeoutSecs
integerOptional
Optional: How long the crawler will wait for a request to complete. Default is 60 seconds.
Default value of this property is 60
Wait for dynamic content
dynamicContentWaitSecs
integerOptional
Optional: Used in conjunction with waitForSelector
. How long the crawler will wait for the selector to appear. Default is 10 seconds.
Default value of this property is 10
Use Sitemaps
useSitemaps
booleanOptional
Optional: If checked, the crawler will use the sitemap.xml file to find additional URLs to crawl.
Default value of this property is true