I want to extract data from this URL with Php Curl:
https://www.traveloka.com/en/flight/fullsearch?ap=JKTA.DPS&dt=14-10-2017.NA&ps=1.0.0&sc=ECONOMY
What you want to do is called Web scrapping, there are plenty of tools that you can use to do that. For now, go for: https://github.com/FriendsOfPHP/Goutte or https://github.com/duzun/hQuery.php.