instagram-media-mirror avatar

instagram-media-mirror

Pricing

Pay per usage

Go to Apify Store
instagram-media-mirror

instagram-media-mirror

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Даниил Дунаев

Даниил Дунаев

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Instagram Media Mirror

A tiny Apify Actor that downloads Instagram image previews outside your RU VDS and stores them into a named Apify key-value store.

Input

{
"storeName": "instagram-media-mirror",
"overwrite": false,
"requestTimeoutSec": 25,
"connectTimeoutSec": 8,
"items": [
{
"jobId": "redplus-123",
"recordKey": "instagram/redplus/123/preview",
"sourceUrl": "https://scontent.cdninstagram.com/example.jpg",
"fallbackUrls": ["https://fallback.example/img.jpg"],
"referer": "https://www.instagram.com/"
}
]
}

Output dataset item

{
"jobId": "redplus-123",
"ok": true,
"recordKey": "instagram/redplus/123/preview",
"storeId": "xxxx",
"storeName": "instagram-media-mirror",
"recordPublicUrl": "https://api.apify.com/...",
"contentType": "image/jpeg",
"bytes": 12345,
"sourceUrl": "https://...",
"finalUrl": "https://...",
"sha256": "..."
}