Portia, an open-source visual web scraper
blog.scrapinghub.com
Portia, an open-source visual web scraper
1–10 of 70 posts
Re: Portia, an open-source visual web scraper
#2Is there a live demo available?
Re: Portia, an open-source visual web scraper
#3Import.io, Kimono Labs, and now this. Web scraper -> data area is heating up.
Re: Portia, an open-source visual web scraper
#4From the video, I noticed that the HTML tags were also scraped in the large article text. Is there some way to remove those automatically? Or perform further processing?
Re: Portia, an open-source visual web scraper
#5Cool tool for developers, but since this one is open source, I think it opens up even more interesting possibilities for these tools to be integrated into part of a consumer app. Curation is the next big trend, right? I think I'll give that a try.
Re: Portia, an open-source visual web scraper
#6I expected an April Fool's joke and found something pleasantly awesome and useful instead.
Source is here: https://github.com/scrapinghub/portia
Re: Portia, an open-source visual web scraper
#7Excellent. But the example presented in the video (scraping new articles) is a actually a case better solved with other technologies.
I imagine this will be useful when scraping sites like IMDB in case they don't have an API or their API is not useful enough.
Re: Portia, an open-source visual web scraper
#8From the video, I noticed that the HTML tags were also scraped in the large article text. Is there some way to remove those automatically? Or perform further processing?
Yes, you just need to select a different field type ("text", instead of "html").
Re: Portia, an open-source visual web scraper
#9Is there a live demo available?
Not yet.
Re: Portia, an open-source visual web scraper
#10This is cool. Can I use it locally on internal sites too?