<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exporting Data via API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578698#M51007</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/316947"&gt;@GKasireddy&lt;/a&gt;&amp;nbsp;The API you linked should work for getting the data out of Hubspot (I used v2). Once you get the JSON file file, you can use Python to convert that into an Excel file or another tool. Ultimately I brought the JSON data into Alteryx as a BLOB and converted it there.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 20:40:12 GMT</pubDate>
    <dc:creator>taran42</dc:creator>
    <dc:date>2022-02-17T20:40:12Z</dc:date>
    <item>
      <title>Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/367758#M36256</link>
      <description>&lt;P&gt;I am looking to have an automated script that I will export some of my data from Hubspot (Companies, Contacts and Deals) via the API and save that data in a separate Excel file for each. I looked into the API tutorials that Hubspot had to offer and it looks like using the API will export the data I want into a JSON format. How then can I take that data and transfer it into an Excel document?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen a similar extract performed in PowerShell and Python, but I am not versed enough in either of those to write the script for myself.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 17:38:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/367758#M36256</guid>
      <dc:creator>taran42</dc:creator>
      <dc:date>2020-09-04T17:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/367830#M36261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/144301"&gt;@taran42&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'd need a script to convert the JSON data to CSV or Excel – it's not rocket surgery but it would require custom code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our team builds &lt;A href="https://www.webalite.com/custom-hubspot-integrations" target="_blank" rel="noopener"&gt;Custom HubSpot Integrations&lt;/A&gt;, please contact me if you'd like to know more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 01:14:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/367830#M36261</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2020-09-05T01:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368391#M36306</link>
      <description>&lt;P&gt;Mike, thanks for the reply. Do you know if there is a way to pull Hubspot data directly into a CSV? Or is the only output from Hubspot JSON (and then converting that)?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 13:52:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368391#M36306</guid>
      <dc:creator>taran42</dc:creator>
      <dc:date>2020-09-08T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368612#M36330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/144301"&gt;@taran42&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can manually export a spreadsheet from HubSpot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use the APIs to get JSON.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Working with CSVs programatically is flakey so JSON is a much better format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 23:44:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368612#M36330</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2020-09-08T23:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368910#M36356</link>
      <description>&lt;P&gt;Mike, thank you for your help. I was able to pull the JSON from Hubspit via the API in Python and then converted it to a CSV with the Pandas module.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 19:21:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/368910#M36356</guid>
      <dc:creator>taran42</dc:creator>
      <dc:date>2020-09-09T19:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/376547#M37011</link>
      <description>&lt;P&gt;There is now an app in the HubSpot App Marketplace called &lt;A title="Ultimate Data Export for HubSpot" href="https://ecosystem.hubspot.com/marketplace/apps/marketing/analytics-data/ultimate-data-export-224046" target="_blank" rel="noopener"&gt;Ultimate Data Export for HubSpot.&lt;/A&gt;&amp;nbsp;You can export the following data tables and their associations directly to Microsoft Excel:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Contacts&lt;/LI&gt;
