• Website
  • Server status
  • API documentation
  • Blog
Telegram Icon Community
EN
English
Português
Русский
中文 (中国)
Tiếng Việt
Log in Try for €1.99
  • Website
  • Server status
  • API documentation
  • Blog
  • Telegram Icon Community
  • English (US)
    English
    Português
    Русский
    中文 (中国)
    Tiếng Việt
Log in View Plans

Getting started with Multilogin X automation

Learn the basics of automation in Multilogin. Discover key concepts, benefits, and the best automation method for your needs.

search icon

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Getting started with Multilogin X automation
  • Basic automation with CLI
  • Low-code automation with Postman
  • Script runner & predefined scripts
  • Puppeteer, Selenium, and Playwright
  • Custom Python scripts
  • Quick solutions with Developer Tools
  • Home
  • breadcrumb separator bar
  • Multilogin X
  • breadcrumb separator bar
  • Task automation with API
  • breadcrumb separator bar
  • Getting started with Multilogin X automation
  • breadcrumb separator bar
  • Multilogin X automation FAQ

Multilogin X automation FAQ

Written by Yana S ( Updated on May 5th, 2025 )

Updated on May 5th, 2025

Automation in Multilogin X allows users to control multiple browser profiles without manually opening and interacting with them. This is especially useful for managing multiple accounts, automating tasks, and reducing repetitive work.

Who can use this feature?

  • 👨‍💻 Account owner and all team members
  • 💰 Available on all plans
 

🦾 What can be automated with Multilogin API endpoints?

You can automate almost any browser action, such as:

  • User management: sign in, get a new token, check folder permissions
  • Browser profile management: create, update, move, remove, restore, clone
  • Folder management: create, update, remove, list
  • Perform profile operations: start and stop profiles (regular and quick)
  • Get proxy information: create proxies, return the proxy details and check current proxy traffic balance
  • Cookie management: import, update and create a list

The full API endpoints list can be found in Multilogin X API page. Each of them includes script examples and parameter explanations.

 

🦾 Do I need coding skills to start?

No! If you are new with automation, check the theory essentials and proceed with CLI or Postman guides – it's easy to start, we promise!

🦾 How can I automate tasks in Multilogin X?

Multilogin X provides multiple ways to automate tasks, catering to different levels of expertise and use cases. Here’s the automation options in ascending order of complexity, from the easiest to the most advanced:

1. Postman API endpoints: no-code & beginner-friendly

No coding required, just send API requests!  You can automate profile creation, starting/stopping browser sessions, retrieving profile lists, and managing fingerprints.

📌 Example: Use API requests to create multiple profiles, launch them, and retrieve data automatically.

Multilogin X provides a comprehensive library of API endpoints that can be used via Postman or any HTTP client.

 

New to automation? Check the step-by-step Postman guide and automate your first tasks in 15 minutes 😎

Already familiar with essential endpoints? Jump to the script runner guide and explore our predefined scripts (ex. CookieRobot crawler).

 

2. CLI (Command Line Interface): still easy to start

Slightly more technical than Postman but still beginner-friendly, the CLI allows for quick automation via terminal commands. It's ideal for scripting repetitive tasks such as launching profiles, managing sessions, or performing batch operations.

📌 Example: multilogin start-profile --id <profile_id> can be used to launch profiles from scripts or scheduled tasks.

If CLI is your choice – check the full guide on how command line operates with Multilogin X. 

 

3. Script runner: level 2 for Postman users

Multilogin X provides a built-in script runner that allows executing predefined scripts through API calls. It requires basic understanding of available scripts but no deep coding knowledge.

📌 Example: CookieRobot script

4. Puppeteer, Selenium, or Playwright (requires programming knowledge)

Multilogin X supports Puppeteer, Selenium, and Playwright, allowing you to automate browser sessions, profile management, and web interactions.  You can control browser profiles programmatically using these automation frameworks, ensuring seamless integration with your existing workflows. Ideal for full browser automation and interaction with websites.

📌 Example: automate login, or scraping within isolated browser profiles

Any sample scripts? Yes, we provide example scripts for automations in Puppeteer, Selenium, and Playwright.

 

5. Custom scripts in Python (advanced)

Maximum flexibility but requires coding expertise: allows complex automation workflows and integration with third-party tools: if you are an advanced user, write your own custom scripts in Python to interact with the API, control browser sessions, or implement complex automation logic.

📌 Example: A Python script that retrieves all active profiles, starts them, and performs automated browsing actions.

🤖 What are the RPM limits in Multilogin X?

In Multilogin X, the API access rate per minute (RPM) varies depending on your subscription plan:

  • Pro 10: API access with a limit of 50 RPM
  • Pro 50, Pro 100: API access with a limit of 100 RPM
  • Business: API access with a limit of 100 RPM

These limits are designed to align with the varying requirements of different user tiers. For more detailed information, you can refer to Multilogin pricing page.

🤖 How are the RPMs shared between team members?

In Multilogin X, the API rate limits are shared collectively among all team members within a workspace. This means that the total RPM allocated to your subscription plan is distributed across the entire team, rather than being assigned individually to each member. 

Consequently, if multiple team members are making API requests simultaneously, they collectively contribute to reaching the shared RPM limit. It's important to coordinate API usage within your team to ensure that the shared rate limit is utilized efficiently and to prevent exceeding the allocated RPM.

