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.

Do you want to learn more about this Actor?

Get a demo
ES

Doesn't scape table on website

Closed

esouthwick opened this issue
a month ago

When crawling it just returned this malformed data:

[ { "url": "https://cc247.raceresults.space/2023/2023_Cheval_5k_OA.htm", "text": "2023 12th Annual Cheval Cares 5K Run/Walk\n13 Consuelo Benassi-Detillio 1517 F 26:56 8:40/M" } ]

Why doesn't it return the table? Is there a setting I'm missing

jindrich.bar avatar

Hello and thank you for your interest in this Actor!

This is a common issue - the default Website Content Crawler settings use the Readable Text HTML extractor, which is sometimes too eager with removing content. Turning the HTML extractor off solves this issue. To do this, go to HTML Processing and set HTML Transfomer to None.

I'll close this issue now, but feel free to ask additional questions if you have any.

Cheers!

Developer
Maintained by Apify
Actor metrics
  • 3.8k monthly users
  • 636 stars
  • 100.0% runs succeeded
  • 2.7 days response time
  • Created in Mar 2023
  • Modified 7 days ago