Is it possible to get the html source code of a webpage with curl and the run a javascript interpreter over it, so i get the generated content?
The Page i need to ge
You can do it, but it's more involved than I think you realize. Neither curl nor wget have Javascript engines, so you'll need something that has one.
curl
wget
I would start by looking at PhantomJS.