How can I get higher rate limits?

In case you want to explore higher limits, consider upgrading to a higher plan or generating an automation token instead of using the regular token.

What happens if I exceed my API limit?

If you send more than 50/100 requests in one minute (the limit depends on your subscription type), the system will reject extra requests until the next minute.

Feeling that the current automation token limits are not enough for your use-case? Contact support anytime at [email protected] and we will help you upgrade.

 

🤖 Can I use a local WebDriver instead of a remote WebDriver?

No. Controlling your Multilogin browser profiles via Selenium, Puppeteer, and Playwright is only possible through a remote WebDriver. Attempting to use a local WebDriver when operating Multilogin browsers will cause the automation to fail.

🤖 Does Multilogin support Robotic Process Automation (RPA)?

No. Multilogin currently does not support RPA tools.

automation api faq bulk creation traffic usage start page

Was this article helpful?

Give feedback about this article

In this article

  • 🦾 What can be automated with Multilogin API endpoints?
  • 🦾 Do I need coding skills to start?
  • 🦾 How can I automate tasks in Multilogin X?
  • 1. Postman API endpoints: no-code & beginner-friendly
  • 2. CLI (Command Line Interface): still easy to start
  • 3. Script runner: level 2 for Postman users
  • 4. Puppeteer, Selenium, or Playwright (requires programming knowledge)
  • 5. Custom scripts in Python (advanced)
  • 🤖 What are the RPM limits in Multilogin X?
  • 🤖 How are the RPMs shared between team members?
  • How can I get higher rate limits?
  • What happens if I exceed my API limit?
  • 🤖 Can I use a local WebDriver instead of a remote WebDriver?
  • 🤖 Does Multilogin support Robotic Process Automation (RPA)?

Multilogin community

Stay informed, share your thoughts, and engage with others!

Telegram Icon Join us on Telegram

Read more on the topic

Blog Post Img

10 Best Datacenter Proxies for Web Scraping (2025 Edition)

Apr 2, 2025 5 min read
Google SERP Img

What is a Google SERP Proxy and Why Should You Care?

Apr 1, 2025 6 min read
UK Proxy Img

What Are Dedicated UK Proxies? Everything You Need to Know

Apr 1, 2025 6 min read
Related Article Title Icon

Related Articles

  • Multilogin X API automation: beginners guide
  • API basics: key terms & concepts
  • How to auto-launch the agent

ANTIDETECT PLATFORM

  • Antidetect browser
  • Mobile antidetect browser
  • Headless browser
  • Multilogin residential proxies
  • Multi-account management
  • Web automation

RESOURCES

  • Knowledge base
  • API documentation
  • Glossary
  • Blog
  • Multilogin 6 download
  • Server status
  • Release notes

PLATFORM PROXIES

  • Google proxy
  • Facebook proxy
  • Reddit proxy
  • Twitter proxy
  • Amazon proxy
  • LinkedIn proxy

GEO PROXIES

  • Japan proxy
  • UK proxy
  • USA proxy
  • China proxy
  • Canada proxy
  • India proxy

MULTI-ACCOUNT MANAGEMENT

  • Create multiple Facebook accounts
  • Create multiple LinkedIn accounts
  • Create multiple Amazon accounts
  • Create multiple eBay accounts
  • Create multiple Gmail accounts
  • Create multiple Discord accounts

COMPARISON

  • Multilogin vs. Gologin
  • Multilogin vs. Adspower
  • Multilogin vs. Dolphin Anty
  • Multilogin vs. Incognition
  • Multilogin vs. Octo Browser

GET IN TOUCH

  • Contact 24/7 support
    [email protected]
  • Contact sales
  • Affiliate program
  • Careers

© 2025 Multilogin. All rights reserved.

  • Privacy policy
  • Terms of service
  • Cookie policy
Multilogin abstract watermark
  • ANTIDETECT PLATFORM

    • Antidetect browser
    • Mobile antidetect browser
    • Headless browser
    • Multilogin residential proxies
    • Multi-account management
    • Web automation
  • RESOURCES

    • Knowledge base
    • API documentation
    • Glossary
    • Blog
    • Multilogin 6 download
    • Server status
    • Release notes
  • MULTI-ACCOUNT MANAGEMENT

    • Create multiple Facebook accounts
    • Create multiple LinkedIn accounts
    • Create multiple Amazon accounts
    • Create multiple eBay accounts
    • Create multiple Gmail accounts
    • Create multiple Discord accounts
  • COMPARISON

    • Multilogin vs. Gologin
    • Multilogin vs. Adspower
    • Multilogin vs. Dolphin Anty
    • Multilogin vs. Incognition
    • Multilogin vs. Octo Browser
  • PLATFORM PROXIES

    • Google proxy
    • Facebook proxy
    • Reddit proxy
    • Twitter proxy
    • Amazon proxy
    • LinkedIn proxy
  • GEO PROXIES

    • Japan proxy
    • UK proxy
    • USA proxy
    • China proxy
    • Canada proxy
    • India proxy
  • GET IN TOUCH

    • 24/7 support: [email protected]
    • Contact sales
    • Affiliate program
    • Careers
Multilogin abstract watermark
  • Privacy policy
  • Terms of service
  • Cookie policy

© 2025 Multilogin. All rights reserved.

Expand