<?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: Search with Custom Properties in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/476115#M45796</link>
    <description>&lt;P&gt;So...it seems you can do this if you have Enterprise edition. This is EXTREMELY customer unfriendly. A CRM that costs 5-figures annually for "Professional" and I'm held hostage to paying even more? What "Professional" wants to enter information into a CRM, only to be unable to find it! Come on Hubspot. &lt;A href="https://knowledge.hubspot.com/crm-setup/manage-your-properties" target="_blank"&gt;https://knowledge.hubspot.com/crm-setup/manage-your-properties&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 18:54:10 GMT</pubDate>
    <dc:creator>dwf</dc:creator>
    <dc:date>2021-08-09T18:54:10Z</dc:date>
    <item>
      <title>Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240064#M18960</link>
      <description>&lt;P&gt;Hello, I’m trying to figure out a way to find contacts with a custom property.  I’m trying to implement one way sync from our internal system to hubspot.  I have a property called ‘internal-account-id’.  It appears search only works with name and email.&lt;/P&gt;
&lt;P&gt;Am I missing something? Ideas / suggestions welcome.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:25:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240064#M18960</guid>
      <dc:creator>eblanchette1</dc:creator>
      <dc:date>2017-05-03T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240065#M18961</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hubspot.com/u/eblanchette"&gt;@eblanchette&lt;/A&gt; That is correct, Search only works for name/email and phone number.   You will have to bring back all of the contacts and parse through them.&lt;/P&gt;
&lt;ASIDE class="onebox whitelistedgeneric"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://developers.hubspot.com/hs-fs/hub/428357/file-2168997910-ico/favicon.ico?t=1511211924848" class="site-icon" width="16" height="16" /&gt;
      &lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" target="_blank" rel="nofollow noopener"&gt;developers.hubspot.com&lt;/A&gt;
  &lt;/HEADER&gt;
  &lt;ARTICLE class="onebox-body"&gt;
    

&lt;H3&gt;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" target="_blank" rel="nofollow noopener"&gt;Get all contacts | Contacts API&lt;/A&gt;&lt;/H3&gt;

&lt;P&gt;GET  /contacts/v1/lists/all/contacts/all - For a given portal, return all contacts that have been created in the portal.&lt;/P&gt;


  &lt;/ARTICLE&gt;
  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;
  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;
&lt;/ASIDE&gt;</description>
      <pubDate>Wed, 03 May 2017 19:45:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240065#M18961</guid>
      <dc:creator>3PETE</dc:creator>
      <dc:date>2017-05-03T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240066#M18962</link>
      <description>&lt;P&gt;Can you write an example according to his request?&lt;/P&gt;
&lt;P&gt;Because I do not understand how to stitch this url.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo&amp;amp;property=internal-account-id" rel="nofollow noopener"&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo&amp;amp;property=internal-account-id&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;
or&lt;BR /&gt;
&lt;STRONG&gt;&lt;A href="https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo&amp;amp;property=internal-account-id-1" rel="nofollow noopener"&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo&amp;amp;property=internal-account-id-1&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;
or&lt;BR /&gt;
&lt;STRONG&gt;other&lt;/STRONG&gt; ？&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 02:40:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240066#M18962</guid>
      <dc:creator>phpstudyOne</dc:creator>
      <dc:date>2017-06-06T02:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240067#M18963</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hubspot.com/u/phpstudyone"&gt;@phpstudyOne&lt;/A&gt; Here is a link to the docs.  There is an example on there among other things.&lt;/P&gt;
&lt;ASIDE class="onebox whitelistedgeneric"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://developers.hubspot.com/hs-fs/hub/428357/file-2168997910-ico/favicon.ico?t=1511211924848" class="site-icon" width="16" height="16" /&gt;
      &lt;A href="https://developers.hubspot.com/docs/methods/contacts/search_contacts" target="_blank" rel="nofollow noopener"&gt;developers.hubspot.com&lt;/A&gt;
  &lt;/HEADER&gt;
  &lt;ARTICLE class="onebox-body"&gt;
    

