Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API to retrieve info about famous people [closed]

I'm looking for some callable way to get information about famous people and celebrities. Given a string, I'd like to determine if it's the name of a famous person, and if so, if they're alive and perhaps what category they fall into (e.g. Actor, Musician, Athlete).

Does anyone know of any publicly available APIs to do such a thing? The best I can come up with is Wikipedia, but it's pretty problematic because much of the info must be parsed, and isn't in a reliable and predictable format.

I'd also like to be able to offer suggestions for possible names when the initial search turns up nothing (since the strings will be from people and may contain misspellings).

like image 788
Sander Smith Avatar asked May 03 '11 16:05

Sander Smith


People also ask

What is API celebrities?

The Celebrity API is used to get detailed information about the celebrities found in the Entertainment API. Get filmographies, birthdays, images and more! Each subscription is tied to a solution and that solution contains the celebrities from the programs to which that solution has access.

Is Wikipedia API free?

Wikipedia and other Wikimedia projects are free, collaborative repositories of knowledge, written and maintained by volunteers from around the world. The Wikimedia API gives you open access to add this free knowledge to your projects and apps.

Can Google lens identify celebrities?

Google Lens in Pixel smartphones is now able to recognize photos and depictions of well-known people like actresses, celebrities, and politicians.

How do you get yourself searched on Google as a celebrity?

If you want to highlight some aspects of your public life, like links to your social network accounts, website, or even email, you can go to Google Search and search for yourself or simply tell Google to "add me to Search".


1 Answers

Try DBpedia, the "preparsed" (RDF) version of Wikipedia. It can be queried using SPARQL. It includes much of the info in the English-language Wikipedia.

like image 119
Fred Foo Avatar answered Sep 19 '22 12:09

Fred Foo