Click here to Skip to main content
15,891,923 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a application and I require information like Email ID, Date of birth, location, Mobile no of customer which is relevant to my business,
is it possible to fetch same information from social sites like
a) Face book
b) Google
c) Linked in
d) Naukri.com
e) Just Dial
f) Twitter

At least I need idea for same how i can achieve this.

What I have tried:

trying to search on web but didn't find proper idea yet.
Posted
Updated 3-Jun-16 4:46am
Comments
F-ES Sitecore 3-Jun-16 4:30am    
If you want that information the best (and easiest) way is to simply ask them for it.
8421441333 3-Jun-16 5:53am    
lol...If i dont have any contact with them then how can i ask to them ?
i will search randomly by name only like Facebook ,and i want possible matches below.
phil.o 3-Jun-16 6:52am    
If you don't have any contact, it means that they are not your customers. It then resorts to gathering information on people who do not necessary want you to gather their informations.

I certainly hope that you can't scrape information like this from those sites - data protection regulations would expressly forbid them from disseminating this data without the owner's permission.
 
Share this answer
 
Comments
8421441333 3-Jun-16 6:20am    
So what should be the approch for following scenario

There is a need to automate the process where advisor will update the customer name in textbox and on a click of a button a search on all the possible websites on customer's demographic details can take place and a probable match thrown for ascertaining if it is a correct match or not
Each site has it's own API, possibly, which you would have to write code to interact with.

For Facebook, https://developers.facebook.com/[^]
For LinkedIn Home | LinkedIn Developer Network[^]
For Twitter, Twitter Developers[^]

Etc, etc.

It is possible someone has finally written a wrapper to make calling all these sites easy so you may want to search for that first. Or, you could write one and probably make a lot of money. :)
 
Share this answer
 
The approach would be that it is probably not possible
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900