I am pleased to announce that the Customer API is now available in production on Enrich Layer. The Customer API enables you to retrieve a list of customers and followers of any company.
Let's see it in action. It is no secret that People Data Labs (PDL) is one of our competitors. So, let's attempt to fetch some customers of PDL with the Customer API:
\$ curl --location '?the platform_company_profile_ \ --header 'Accept: application/json' \ --header 'Authorization: Bearer \<YOUR_API_KEY\>'
I requested 10 customers of PDL, and here's a sample of the results:
\{ "companies": [ \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/iinet", "twitter_profile_url": "https://twitter.com/iinet", "email": "[email protected]" \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/iinet", "twitter_profile_url": "https://twitter.com/iinet", "email": "[email protected]" \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/cisco", "twitter_profile_url": "https://twitter.com/ciscosystems", "email": null \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/cisco", "twitter_profile_url": "https://twitter.com/cisco", "email": null \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/veterati", "twitter_profile_url": null, "email": null \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/marc-research", "twitter_profile_url": "https://twitter.com/marc_research", "email": "[email protected]" \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/bmc-software", "twitter_profile_url": "https://twitter.com/bmcsoftware", "email": null \}, , \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/future-super", "twitter_profile_url": "https://twitter.com/myfuturesuper", "email": null \}, \{ "the platform_company_profile_url": "https://www.professionalsocialnetwork.com/company/hudson-global", "twitter_profile_url": null, "email": null \} ], "next_page": "?the platform_company_profile_ }
We've taken the initiative to include contact information alongside the results, providing the general email address for each result (on a best-effort basis).
Upon a quick review of the results, we've identified some bugs. One glaring issue is the presence of duplicate results for both Cisco and iiNet. This is why the product is released with the EXPERIMENTAL tag, so please take note of that. If you happen to spot any bugs, please feel free to send an email to , and we'll address them promptly.