Website Content Crawler avatar
Website Content Crawler

Pricing

Pay per usage

Go to Store
Website Content Crawler

Website Content Crawler

Developed by

Apify

Apify

Maintained by Apify

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

UF

Crawler ignores additional parameters passed on from Flowise

Closed

usr-F8tcYbfp opened this issue
a year ago

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!

janbuchar avatar

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.