Getting Marketo data in Python — Marketo rest API and Python API
3 min readDec 17, 2019
--
There are two ways I have used to get Marketo data in Python. First is to use Marketo rest API directly. Second is to use the marketo Python API marketorestpython
. I really like the marketorestpython
library and I highly recommend everyone to use this library. But in this article, I am going to talk about both approach.