Website Content Crawler
No credit card required
Website Content Crawler
No credit card required
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.
Do you want to learn more about this Actor?
Get a demowhen trying to crawl oracle netsuite documentation:
https://docs.oracle.com/en/cloud/saas/netsuite/index.html
Only the first page gets crawled. Renders correctly. Has links, but they are not followed. Crawl only returns the first page
Hello, and thank you for your interest in this Actor!
This is likely caused by Website Content Crawler's default behavior, which only follows links leading to "descendants" of the input start URLs. You can override this behavior by using the Crawler settings > Include URLs (globs)
option, which allows you to specify glob patterns that the links have to match in order to be followed.
I set up another run of the Actor with the https://docs.oracle.com/en/cloud/saas/netsuite/**/*
URL glob - and the Cheerio
crawler type. The default Firefox browser was taking too much time - and the website you are trying to scrape seems to load just fine without the client-side JavaScript execution. Please check out my run with these settings and check that no content is missing. If you are satisfied with the results, feel free to use the input of this run to start a full scrape under your account.
Did this solve your problem? If so, feel free to close this issue - if not, you can always ask additional questions in comments here. Cheers!
- 3.8k monthly users
- 635 stars
- 100.0% runs succeeded
- 2.7 days response time
- Created in Mar 2023
- Modified 7 days ago