Javatpoint Logo
Javatpoint Logo

Python IMDbPY - Retrieving Person using Person ID

In this tutorial, we will demonstrate how to access a person's data using their person ID, which is an individual identification number assigned to everyone by IMDb. The search person method can be used to find people by name, but because many people have the same name, finding someone by their id is a preferable alternative.

The IMDb's data can be retrieved and managed using the Python module known as IMDbPY. In this tutorial, we'll look at how to use the search person method to find a person by their full title in the IMDb database.

We utilise the get_person() Method to search for a person using their ID.

Example 1:

Using get_person() Method:

Output

Paul Walker

Example 2:

Output

Salman Khan






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA