Instagram Poster avatar

Instagram Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Instagram Poster

Instagram Poster

Automate posting images to Instagram! Supports captions and hashtags. Image Posts - Post photos from URL. Captions - Add descriptions to your posts. Hashtags - Include relevant hashtags. Location Tags - Add location (when available).

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

2

Monthly active users

22 days ago

Last modified

Share

Instagram Automation Tool - Post images to Instagram with captions and hashtags. No API required - uses secure browser automation. Perfect for social media marketing, content scheduling, and brand management. Supports feed posts with optimal image handling.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Instagram password (not needed if using cookies)


Quick Start

Run with real data

{
"password": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions",
"imageUrl": "https://example.com",
"timeout": 120
}

Input Parameters

ParameterTypeDefaultRequiredDescription
usernamestring-NoInstagram username (not needed if using cookies)
passwordstring-Yes*Instagram password (not needed if using cookies)
cookiesstring-NoJSON array of cookies from logged-in browser session. Recommended for 2FA accounts. Not needed if using Cookie Manager.
cookieStorageKeystring-NoKey to load cookies from the Cookie Manager KV store (e.g. 'instagram-myaccount'). Use this instead of pasting cookies manually. Requires a prior run of the Cookie Manager actor to capture and store your session.
cookieKvStoreNamestring"cookie-sessions"NoName of the Key-Value store where Cookie Manager saved the session. Defaults to 'cookie-sessions'.
imageUrlstring-NoURL of the image to post (required - Instagram requires an image)
captionstring-NoPost caption text
hashtagsarray-NoHashtags to add (with or without # prefix)
timeoutinteger120NoMaximum time to wait for operations
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.
indexNowKeystring-NoOptional IndexNow API key for instant search engine indexing of posted content. Get your key at https://www.bing.com/indexnow

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post CreatedEach Instagram post created$0.05

Troubleshooting

"API key is required"

  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?


Built by John Rippy | Actor Arsenal

Running without credentials

If you run this actor without credentials, it returns clearly labeled sample data instead of posting. Each sample item includes demo: true and a notice field. Nothing is posted to Instagram and no task events are charged. Provide your own credentials in the input to post for real. Setting demoMode to true behaves the same way.