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
Tim McKyer
10,989 PointsText reader API?
Hey guys, does anyone know of a free api that can read text from a webpage?
1 Answer
patrickgardner
7,395 PointsMaybe 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
Treehouse TeacherKen Alger
Treehouse TeacherTim;
Yes, you could indeed build such an application in JavaScript or a multitude of other languages.
Ken
Tim McKyer
10,989 PointsTim McKyer
10,989 PointsJavascript 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?