I use parse.com for a small and simple backend and I try to scrape a webpage for some image urls.
I was able to load the html from the site into a string with parse.com Cloud Code.
But now I need to convert the html into a document or another searchable structure. Is there a way to create a document from the html that I can use to search for specific tags?