Bulk Crawling

Hello, In my app, users enter a URL and select additional links from a list returned by the /map endpoint that they would like to crawl alongside the main URL they provided. Currently, I'm sending a request to the /crawl endpoint with the main URL being the one the user provided, and the includePaths:[] containing the paths the user selected from the /map endpoint. However, it seems that all the links from the main URL are being crawled, in addition to the selected paths. How can I modify my request so that only the main URL and its selected includePaths are crawled, excluding any other links?
6 Replies
mogery
mogery13mo ago
Hi there, would you only like to get the content from the selected paths? Or would you like to further crawl on them as well
ryan mcgatha
ryan mcgathaOP13mo ago
Only the the content from the selected paths
mogery
mogery13mo ago
Then you'll probably want to send multiple /scrape requests instead
ryan mcgatha
ryan mcgathaOP13mo ago
What is the rate limit for /scrape ?
mogery
mogery13mo ago
It depends on your pricing tier -- https://www.firecrawl.dev/pricing
Firecrawl
Firecrawl
Turn any website into LLM-ready data.
mogery
mogery13mo ago
We're considering adding a bulk scrape endpoint for this use case

Did you find this page helpful?