😎
Anime Scraper
  • INTRODUCTION
  • Gogoanime
    • getRecentAnime
    • getPopularAnime
    • getFromLink
    • search
    • getEpisodes
    • fetchAnime
Powered by GitBook
On this page

Was this helpful?

  1. Gogoanime

search

Returns the list of the related anime to given name

PreviousgetFromLinkNextgetEpisodes

Last updated 3 years ago

Was this helpful?

Name

Type

Description

name

name of the anime

options.page

|

Page number of the search

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