
Website Content Crawler
Pricing
Pay per usage

Website Content Crawler
Crawl websites and extract text content to feed AI models, LLM applications, vector databases, or RAG pipelines. The Actor supports rich formatting using Markdown, cleans the HTML, downloads files, and integrates well with 🦜🔗 LangChain, LlamaIndex, and the wider LLM ecosystem.
3.9 (41)
Pricing
Pay per usage
1557
Total users
60K
Monthly users
7.8K
Runs succeeded
>99%
Issues response
7.8 days
Last modified
6 days ago
Crawler ignores additional parameters passed on from Flowise
Closed
I am calling the crawler from Flowise and want to enable file download, see screenshot. File download works just fine when I launch the crawler from the console with the download option set to true in the UI. When I pass on the "saveFiles": true parameter it seems to ignore it and doesn't download any files. What am I doing wrong? Thanks!

Hello and thank you for your interest in this Actor!
I checked the input of your run and it seems that the name of the saveFiles
configuration parameter contains escaped double quotes - \"saveFiles\"
. You need to remove those for the Actor to pick up the parameter. With the quotes, it considers it a redundant parameter, and ignores it. Also there should be no quotes around true
- a boolean value.