Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Text reader API?

Hey guys, does anyone know of a free api that can read text from a webpage?

1 Answer

Maybe something like this would help: https://www.kimonolabs.com/

Otherwise, you could write a scraper. I'm not sure what language you'd prefer to do that in, but maybe (Javascript?)[https://scotch.io/tutorials/scraping-the-web-with-node-js]

Ken Alger
Ken Alger
Treehouse Teacher

Tim;

Yes, you could indeed build such an application in JavaScript or a multitude of other languages.

Ken

Javascript is what I am planning to write it in, so are you saying that I can write a scraper with node.js and have that read all of the text on the page?