F
Firecrawl4mo ago
Zohar

`/map`: sitemapOnly is FALSE and still only sitemap.xml is used

I'm running the same /map request both on Firecrawl Cloud, as well as locally (self hosted Docker). Cloud returns 149 links, while my local setup returns 117 links - exactly the amount of links in the sitemap.xml of the website. This is my curl payload:
{
"url": "https://example.com",
"ignoreSitemap": false,
"sitemapOnly": false,
"includeSubdomains": true,
"limit": 5000,
"timeout": 10000
}
{
"url": "https://example.com",
"ignoreSitemap": false,
"sitemapOnly": false,
"includeSubdomains": true,
"limit": 5000,
"timeout": 10000
}
What could be the reason for that?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?