Filter Search (between two specific dates)

I'm currently using the Search API to filter search results by time with the tbs parameter (e.g., qdr:w for past week). However, I hope to specify both a start AND end date for my search queries. Is there a way to filter results between two specific dates (from date X to date Y) rather than just relative time periods? If this isn't currently supported, could you please consider adding this functionality? Thank you! 🔥
2 Replies
micah.stairs
micah.stairs5mo ago
Hey @philpod! Yes this is already supported (but not in the Firecrawl documentation). Here's an example of using a particular date range: cdr:1,cd_min:12/1/2024,cd_max:12/31/2024 Here's an example of it in action in the playground: https://www.firecrawl.dev/app/playground?mode=search&searchQuery=https%3A%2F%2Fwww.firecrawl.dev%2Fblog&searchLimit=5&searchTbs=cdr%3A1%2Ccd_min%3A12%2F1%2F2024%2Ccd_max%3A12%2F31%2F2024&searchScrapeContent=false&formats=markdown
Firecrawl
Firecrawl
Turn any website into LLM-ready data.
philpod
philpodOP5mo ago
@micah.stairs Thank you so much! This helps tremendously. Have a great weekend! 🙂

Did you find this page helpful?