[Lazarus] Web page data extract tools
Michael Van Canneyt
michael at freepascal.org
Tue Jun 9 07:18:45 CEST 2015
On Mon, 8 Jun 2015, aradeonas wrote:
> Hi,
>
> What is the best way to get data from web pages like wikipedia summery or others? I need a tool so I can get data from web pages even that ones have JS or AJAX so for
> example there is a button in page and it should be clicked and then some data will appear and then I get them?
You cannot do this in general.
If you know the page, you can look at the request the javascript executes and repeat that.
Michael.
More information about the Lazarus
mailing list