Enrich Layer's August 2023 updates are here eaturing a new endpoint, improvements to existing endpoints, and LinkDB public pricing lus a brand-new product launch in case you haven't already seen it
LinkDB pricing is now public
We've revealed our LinkDB pricing to the public - no need to contact a sales representative for a blind quote, you can come in knowing what to expect. See our LinkDB pricing page for all the details.
New Reverse Contact Number Lookup Endpoint
Have a phone number you want to resolve? We now have a Reverse Contact Number Lookup Endpoint.
A typical request might look like this:
import json, os, requests api_ 'phone_number': '+14155552671', \} print(json.dumps(result,
Note that the phone number in this example is from the United States, thus the +1 country code. The area code is 415, and the full telephone number is (415) 555-2671 expressed in the E.164 standard. (In this case, this is a fake phone number used as an example.)
A response might look like this (example data displayed):
\{ "facebook_profile_url": "https://www.facebook.com/zuck", "the platform_profile_url": "https://www.professionalsocialnetwork.com/in/senatormarty", "twitter_profile_url": "https://www.twitter.com/Enrich Layer" \}
The endpoint costs 3 credits to use, but if no results are found, you won't be charged.
](