7 ms·
I wish there was an API where I could input as much info as I had array("firstName"=>"John","lastName"=>"Doe","zip"=>"12345") for example and it returns info on
by suking 14y ago
I wish there was an API where I could input as much info as I had array("firstName"=>"John","lastName"=>"Doe","zip"=>"12345") for example and it returns info on as many matches that go with the input and includes occupation, birth date, relatives, etc. That would be awesome...
- sumukh1 14y agoFullContact does something similiar. http://developer.fullcontact.com/ http://developer.fullcontact.com/
- suking 14y agoNo occupation or it would be pretty good, but that's mainly what I want. Does LinkedIn have an API that this would work with?
- kami8845 14y agojust code it yourself, as far as im concerned the website IS the api :)
- suking 14y agowhich site to scrape for occupation - linkedin I guess would work to get decent matches.