Working on Hubspot using Python — Part 3.
Published in
Aug 28, 2023
Till now we have extracted all the data which is present on a particular object of Hubspot. That process is a one-time approach. The major issue for the extraction of data is that you want to extract it on a daily basis. It is not good to run the command “get_all()” every day and to extract entire data and store entire data again and again on the database.
What we can do, instead of doing that, we will take the last ‘id’ that is with you.
We will take the next page command as shown below: