# Filtering Articles by Publish Date in Automation Workflow

**URL:** https://community.make.com/t/filtering-articles-by-publish-date-in-automation-workflow/84487
**Category:** Questions
**Tags:** text-parser, html
**Created:** [June 9, 2025, 11:42am UTC](https://community.make.com/t/filtering-articles-by-publish-date-in-automation-workflow/84487 "2025-06-09T11:42:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Debasish\_Dash](https://avatars.discourse-cdn.com/v4/letter/d/b77776/32.png) [@Debasish\_Dash](https://community.make.com/u/Debasish_Dash)
#### Post date: [June 9, 2025, 11:42am UTC](https://community.make.com/t/filtering-articles-by-publish-date-in-automation-workflow/84487/1 "2025-06-09T11:42:35Z")

</div>

Hi Team,

I hope you’re doing well.

I’m currently working on an automation workflow that scans a specific webpage and extracts articles updated within the last week. I’m using the **HTTP module** in [Make.com](http://Make.com) to fetch the page content, followed by a **Text Parser module** to extract the relevant data. The parsed output includes a `Published Date` field for each article.

I’m looking to **filter these articles based on their published date** — specifically to pass only those published in the **last 7 days** to the next module in the scenario.

Could you please advise:

- Which [Make.com](http://Make.com) module is best suited for this type of date-based filtering?
- How I might structure the condition, especially if the date format is `DD/MM/YYYY`?

Your guidance on this would be greatly appreciated.

Best regards,  
Debasish Dash

---

<div class="post-metadata">

### Author: ![Trainward\_Consulting](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/trainward_consulting/32/72286_2.png) [@Trainward\_Consulting](https://community.make.com/u/Trainward_Consulting)
#### Post date: [June 9, 2025, 5:49pm UTC](https://community.make.com/t/filtering-articles-by-publish-date-in-automation-workflow/84487/2 "2025-06-09T17:49:14Z")

</div>

Hi @Debasish_Dash,

Can you try something like this to see if it works?

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/a/cae80039e587f74d89ce5fd1591433c3f4430d4a.png)

addDays(now;-7) confirmed equals June 2nd so I believe this should work.

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [September 7, 2025, 5:57pm UTC](https://community.make.com/t/filtering-articles-by-publish-date-in-automation-workflow/84487/3 "2025-09-07T17:57:02Z")

</div>


