Garamm - Hi, can anyone help me, why my crawl s...
Hi, can anyone help me, why my crawl status takes so long and pending on recent runs, but it's completed on activity log?
curl --request POST \
--url https://api.firecrawl.dev/v2/crawl \
--header 'Authorization: Bearer fc-61c2612f850c47078a64d365830a970a' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://garamm.dev",
"sitemap": "include",
"crawlEntireDomain": true,
"limit": 2,
"scrapeOptions": {
"onlyMainContent": false,
"maxAge": 172800000,
"parsers": [],
"formats": [
"markdown"
]
}
}'