&lt;H3&gt;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/search_contacts" target="_blank" rel="nofollow noopener"&gt;Search for contacts by various criteria | Contacts API&lt;/A&gt;&lt;/H3&gt;

&lt;P&gt;GET  /contacts/v1/search/query - For a given portal, return contacts and some data associated with those contacts by the contact's email address or name.&lt;/P&gt;


  &lt;/ARTICLE&gt;
  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;
  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;
&lt;/ASIDE&gt;</description>
      <pubDate>Tue, 06 Jun 2017 12:28:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240067#M18963</guid>
      <dc:creator>3PETE</dc:creator>
      <dc:date>2017-06-06T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240068#M18964</link>
      <description>&lt;P&gt;Is there any upcoming support for a custom property search?  Email, name and company names are mutable.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:11:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240068#M18964</guid>
      <dc:creator>eblanchette1</dc:creator>
      <dc:date>2017-06-06T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240069#M18965</link>
      <description>&lt;P&gt;Not at the moment, no.  I will be happy to pass this info along to the product team so they can track the request.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:57:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240069#M18965</guid>
      <dc:creator>3PETE</dc:creator>
      <dc:date>2017-06-06T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240070#M18966</link>
      <description>&lt;P&gt;Inability to search for contacts on custom properties seriously makes this CRM stupidly unusable for any use-case that doesn’t rely 100% on email as the unique identifier. Please fix this asap.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 00:42:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240070#M18966</guid>
      <dc:creator>nado</dc:creator>
      <dc:date>2017-09-26T00:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240071#M18967</link>
      <description>&lt;P&gt;nothing personal I really hate this API.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 07:29:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240071#M18967</guid>
      <dc:creator />
      <dc:date>2017-10-25T07:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240072#M18968</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hubspot.com/u/pmanca"&gt;@pmanca&lt;/A&gt;, where can we track this request for a custom property search? I know HubSpot is a young CRM, but please tell us this is in the works haha&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 20:34:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240072#M18968</guid>
      <dc:creator>John</dc:creator>
      <dc:date>2018-01-05T20:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240073#M18969</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hubspot.com/u/john_ascend"&gt;@john_ascend&lt;/A&gt; Right now it isn’t in the immediate future for this feature to be built, much of our focus in early 2018 will be around the services product we announced back in September.&lt;/P&gt;
&lt;P&gt;Here is a link for our current Ideas as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/custom/page/page-id/ideaslandingpage" class="onebox" target="_blank"&gt;https://community.hubspot.com/t5/custom/page/page-id/ideaslandingpage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:33:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240073#M18969</guid>
      <dc:creator>3PETE</dc:creator>
      <dc:date>2018-01-05T21:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240074#M18970</link>
      <description>&lt;P&gt;The solution may not be convenient if the number of contacts is fairly big&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:05:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240074#M18970</guid>
      <dc:creator />
      <dc:date>2018-03-06T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240075#M18971</link>
      <description>&lt;P&gt;basically this renders all marketing that relates to other social media platforms useless.&lt;/P&gt;
&lt;P&gt;I.e facebook, wechat, etc. You'll basically need to create dummy email addresses for each user creating double the number of contacts.&lt;/P&gt;
&lt;P&gt;e.g get email: &lt;A href="mailto:32465736@facebook.com"&gt;32465736@facebook.com&lt;/A&gt; -&amp;gt; strip &lt;SPAN class="mention"&gt;@facebook.com&lt;/SPAN&gt; to get ID to use in API&lt;/P&gt;
&lt;P&gt;where as if this was actually usable with custom properties, it would be -&amp;gt; find user with facebook_id -&amp;gt; use in API&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 07:15:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240075#M18971</guid>
      <dc:creator>dannio</dc:creator>
      <dc:date>2018-03-21T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240076#M18972</link>
      <description>&lt;P&gt;Not being able to perform an api search on custom properties is really limiting what we can do with your platform. Please add this functionality.  Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 19:28:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240076#M18972</guid>
      <dc:creator>bludkiewicz</dc:creator>
      <dc:date>2018-06-28T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240077#M18973</link>
      <description>&lt;P&gt;This is definitely something we need. I hope this functionality gets added soon.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 06:57:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240077#M18973</guid>
      <dc:creator>hannuCR</dc:creator>
      <dc:date>2018-10-15T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240078#M18974</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;While &lt;A class="mention" href="https://community.hubspot.com/u/pmanca"&gt;@pmanca&lt;/A&gt; and I can and have passed this feedback along internally, the &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas"&gt;HubSpot Community Ideas Forum&lt;/A&gt; is the best place to share feature requests. The product teams regularly monitor posts and generally prioritize ideas which have the most engagement from and greatest potential impact on users. Indeed, custom property search is currently available &lt;EM&gt;in the HubSpot app&lt;/EM&gt; because of user feedback on &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Search-contacts-companies-and-deals-by-custom-properties/idi-p/11081"&gt;this post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I found &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Search-contacts-companies-and-deals-by-custom-properties/idi-p/32113"&gt;this idea&lt;/A&gt;, but my upvote today was the first. If you would like such an API endpoint added, please upvote and comment on the post.&lt;/P&gt;
&lt;P&gt;I recommend including as much detail as possible per &lt;A href="https://community.hubspot.com/t5/Community-Guidelines/HubSpot-Idea-Exchange-Submission-Guidelines/m-p/11670#M10"&gt;these best practices&lt;/A&gt;. The more the product teams understand a feature's use case, the more accurate they will be when scoping the feature.&lt;/P&gt;
&lt;P&gt;Thank you for your understanding. I will close this topic to maximize feedback on &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Search-contacts-companies-and-deals-by-custom-properties/idi-p/32113"&gt;this idea&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 20:27:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/240078#M18974</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-10-16T20:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/283103#M26129</link>
      <description>&lt;P&gt;Any update on this?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 01:46:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/283103#M26129</guid>
      <dc:creator>sanjaydojo</dc:creator>
      <dc:date>2019-07-27T01:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/286478#M26472</link>
      <description>&lt;P&gt;I'd like to ask this as well, &lt;STRONG&gt;when will this be supported&lt;/STRONG&gt;? It is unbearable trying to do any real systems integration &lt;EM&gt;without&lt;/EM&gt; this capability.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 14:39:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/286478#M26472</guid>
      <dc:creator>aronhoekstra</dc:creator>
      <dc:date>2019-08-16T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/292469#M27225</link>
      <description>&lt;P&gt;Still no custom property search&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_screaming_in_fear:"&gt;😱&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:37:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/292469#M27225</guid>
      <dc:creator>brank87</dc:creator>
      <dc:date>2019-09-20T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/292479#M27232</link>
      <description>&lt;P&gt;Nope, not yet. Though I do have it on good authority this IS in the works and is currently undergoing beta testing. Not only custom fields but ability to search on ANY field. Not sure when it is going to be released but I think its just a few weeks away. Hang in there.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:24:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/292479#M27232</guid>
      <dc:creator>aronhoekstra</dc:creator>
      <dc:date>2019-09-20T17:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search with Custom Properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/299430#M28125</link>
      <description>&lt;P&gt;I'm still baffled that this post is still active and nothing has been done to implement this feature. This clearly has been implemented on the api.hubspot.com entrypoint and not the api.hubapi.com entry point.&amp;nbsp; I understand that these are two different services but I request ed this feature back in 2017.&amp;nbsp; The hubspot UI allows us to apply filters on the contacts view.&amp;nbsp; Why can't we have the same access? We have almost 200,000 contacts in our account and the current api limits us to 100 (although 250 seems to work).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Console Network Request:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-10-29 at 10.03.01 PM.png" style="width: 349px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21010i2DE532F0B1268188/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-10-29 at 10.03.01 PM.png" alt="Screen Shot 2019-10-29 at 10.03.01 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 02:14:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Search-with-Custom-Properties/m-p/299430#M28125</guid>
      <dc:creator>eblanchette</dc:creator>
      <dc:date>2019-10-30T02:14:44Z</dc:date>
    </item>
  </channel>
</rss>

