mendableai / firecrawl

🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
https://firecrawl.dev
GNU Affero General Public License v3.0
19.13k stars 1.48k forks source link

[Feat] API call to get list of past results #877

Open KirkPX opened 2 weeks ago

KirkPX commented 2 weeks ago

Problem Description I'd like to be able to pull a full list of past results so that I can recall the API and get those results based on certain conditions.

Alternatives Considered I honestly thought that I would go and scrape the activity logs because that's the only way that I think it can be done right now.

Use Case A very specific use case for me is that my process failed last night and it made its way through, but I didn't store the responses that I received in a methodical way. So I am having to restart and just need to pull that data so I can do a quick reconciliation and restart the process.