Instagram Media Downloader: HD Reels, Stories & Posts
Instagram Media Downloader: HD Reels, Stories & Posts — a Python client for the Apify Actor. Pull Instagram Media data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/instagram-media-downloader
Install
pip install instagram-media-downloader
Usage
from instagram_media_downloader import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
startUrls |
array | Instagram Links |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: sourceUrl, type, ownerUsername, caption, likes, views, filename, downloadUrl, thumbnail, scrapedAt, productType.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No Instagram Media login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No Instagram Media login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official Instagram Media API?
No. It is an unofficial Instagram Media data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/instagram-media-downloader
- 📚 Docs & examples: https://github.com/logiover/instagram-media-downloader
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with Instagram Media.
Release files for instagram-media-downloader 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| instagram_media_downloader-1.0.0.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| instagram_media_downloader-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / instagram_media_downloader-1.0.0.tar.gz
| Download URL | instagram_media_downloader-1.0.0.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c96eea9e7dc63706abb318ddb7bb01f652c59fa406080f6b102d5ee95245648
|
|
BLAKE2b-256 checksum How to use checksums |
236fb01e5ba89b07c31d1b0318dfffd1a823dadaca1713b20559403b6ff4c63f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / instagram_media_downloader-1.0.0-py3-none-any.whl
| Download URL | instagram_media_downloader-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8957b5cb228cf94c0f42f03ac68160de025aa91341bce84bb62248ea938afe37
|
|
BLAKE2b-256 checksum How to use checksums |
d0060fb32ed39ece480160130935eb039a1f948cc0c9993bd313e46642a435b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|