Database Reference
In-Depth Information
"sgn://typepad.com/?ident\u003dpetewarden": {
"types": [
"me"
]
}
}
}
}
}
MySpace
The early social network still holds information on a lot of people, and it exposes a surprisingly
large amount, including things like age and gender. This could come in handy if you need to do a
demographic analysis of your user base, though with the lack of activity on the site, the inform-
ation will become less useful as time goes by. You can use the API without any authentication:
curl "http://api.myspace.com/opensearch/people?searchBy=email&\
searchTerms=bill%40example.com"
{"startIndex":"1","itemsPerPage":"10","totalResults":"2",
"resultCount":"2","searchId":"34848869-de3b-415a-81ab-5df0b1ed82eb","entry":[{
"id":"myspace.com.person.3430419",
"displayName":"bill",
"profileUrl":"http:\/\/www.myspace.com\/3430419",
"thumbnailUrl":"http:\/\/x.myspacecdn.com\/images\/no_pic.gif",
"msUserType":"RegularUser",
"gender":"Female",
"age":"31",
"location":"",
"updated":"12\/12\/2010 6:49:11 PM",
"isOfficial":"0"},{
"id":"myspace.com.person.146209268",
"displayName":"Andy",
"profileUrl":"http:\/\/www.myspace.com\/146209268",
"thumbnailUrl":"http:\/\/x.myspacecdn.com\/images\/no_pic.gif",
"msUserType":"RegularUser",
"gender":"Male",
"age":"34",
"location":"",
"updated":"3\/26\/2010 1:14:00 PM",
"isOfficial":"0"}]}
Search WWH ::




Custom Search