Reduce length of crawl results to 5 MB instead of 10 MB
Hello, while trying to fetch crawl results from firecrawl curl --request GET \
--url https://api.firecrawl.dev/v1/crawl/{id} , I'm limited by my calling code to 5 MB max that I can fetch. Is there a way to ask firecrawl to limit size results to less than 10 MB ? Or to limit the number of results returned?
0 Replies