so Im using the Top 250 Movies database in IMDb's API and i need the genres and descriptions of all the movies but i looked in
CodePudding user response:
Use the following IMPORTXML:
For Plot use :
=IMPORTXML("imdb movie url","//*[@data-testid='plot-xl']")
For Genres use :
=IMPORTXML("imdb movie url","//*[@data-testid='genres']")
Example: