Getting data from polygon into a dataframe

Environment

python
Alpaca SDK Version
latest
Other Environment Details
google colab
Paper Tradng

Problem

I am using code line below to receive tick data. It retrieves the data I want, but it puts it into a web browser page.
How can I get it into a dataframe?

Example Code
https://api.polygon.io/v1/historic/quotes/TSLA/2019-12-30?apiKey=xxxx

Here is what I use on this thread,