I have a list of companies:
New York Times
Sony
Washington Post
Panasonic
Toyota
others...
For each company in the list, I need the:
Company URL
Twitter @Username
LinkedIn Username
Facebook Username
Is there an API service that does that in an automated fashion? Maybe a combination of various services could work?
I don't know about the other networks, but for Facebook, you can simply locate the Page using a combination of API Search:
This will return a lot of Page IDs:
For most major companies, you can probably assume that the first ID in the list is the correct page. You could check by looking up each ID like so:
You will see in response two fields that are relevant:
website
andlikes
Likes will show the number of fans that the page have (you can probably assume that the one with the most fans is the correct page) and website will provide the company-specified URL of their website.