Comick.io Manga Zip Cbz Downloader avatar
Comick.io Manga Zip Cbz Downloader

Pricing

Pay per event

Go to Store
Comick.io Manga Zip Cbz Downloader

Comick.io Manga Zip Cbz Downloader

Developed by

Jan

Jan

Maintained by Community

This Apify Actor allows you to download manga chapters from Comick.io. It fetches manga images for a given title and selected chapters or volume, then packages them into a ZIP or CBZ file for easy download.

0.0 (0)

Pricing

Pay per event

0

Total users

4

Monthly users

4

Runs succeeded

50%

Last modified

8 hours ago

📚 What is Comick.io Manga Downloader?

This Apify Actor allows you to download manga chapters from Comick.io. It fetches manga images for a given title and selected chapters or volume, then packages them into a ZIP or CBZ file for easy download.

💡 What does it do?

  • Downloads manga chapters or a whole volume from Comick.io.
  • Supports filtering by language, chapter range, or volume.
  • Packages all downloaded images into a ZIP or CBZ file.
  • Provides a public URL to the output file for easy access.

⬇️ Input

The actor accepts the following inputs:

  • url (string, required): The URL of the manga title page on comick.io (e.g., https://comick.io/comic/00-sousou-no-frieren).
  • startingChapter (integer, optional): The chapter number to start downloading from.
  • endingChapter (integer, optional): The chapter number to stop downloading at.
  • volume (integer, optional): The volume number to download. Cannot be used with chapter range.
  • lang (string, optional): The language code (default: "en").
  • format (string, required): The output file format. Supported values: "zip" or "cbz".

📤 Output

The actor outputs:

  • A ZIP or CBZ file containing the downloaded manga images, organized by chapter.
  • The public URL to the output file.
  • Metadata about the chapters downloaded.

Example output:

{
"zipFileName": "00-sousou-no-frieren.cbz",
"zipFileUrl": "https://api.apify.com/v2/key-value-stores/xxx/records/00-sousou-no-frieren.cbz"
}

Additionally, chapter metadata is pushed to the default dataset.

🚀 Usage

  1. Provide the required url and format, specify startingChapter and endingChapter or volume, and optionally set lang to change manga language from default value en.
  2. Run the actor.
  3. Download your manga from the provided output file URL.

This actor is not affiliated with or endorsed by Comick.io. Use responsibly and respect the site's terms of service.