Get Person
get_personRetrieve a person's complete IMDb career profile: credit count, career span, top titles, genres, and collaborators under a customizable credit definition.
Instructions
Everything known about one person, recomputed under whatever credit definition you pass.
Answers questions like: "Tell me about Samuel L. Jackson", "How many movies has Eric Roberts actually been in?", "What are Danny Trejo's best-known films?", "Is Bess Flowers mostly an extra?", "How long has James Hong been working, and in what genres?".
Takes an IMDb name id, either "nm0000168" or its numeric form 168. Returns the person's credit count under the definition you gave, career span, top titles by votes with the billing position and characters, genre and decade breakdowns, frequent collaborators, and the precomputed career, recognition and background-work statistics with their components exposed. This is the one tool that returns full component detail; the ranking tools return compact rows.
The recognition and background-work blocks are always the default-definition values and do not move when you change the credit definition, which the response states. Change the definition to answer follow-ups directly: "restrict to theatrical films" is include_tv_series=false, include_tv_movies=false, include_video=false; "count every episode" is include_tv_episodes=true with count_series_as_one=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes | ||
| top_titles | No | ||
| credit_definition | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||