{"id":21113894,"url":"https://github.com/nyoungstudios/marketo-python-api","last_synced_at":"2025-06-28T13:37:34.020Z","repository":{"id":117257059,"uuid":"281864978","full_name":"nyoungstudios/marketo-python-api","owner":"nyoungstudios","description":"A client for the Marketo REST API endpoints in Python with Requests.","archived":false,"fork":false,"pushed_at":"2020-07-23T06:32:26.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T10:30:13.843Z","etag":null,"topics":["api-client","marketing-automation","marketing-tools","marketo","marketo-rest-api","python-api-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nyoungstudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-23T06:02:12.000Z","updated_at":"2021-07-27T00:29:42.000Z","dependencies_parsed_at":"2023-05-15T09:00:13.911Z","dependency_job_id":null,"html_url":"https://github.com/nyoungstudios/marketo-python-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nyoungstudios/marketo-python-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoungstudios%2Fmarketo-python-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoungstudios%2Fmarketo-python-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoungstudios%2Fmarketo-python-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoungstudios%2Fmarketo-python-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nyoungstudios","download_url":"https://codeload.github.com/nyoungstudios/marketo-python-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoungstudios%2Fmarketo-python-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262438765,"owners_count":23311213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","marketing-automation","marketing-tools","marketo","marketo-rest-api","python-api-wrapper"],"created_at":"2024-11-20T01:59:27.018Z","updated_at":"2025-06-28T13:37:33.993Z","avatar_url":"https://github.com/nyoungstudios.png","language":"Python","readme":"# Marketo Python REST API\nI worked a lot with the Marketo REST APIs in Python over the past 2 years. So, here is my code that I wrote to make those API requests easier.\n\n## Usage\nIn order to use it, you need to get your Client Id, Client Secret, and the base part of the url endpoint (the format is 3 numbers, a dash, 3 letters, a dash, 3 numbers). And then store these in the environment variables `marketoClientID`, `marketoClientSecret`, and `baseCode` respectively.\\\nAlternatively, you can use the [python-dotenv library](https://pypi.org/project/python-dotenv/) to import the environment variables from a `.env` file.\n\nIf you need any help finding these, see the documentation here: https://developers.marketo.com/rest-api/authentication/\n\n## Features\n* CRUD on leads\n* Describe lead\n* CRUD on custom objects\n* List custom objects\n* Bulk Extract\n\n## Notes\nBulk Import is not complete yet. Instead, I ended up passing 300 records (which is the max the API supports) at a time through the update on leads endpoint.\n\n## Dependencies\nI am using the [Requests library](https://requests.readthedocs.io/en/master/) for making the HTTP requests.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyoungstudios%2Fmarketo-python-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnyoungstudios%2Fmarketo-python-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyoungstudios%2Fmarketo-python-api/lists"}