Twitter X Image Downloader avatar

Twitter X Image Downloader

Under maintenance

Pricing

from $5.99 / 1,000 results

Go to Apify Store
Twitter X Image Downloader

Twitter X Image Downloader

Under maintenance

Twitter X Image Downloader lets you download high-quality images from X (Twitter) posts in seconds. Save single or multiple photos, preserve original resolution, and export images for research, content creation, archiving, and social media analysis with ease.

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeVanta

ScrapeVanta

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

13 days ago

Last modified

Share

Twitter (X.com) Image Downloader

Return every still image a post on X (Twitter) carries, largest first.

What you get

  • Every image the source publishes, ordered largest first, not just the default one.
  • Real metadata: title, uploader, upload date, duration, and the view, like and comment counts the site publishes.
  • A per-URL result, so one bad link no longer ends the run.
  • Optional file storage: leave it off to get the direct source URL, which is much faster and cheaper; turn it on to keep a copy in the run's key-value store.
  • Failed URLs are returned but never billed - see below.

Input

FieldTypeRequiredWhat it does
post_urlsarrayyesThe images posted on X to process. Accepts plain URLs or objects with a "url" key.
saveFilesToKeyValueStorebooleannoDownload the media and keep it in the run's key-value store, returning a link. Leave off to get the direct source URL only, which is much faster and cheaper.
maxFileSizeMbintegernoA file larger than this is not stored, and the record says why. Only applies when saving to storage.
proxyConfigurationobjectnoThe run rotates through a few IPs from this configuration when a site refuses one.

You are not charged for a URL that failed

Every previous version of this Actor pushed its error rows with charged_event_name="result" - the same paid event a successful result uses. A run over a hundred dead links cost exactly as much as a run over a hundred live ones.

Failures are still returned, because you need to know which URLs did not work, but they are not billed. Each one says what kind of failure it was and what to do about it:

failureKindWhat it means
ip-blockedThe site refused this run's IP. Enable a residential proxy.
geo-blockedNot available from that country. Set a proxy country.
login-requiredPrivate, or the site wants a signed-in session.
removedThe media no longer exists at that URL.
no-mediaA real page, but it carries no downloadable media.
age-restrictedGated behind an age check.
unsupportedNot a URL this Actor can resolve.
networkA transient failure. Running it again may work.

ip-blocked, geo-blocked and network are retried on a different IP before being reported. A removed video is not - it will still be removed.

Proxy

The run rotates through a few IPs from your proxy configuration and moves to a new one when a site refuses the current one. TikTok in particular refuses datacenter addresses outright - measured, a direct request returns "Your IP address is blocked from accessing this post" - so a residential group is worth setting for it.

What it cannot do

  • It does not sign in, so anything behind a login stays behind it.
  • It resolves what the site publishes. A site that changes its delivery can break resolution until the underlying extractor catches up.
  • Downloading media may be restricted by the source site's terms and by copyright. You are responsible for having the right to download and use what you fetch.