VOOZH about

URL: https://apify.com/amzar/file-unpacker

โ‡ฑ File Unpacker ยท Apify


๐Ÿ‘ File Unpacker avatar

File Unpacker

Under maintenance

Pricing

Pay per usage

Go to Apify Store

File Unpacker

Under maintenance

Download, extract, and instantly access ZIP archive contents automatically.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Amzar Mohamad

Amzar Mohamad

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 months ago

Last modified

Share

File Unpacker

Downloads and extracts archive files from URLs. Supports multiple archive formats and outputs the list of extracted files to a dataset.

Features

  • Multiple formats: ZIP, TAR, TAR.GZ, TAR.BZ2, and 7Z
  • Simple input: Just provide a URL to the archive file
  • Dataset output: Returns a list of all extracted files

How it works

  1. Provide a URL to an archive file
  2. The Actor downloads and extracts the file
  3. Results are saved to a dataset with file paths and metadata

Input

  • file_url (required): URL of the archive file to download
  • folder_path (optional): Output directory (default: ./storage/extracted)
  • max_file_size_mb (optional): Maximum file size in MB (default: 50)
  • file_name_prefix (optional): Prefix for extracted file names

Output

The Actor outputs a dataset with one record per extracted file containing:

  • file_url: The source archive URL
  • output_path: Where files were extracted
  • extracted_file: Path to the individual extracted file
  • max_file_size_mb: Maximum file size setting used
  • file_name_prefix: File name prefix (if provided)

Example Input

{
"file_url":"https://example.com/archive.zip",
"folder_path":"./storage/extracted",
"max_file_size_mb":50
}

Example Output

{
"file_url":"https://example.com/archive.zip",
"output_path":"storage/extracted",
"extracted_file":"storage/extracted/myfile.txt",
"max_file_size_mb":50,
"file_name_prefix":null
}

You might also like

Zip Download and Extraction Scraper

balathon/zip

This downloads a zip file from a provided URL and extracts its contents to a specified folder in the key-value store.

๐Ÿ‘ User avatar

Balasai Sigireddy

2

Zip Download Extraction Scraper

aluminum_jam/zip-download-extraction-scraper

Download ZIP files from URLs and automatically extract their contents with advanced features like retry logic, password protection, duplicate handling, and real-time progress tracking.

11

5.0

Zip Download Extraction Scraper

fresh_cliff/zip-download-extraction-scraper

Download and extract zip files automatically. Extract archives, process documents, analyze logs, backup files. Batch extract text, JSON, CSV content. Real-time data extraction API.

๐Ÿ‘ User avatar

Brennan Crawford

2

Zip Download and Extraction Scraper

alphabeta69/zip-download-and-extraction-scraper

Download a zipped file and extract it right away, no extra moves required.

Zip Download And Extraction Scraper

himalyancoder/Zip-Download-and-Extraction-Scraper

Download a zipped file and extract it right away, no extra moves required.

File Data Extractor

yasaslive/gemini-file-actor

Turn any document, image, or text file into structured data or concise summaries instantly.

MEGA File Downloader | Bypass Limit

easytools/mega-downloader-bypass-limit

Download MEGA files and folders fast, bypass common MEGA download limits, and get a ready-to-download file or ZIP.

2.6K

4.4

Related articles

How to download a file with cURL
Read more