I want to find the mobile phone number from a Social URL profile or an email

We have two endpoints to find phone numbers.

  • One endpoint when you are searching from a Social Media URL or an email address
  • One endpoint when you are searching from a full name & a company name

For example, from a Linkedin URL, you can use:

https://gateway.datagma.net/api/ingress/v1/search?apiId=&username=https%3A%2F%2Flinkedin.com%2Fin%2Fraphaelazot&minimumMatch=1

From an email, you can use:

https://gateway.datagma.net/api/ingress/v1/search?apiId=&email=raphael%40datagma.com&minimumMatch=1

📘

If you have the LinkedIn URL and the email, we recommend using both in the same call; we will automatically waterfall to find the most numbers possible.

Like this:

https://gateway.datagma.net/api/ingress/v1/search?apiId=&email=raphael%40datagma.com&username=https%3A%2F%2Flinkedin.com%2Fin%2Fraphaelazot&minimumMatch=1

📘

Datagma can verify if the numbers are linked to a WhatsApp account !

If you want to check if the number is linked to a WhatsApp account, you can also put this parameter as true.

whatsappCheck=true

I want to find the mobile phone number from a full name & a company name

To find a phone number from a full name & a company name, you have to use the enrich endpoint and add this parameter:

&phoneFull=true

Try now ⬇

https://gateway.datagma.net/api/ingress/v2/full?apiId=&data=MAYD&phoneFull=true&fullName=Federico Paullier

Here also, you can add.

whatsappCheck=true