Retrieving both URLs and titles with the Reporting API

Hello,

I would like to retrieve data (visits, hits) for a site from an external application.

I used Actions.getPageUrls and Actions.getPageTitles. But the first one does not return the page titles. And the second one does not return their URLs.

However, I would like to both display the title and make it clickable (so I also need the URL).

How can I do this?
Thank you