Zip Extractor avatar
Zip Extractor

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Zip Extractor

Zip Extractor

Extracts files from ZIP archives. Input can be a URL or uploaded ZIP. Extracts contents and saves each file as a record in the Apify Key-Value Store, with sanitized filenames as keys. Ideal for automating data retrieval from compressed sources.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Daniel

Daniel

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

This Apify Actor extracts files from a ZIP archive. The archive can be provided as a URL or uploaded directly.

Input

The actor takes a single input field, zipFileUrl, which can be either a URL to a ZIP file or a file uploaded from your computer. For a detailed example, see the example_input.json file.

Output

The extracted files are saved to the default Apify Key-Value Store. Each file is saved as a record, where the key is the sanitized filename and the value is the content of the file.

For example, a file named my-folder/my-file.txt inside the zip archive will be saved with the key my-folder-my-file.txt.

How to Run

To run the actor, provide the input with the zipFileUrl. You can do this through the Apify Console, or locally using the Apify CLI.

Apify Console

In the Apify Console, you can either paste a URL or upload a file directly in the input section of the actor.