Website Content Crawler avatar
Website Content Crawler
Try for free

No credit card required

View all Actors
Website Content Crawler

Website Content Crawler

apify/website-content-crawler
Try for free

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.

BL

bug: iframe contents don't get extracted properly

Open

bllndman opened this issue
2 months ago

I tried to scrape site, but i had only its header content because scrapper can wait only for content loading, but not for content execution. So please, add the simple delay setting

jindrich.bar avatar

Hello and thank you for your interest in this Actor!

Website Content Crawler already waits for dynamic content to load - see the HTML Processing > Wait for dynamic content (seconds) input option. The issue with your webpage is that the actual content is in an iframe at https://boards.greenhouse.io/embed/job_app?for=growthloop&token=4008881005&b=https%3A%2F%2Fwww.growthloop.com%2Fcompany%2Fjob-listing.

WCC cannot currently expand iframe contents because of security reasons, but we're working on a feature that should help fix this. In the meantime, you can scrape the URL above to get all the contents of the page (see my example run)

I'll keep this issue open to track the iframe issue. Feel free to ask additional questions regarding this or any related issues in the comments here.

Cheers!

BL

bllndman

2 months ago

Thank you for the response, now I see

Developer
Maintained by Apify
Actor metrics
  • 2.8k monthly users
  • 317 stars
  • 100.0% runs succeeded
  • 4 days response time
  • Created in Mar 2023
  • Modified 1 day ago