search

Returns the list of the related anime to given name

Name

Type

Description

name

name of the anime

options.page

Page number of the search

Gogoanime.search("naruto").then(results => {
// do something with results
})

Last updated

Was this helpful?