I need some powerful free api/ library in java which can easily scrapes data from javascript. I tried to get some public data from web using httpclient, selenium and htmlunit but they are not able to get script values.
selenium successfully opens browser and executes all commands except javascript values.
So I welcome suggestions from you.
Thanks!