<?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: Get all information with all the properties from contacts in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063825#M77868</link>
    <description>&lt;P&gt;Thank you for the answer&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;, I'm looking for a solution to not be manual because I want to store it in s3 with a script , so not quite sure if the export will work . It is for data extraction in a pipeline. Or will it work ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2024 15:55:32 GMT</pubDate>
    <dc:creator>caroacosta</dc:creator>
    <dc:date>2024-11-01T15:55:32Z</dc:date>
    <item>
      <title>Get all information with all the properties from contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063377#M77837</link>
      <description>&lt;P&gt;Hi !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm trying to export all the data from Contacts with all the properties , but I have 1,300 properties on the Contact object.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm using this code in python:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;contacts_all = client.crm.contacts.get_all(limit=100, properties=contacts_properties, archived=False)&lt;BR /&gt;&lt;BR /&gt;but it is taking too much time (I have an approx of 500K contacts). I know this could take time but not more than 10 hours :S&amp;nbsp; it is impossible in terms of data engineering. I know I can also do page by page&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;contacts&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;client&lt;/SPAN&gt;&lt;SPAN&gt;.crm.contacts.basic_api.get_page(&lt;/SPAN&gt;&lt;SPAN&gt;limit&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;contacts_properties&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;archived&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;False&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;but... is there any other possibility to extract all the information in order to do a full back up and full extraction of hubspot data ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 16:21:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063377#M77837</guid>
      <dc:creator>caroacosta</dc:creator>
      <dc:date>2024-10-31T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get all information with all the properties from contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063537#M77851</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/850536"&gt;@caroacosta&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. The other option is to use an export. You can either do this &lt;A href="https://knowledge.hubspot.com/import-and-export/export-records#export-records" target="_blank"&gt;&lt;STRONG&gt;in-app&lt;/STRONG&gt; &lt;/A&gt;or via the &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/exports" target="_blank"&gt;&lt;STRONG&gt;Exports API&lt;/STRONG&gt;&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 22:07:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063537#M77851</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-10-31T22:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get all information with all the properties from contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063825#M77868</link>
      <description>&lt;P&gt;Thank you for the answer&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;, I'm looking for a solution to not be manual because I want to store it in s3 with a script , so not quite sure if the export will work . It is for data extraction in a pipeline. Or will it work ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 15:55:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-all-information-with-all-the-properties-from-contacts/m-p/1063825#M77868</guid>
      <dc:creator>caroacosta</dc:creator>
      <dc:date>2024-11-01T15:55:32Z</dc:date>
    </item>
  </channel>
</rss>