&lt;LI&gt;Web Analytics&lt;/LI&gt;
&lt;LI&gt;Companies&lt;/LI&gt;
&lt;LI&gt;Deals&lt;/LI&gt;
&lt;LI&gt;Deal History&lt;/LI&gt;
&lt;LI&gt;Owners&lt;/LI&gt;
&lt;LI&gt;Campaigns&lt;/LI&gt;
&lt;LI&gt;Engagements&lt;/LI&gt;
&lt;LI&gt;Emails&lt;/LI&gt;
&lt;LI&gt;Products&lt;/LI&gt;
&lt;LI&gt;Tickets&lt;/LI&gt;
&lt;LI&gt;Forms&lt;/LI&gt;
&lt;LI&gt;and more related subdata such as Pipelines and Associations.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please mark this as a solution if it helps address your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 00:33:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/376547#M37011</guid>
      <dc:creator>johnelmer</dc:creator>
      <dc:date>2020-10-06T00:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/441806#M43747</link>
      <description>&lt;P&gt;Hi John.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for this awesome product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to use your product directly through an API for automation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 19:06:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/441806#M43747</guid>
      <dc:creator>shoes2334</dc:creator>
      <dc:date>2021-05-27T19:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/442058#M43770</link>
      <description>&lt;DIV class="SanitizedText__StyledText-sc-17v32mq-0 gPKCWu"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/166325"&gt;@shoes2334&lt;/a&gt;&amp;nbsp; There are a couple of options in the HubSpot App Marketplace that can meet your needs. &amp;nbsp;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;One option is the &lt;/SPAN&gt;&lt;A style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;" title="Excel Integration for HubSpot&amp;nbsp;" href="https://app.hubspot.com/ecosystem/2756921/marketplace/apps/marketing/analytics-data/excel-integration-216220" target="_blank" rel="noopener"&gt;Excel Integration for HubSpot&lt;/A&gt;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;.&amp;nbsp; Using this app, y&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;our HubSpot data can be set up to refresh in Excel on a regularly scheduled basis.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 May 2021 12:43:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/442058#M43770</guid>
      <dc:creator>johnelmer</dc:creator>
      <dc:date>2021-05-28T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578014#M50974</link>
      <description>&lt;P&gt;Hi taran42,&lt;/P&gt;&lt;P&gt;How to pull contacts list data from HubSpot into Excel file via API. Please provide any API you are using?&lt;/P&gt;&lt;P&gt;I am using the below API for fetching contacts list.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/contacts" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/contacts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 07:38:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578014#M50974</guid>
      <dc:creator>GKasireddy</dc:creator>
      <dc:date>2022-02-17T07:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578698#M51007</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/316947"&gt;@GKasireddy&lt;/a&gt;&amp;nbsp;The API you linked should work for getting the data out of Hubspot (I used v2). Once you get the JSON file file, you can use Python to convert that into an Excel file or another tool. Ultimately I brought the JSON data into Alteryx as a BLOB and converted it there.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 20:40:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578698#M51007</guid>
      <dc:creator>taran42</dc:creator>
      <dc:date>2022-02-17T20:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578948#M51024</link>
      <description>Thanks taran42. It is working.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2022 06:58:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/578948#M51024</guid>
      <dc:creator>GKasireddy</dc:creator>
      <dc:date>2022-02-18T06:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/664567#M54784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to pull relevant data from HubSpot to an Adobe integration to fill in a Certificate template? Like for example your First and Last name&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 16:12:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/664567#M54784</guid>
      <dc:creator>DduPlessis</dc:creator>
      <dc:date>2022-07-13T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/665850#M54858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to pull relevant data from HubSpot to an Adobe integration to fill in a Certificate template? Like for example your First and Last name&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 09:28:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/665850#M54858</guid>
      <dc:creator>DduPlessis</dc:creator>
      <dc:date>2022-07-15T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/729040#M59530</link>
      <description>&lt;P data-unlink="true"&gt;Can someone clarify the API query parameters I should use to pull utm source data as shown below? Alternatively, I'd like to schedule weekly reports to my email address with the report being sent in the form of a CSV attachment and then auto-pull that csv attachment into a google sheet (via google apps script) and then use that google sheet as a data source in our Looker data studio report. Is there any way to do the former? Any way to do the latter using&amp;nbsp;Ultimate Data Export for HubSpot?&amp;nbsp;&lt;SPAN&gt;I would prefer to use the Hubspot API directly rather than via&lt;/SPAN&gt;&amp;nbsp;Ultimate Data Export for HubSpot&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1670611871106.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/80919i7C014C042EB2675F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1670611871106.jpg" alt="1670611871106.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 18:57:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/729040#M59530</guid>
      <dc:creator>dreamerdad</dc:creator>
      <dc:date>2022-12-09T18:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/745466#M60614</link>
      <description>&lt;P&gt;Certain types of exports can now be done via API. This feature is in public beta. More information here:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/exports" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/exports&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:28:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/745466#M60614</guid>
      <dc:creator>ytulsi</dc:creator>
      <dc:date>2023-01-23T16:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110097#M80391</link>
      <description>&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;We would like to be able to triggere regular exports of Deal dat from various pipelines. Other spreadsheets within our systems can then pick this data up automatically.&lt;/P&gt;&lt;P&gt;Is that something you can help with?&lt;/P&gt;&lt;P&gt;cheers Jason&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 15:24:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110097#M80391</guid>
      <dc:creator>JasonTisdall</dc:creator>
      <dc:date>2025-02-17T15:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110154#M80393</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/8467"&gt;@JasonTisdall&lt;/a&gt;&amp;nbsp;Ultimate Data Export was developed to be a one-time manually triggered export of virtually all HubSpot data available via the APIs. It comes to you as an Excel file via email.&amp;nbsp; It's not the right long-terms solution regular data exports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest looking at our&amp;nbsp;app in the HubSpot App Marketplace called &lt;A href="https://ecosystem.hubspot.com/marketplace/apps/marketing/data-management/mssql-replicator" target="_blank" rel="noopener"&gt;MS SQL Server Integration for HubSpot&lt;/A&gt;. Rather than exporting your data to Excel like UDE, this integration automatically extracts, transfers and loads your HubSpot data into your own secure SQL Server database. (The SQL Server data warehouse in Azure is included in the subscription cost and is automatically configured when you purchase a subscription. Subscriptions allow for unlimited users at a flat rate.)&lt;BR /&gt;&lt;BR /&gt;Once your HubSpot data is synchronized with the SQL Server data warehouse, the SQL database automatically refreshes from HubSpot on a scheduled basis (several refresh rates are available). You can connect this SQL database to any other application that has a SQL connector (such as Microsoft Excel).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:20:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110154#M80393</guid>
      <dc:creator>johnelmer</dc:creator>
      <dc:date>2025-02-17T16:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110208#M80397</link>
      <description>John&lt;BR /&gt;Thanks. I'll look into it&lt;BR /&gt;Jason&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Feb 2025 17:24:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1110208#M80397</guid>
      <dc:creator>JasonTisdall</dc:creator>
      <dc:date>2025-02-17T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1130719#M81330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If you're aiming to export a lot of data regularly, building your own custom script can definitely work, but you'll need to manage pagination and error handling carefully.&lt;BR /&gt;&lt;BR /&gt;Alternatively, using a third-party tool like &lt;A href="https://skyvia.com/connectors/hubspot" target="_blank" rel="noopener"&gt;Skyvia&lt;/A&gt; might save you some headaches—it handles those API quirks behind the scenes and lets you automate the exports easily.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 09:18:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1130719#M81330</guid>
      <dc:creator>RobertYoung</dc:creator>
      <dc:date>2025-04-02T09:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1132405#M81437</link>
      <description>&lt;P&gt;Nice&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 16:42:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Exporting-Data-via-API/m-p/1132405#M81437</guid>
      <dc:creator>zafarkahn</dc:creator>
      <dc:date>2025-04-05T16:42:57Z</dc:date>
    </item>
  </channel>
</rss>

