Hacker News new | ask | show | jobs
by oniTony 4502 days ago
Any way to pick up elements that are on the page, but not necessarily clickable? E.g. the <title> element of the page.
1 comments

It's unfortunately not possible right now, but we know people want it, so we're working on it. Probably have to tuck it into our advanced mode feature as it's not something we'll ever be able to solve with the point and click UI.
So this is a scraper that just scrapes links?
No. You can extract any content you want from the page (incl. text, images, links) just not meta elements or invisible ones (e.g. <title> or anything else that usually shows up in <head> for that matter)