Novel-downloader
The Novel Scraper API provides three main endpoints: /api/novel/search to find novels by name, /api/novel/scrape to request chapters within a given range, and /api/novel/download to check the status of a job and retrieve the result once it's complete.
Novel-downloader endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getNovelName /api/novel/search |
get the name of the novel you want to search and the link to the novel |
| POST |
getNovelChaptersqueued /api/novel/scrape |
This endpoint accepts the chapter and name and starts the novel downloading process and responds with a job ID. You can use the job ID to get the status of the scraping process… |
| POST |
downloadscrpednovel /api/novel/download |
Use the generated job ID in the /getNovelChapterqueued response and use it here to get the status of the finished novel to download |
Novel-downloader pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $30 / month | — |
|