FirecrawlF
Firecrawl16mo ago
Arbaz

Unable to crawl

I'm unable to crawl this website: https://www.coditas.com
This is my req body:
{
"url": "https://www.coditas.com",
"limit": 5,
"scrapeOptions": {
"formats": [
"markdown"
],
"waitFor": 1000
}
}
But when I tried on firecrawl playground it was able to crawl, I'm running it using docker.
Was this page helpful?