Instagram Bulk DM avatar
Instagram Bulk DM

Pricing

$15.00/month + usage

Go to Store
Instagram Bulk DM

Instagram Bulk DM

Developed by

Createathon

Createathon

Maintained by Community

This Actor allows you to send personalized direct messages to multiple Instagram users with customizable delays between messages.

5.0 (1)

Pricing

$15.00/month + usage

5

Total users

22

Monthly users

22

Runs succeeded

91%

Last modified

15 days ago

You can access the Instagram Bulk DM programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "usernames": [
< "username1",
< "username2"
< ],
< "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?",
< "min_delay": 60,
< "max_delay": 180
<}' |
<apify call createathon/instagram-bulk-dm --silent --output-dataset

Instagram Bulk DM API through CLI

The Apify CLI is the official tool that allows you to use Instagram Bulk DM locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: