I've encountered an API issue, when search companies by phone number via search API, some of them with specific format are not in the results. For example, when query with "*7207159789", only #1/2/3 are returned, and #4/5 are not
I've encountered an API issue, when search companies by phone number via search API, some of them with specific format are not in the results. For example, when query with "*7207159789", only #1/2/3 are returned, and #4/5 are not
By the way, using the same query for contacts, all of the above phone numbers can be identified.
I wonder if this is a known issue, or if we can make it respond the same way as the Contact API.
Thanks.
It could be due to how phone numbers are processed and normalized by the API. The Contacts API seems to handle different phone number formats, such as with or without country codes, parentheses, or spaces, more flexibly. However, the Company Search API may not normalize phone numbers in the same way, leading to inconsistencies in search results. Additionally, the wildcard search query you're using ("*7207159789") might not be interpreted consistently across all formats. As a result, certain phone number formats may not return the expected results. This issue could be resolved by adjusting the search query or ensuring phone numbers are consistently formatted before querying.