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 demoI can't seem to get good results from simple documentation sites like OpenAI - most pages return partial info
Hi, I apologize for the delayed response.
Unfortunately, I've tried to resolve the issue, but was not very successful. I’ve reached out internally, and we’ll try to figure this out.
Thank you for your understanding. Jiri
Hi, thank you for your patience, and I apologize for the earlier delay in responding.
Credit to @jindrich.bar for this analysis
It appears the OpenAI documentation website behaves a bit unusually. However, he has identified some adjustments that can help improve the results:
- Ensure content is fully loaded: Use
"waitForSelector": ".anchor-heading"
to make sure there’s content on the page before extraction begins. - Wait for dynamic content: Set
"dynamicContentWaitSecs": 30"
to allow sufficient time for the content to load. - Avoid dropping any content: Use
"htmlTransformer": "none"
to prevent content from being stripped during processing.
Here’s an example run for the OpenAI documentation where these settings were applied: example run.
Additionally, he noticed that many URLs in the OpenAI docs point to different sections of the same page (e.g., the API reference). As a result, the extracted results may include the entire API reference text multiple times. To optimize costs and performance, you may want to reduce the number of URLs being processed, as the current approach with a 30-second wait can become expensive.
Please let me know if you’d like further clarification. Jiri
Actor Metrics
4.1k monthly users
-
854 stars
>99% runs succeeded
24 hours response time
Created in Mar 2023
Modified 16 hours ago