Hacker News new | ask | show | jobs
by polm23 3357 days ago
Looks like import.io.

https://www.import.io/

I tried writing a script to do the same thing before - turns out finding the element on the page with the most children and assuming each child is an entry works surprisingly often.

1 comments

The difference:

Import.io needs user's click to determine what to extract, thus, the user has to repeat it whenever the web page changes.

Listly.io needs URL or HTML codes. It always works even if the web page chages.