Search
Endpoint : https://scrapergo.vercel.app/api/search/[search]/1?mature=[value]
The https://scrapergo.vercel.app/api/search/[search]/1?mature=[value] endpoint provides a list of Manwha with associated metadata. Follow the steps below to make a request and understand the response.
Simple Fetch
Example :
GET https://scrapergo.vercel.app/api/search/beginning/1?mature=0
Response :
{
  "success": true,
  "data": [
    {
      "index": 0,
      "title": "Boss in School The Beginning",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2020%2F12%2FRead-Boss-in-School-The-Beginning-manhwa-for-free-175x238.jpg",
      "manwhaId": "boss-in-school-the-beginning"
    },
    {
      "index": 1,
      "title": "The Beginning After the End",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2020%2F06%2FThe-Beginning-After-the-End-tapas-free-manhwa-175x238.jpg",
      "manwhaId": "beginning-after-end"
    },
    {
      "index": 2,
      "title": "Legend The Beginning",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2019%2F03%2Fread-legend-the-beginning-free-action-webtoon-175x238.jpg",
      "manwhaId": "legend-the-beginning"
    }
  ]
}... more
For 18+
NOTE!! WILL RETURN ADULT CONTENT
put the value inside [?mature=0] -> [?mature=1]
Endpoint : https://scrapergo.vercel.app/api/search/[search]/1?mature=1
The https://scrapergo.vercel.app/api/search/[search]/1?mature=1 endpoint provides a list of Manwha that is for ADULTS ONLY
Example :
GET https://scrapergo.vercel.app/api/search/oppa/1?mature=1
Response :
{
  "success": true,
  "data": [
    {
      "index": 0,
      "title": "Oppa Not There",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2024%2F02%2Foppa-175x238.png",
      "manwhaId": "oppa-not-there-2"
    },
    {
      "index": 1,
      "title": "Saving a Depopulated Elven Village with My Unstoppable Sex Drive",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2023%2F12%2FSaving-a-Depopulated-Elven-Village-with-My-Unstoppable-Sex-Drive-toptoon-manhwa-free-175x238.jpg",
      "manwhaId": "saving-depopulated-elven-village"
    },
    {
      "index": 2,
      "title": "Oppa, Not There",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2020%2F11%2FRead-Oppa-Not-There-manga-Read-Oppa-Not-There-manhwa-1-175x238.jpg",
      "manwhaId": "oppa-not-there"
    },
    {
      "index": 3,
      "title": "My Sweet Home",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2024%2F05%2FMSH_Cover-175x238.jpg",
      "manwhaId": "my-sweet-home-2"
    },
    {
      "index": 4,
      "title": "Secret Lessons With My Younger Sister",
      "image": "https://fiveu8fj384j3f329dfs.onrender.com/p/?url=https%3A%2F%2Ftoonily.com%2Fwp-content%2Fuploads%2F2024%2F05%2Fsister-175x238.jpg",
      "manwhaId": "secret-lessons-with-my-younger-sister"
    }
  ]
}... more
NEXT >
Example (NextJS)