2 min read

How to Open Multiple Instances of Screaming Frog on Mac

Everyone in the SEO industry agrees that Screaming Frog is one of the most essential SEO tools. A tool where the majority of us cut our teeth with technical SEO and is used as a gateway to larger more enterprise solutions such as Oncrawl or Botify. Another thing you may not know, is that Screaming Frog is also a great tool for triggering localisation on Goolge maps. As such, for those in the local SEO business, you should pay particular attention to the following.

That being said, it isn’t perfect. One of the more annoying things about using Screaming Frog if you are on a Mac, is that you can’t open multiple instances or windows from the dock/launchpad/desktop.

Omi Sido recently tweeted the terminal command to open multiple instances of Screaming Frog. While helpful, it can be developed further for a bit more functionality, in the long run, saving you precious seconds.

Omi Sido Screaming Frog Tweet

How to launch multiple instances of Screaming Frog using the terminal

Rather than copying Omi, here is another way to do it:

  1. Open terminal
  2. Type Open -n -a “screaming frog SEO spider”

*Disclaimer, if you have renamed the Screaming Frog app you will need to change the text within the speech marks.

While opening SF with the terminal is pretty straight forward, it’s just a bit impractical – think of all the lost seconds compared to just launching it from the desktop or dock. Below is our solution…

How to create an executable desktop or dock icon for multiple instances of Screaming Frog

Using the above we now just want to be able to execute the above from our desktop/dock/launchpad.

  1. We need to create a .txt file with our command
    1. Open TextEdit
    2. Copy and paste:
      #!/bin/bash
      Open -n -a "screaming frog SEO spider"
    3. Save to desktop as a .command file
      1. For example Screaming Froggy.command
    4. Now we have the .command file we need to make it executable
      1. Open terminal
      2. Type chmod u+x
        1. Remember to add a space after the x
      3. Drag your shell file into the terminal window (after typing the above), which should give you something like…
        1. chmod u+x /users/you/desktop/screaming \froggy.command
      4. Hit enter
    5. Rejoice and open your screaming frog executable desktop icon
    6. To now close the terminal after the successful opening of an instance of SF we need to do the following
      1. Open terminal
      2. Navigate to preferences
      3. Within the upper left tabs navigate to profile
      4. Then in the central tabs navigate to shell
      5. Under the drop down “when the shell exits” change to “close if the shell exited cleanly”

Mac Terminal

You should now have an executable command that can be placed on your desktop or dock, which continually opens SF instances till your heart is content or your Mac implodes.

Bonus tip – Changing the icon image

      1. Save down a PNG or JPG of your choosing
        1. Link to the SF logo – From Twitter
      2. Open the image, in a preview
      3. In the top nav, Select all > copy
      4. Navigate back to the desktop and right-click on your executable file and select “Get info”
      5. In the top right click the small icon/image of the file and press cmd+v

You should now have an executable file with your own custom image.

Explore Our Services

DIGITAL PR 

Earn authoritative links and drive brand awareness with Digital PR

PAID SEARCH

Deliver instant traffic and revenue through Paid Search and Shopping

SOCIAL ADS

Reach new audiences and retarget existing ones on social channels 

CONTENT

Attract and engage website visitors with a well executed content strategy

What is Google Search Generative Experience? (SGE)

2 min read

What is Google Search Generative Experience? (SGE)

What is Google SGE? Think of Google SGE as your helpful buddy on the search results page. Instead of making you click on different websites, it pulls...

Read More
Harnessing High Search Volume Keywords for Maximum Impact

5 min read

Harnessing High Search Volume Keywords for Maximum Impact

Discover the power of high search volume keywords and how to effectively use them to boost your online presence and drive maximum impact.

Read More
Honcho partner with Eflorist to support Digital PR campaigns across Europe

2 min read

Honcho partner with Eflorist to support Digital PR campaigns across Europe

We're delighted to officially announce our partnership with Eflorist, one of the world’s leading flower delivery brands with over 54,000 local flower...

Read More

Install python modules and libraries using IDLE on MAC

Python can be a great tool for Search Marketers allowing us to automate repetitive tasks and work with large data sets to analyse trends. This is...

Read More

How to use gquestions.py and Pycharm

Recently there has been a lot of buzz around a script which allows you to scrape Google’s “People also ask” into either a CSV or a visual HTML file....

Read More

How to use Python & Pytrends to automate Google Trends data

In this article we’ll look at how we built a script in Python 3, using Pytrends to effectively automate data collection from Google Trends. Also...

Read More