Blog / Dated Content Crawler avatar

Blog / Dated Content Crawler

Try for free

No credit card required

Go to Store
Blog / Dated Content Crawler

Blog / Dated Content Crawler

diarmuidr/blog-content-crawler
Try for free

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

Developer
Maintained by Community

Actor Metrics

  • 9 Monthly users

  • 5.0 / 5 (2)

  • 3 bookmarks

  • 97% runs succeeded

  • Created in Feb 2025

  • Modified 2 hours ago

You can access the Blog / Dated Content Crawler programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.gymshark.com/blog/article/interval-running"
5    }
6  ],
7  "dateSelector": "",
8  "waitForSelector": "",
9  "removeElementsCssSelector": "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\\"]",
10  "proxyConfiguration": {
11    "useApifyProxy": true
12  }
13}' |
14apify call diarmuidr/blog-content-crawler --silent --output-dataset

Blog / Dated Content Crawler API through CLI

The Apify CLI is the official tool that allows you to use Blog / Dated Content Crawler locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: