agencies.co Open in urlscan Pro
89.117.228.44  Public Scan

Submitted URL: https://nowagencies.com/
Effective URL: https://agencies.co/
Submission: On December 19 via api from BE — Scanned from US

Form analysis 2 forms found in the DOM

GET /portfolio/

<form action="/portfolio/" method="GET" class="flex flex-col">
  <p class="mb-1 text-white">Price ($)</p>
  <div class="dropdown mb-4">
    <select name="price" id="price" class="bg-white text-black rounded">
      <option value="">Select Price</option>
      <option value="0-500k"> $0 - 500k </option>
      <option value="500k-1m"> $500k - 1m </option>
      <option value="1m-2m"> $1m - 2m </option>
      <option value="2m-5m"> $2m - 5m </option>
      <option value="5m-10m"> $5m - 10m </option>
      <option value="10m+"> $10m + </option>
    </select>
  </div>
  <hr>
  <p class="mb-1 text-white">Revenue ($)</p>
  <div class="dropdown mb-4">
    <select name="revenue" id="revenue" class="bg-white text-black rounded">
      <option value="">Select Revenue</option>
      <option value="0-500k"> $0 - 500k </option>
      <option value="500k-1m"> $500k - 1m </option>
      <option value="1m-2m"> $1m - 2m </option>
      <option value="2m-5m"> $2m - 5m </option>
      <option value="5m-10m"> $5m - 10m </option>
      <option value="10m+"> $10m + </option>
    </select>
  </div>
  <hr>
  <p class="mb-1 text-white">EBITDA ($)</p>
  <div class="dropdown mb-4">
    <select name="ebitda" id="ebitda" class="bg-white text-black rounded">
      <option value="">Select EBITDA</option>
      <option value="0-500k"> $0 - 500k </option>
      <option value="500k-1m"> $500k - 1m </option>
      <option value="1m-2m"> $1m - 2m </option>
      <option value="2m-5m"> $2m - 5m </option>
      <option value="5m-10m"> $5m - 10m </option>
      <option value="10m+"> $10m + </option>
    </select>
  </div>
  <hr>
  <p class="mb-1 text-white">Agency Information</p>
  <div class="flex flex-col mb-4 mt-4">
    <p class="mb-0 accordion">Type</p>
    <div class="panel">
      <div class="px-8 pt-8 pb-2">
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="advertising" class="w-fit mr-2"> Advertising </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="analytics" class="w-fit mr-2"> Analytics </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="application-development" class="w-fit mr-2"> Application Development </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="branding" class="w-fit mr-2"> Branding </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="content-marketing" class="w-fit mr-2"> Content Marketing </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="creative" class="w-fit mr-2"> Creative </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="digital-marketing" class="w-fit mr-2"> Digital Marketing </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="e-commerce" class="w-fit mr-2"> E-commerce </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="earned-media" class="w-fit mr-2"> Earned Media </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="email-marketing" class="w-fit mr-2"> Email Marketing </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="enterprise-software" class="w-fit mr-2"> Enterprise Software </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="influencer" class="w-fit mr-2"> Influencer </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="lead-generation" class="w-fit mr-2"> Lead Generation </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="logo-design" class="w-fit mr-2"> Logo Design </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="paid-media" class="w-fit mr-2"> Paid Media </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="public-relations" class="w-fit mr-2"> Public Relations </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="retail-marketing" class="w-fit mr-2"> Retail Marketing </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="saas" class="w-fit mr-2"> SaaS </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="social-media" class="w-fit mr-2"> Social Media </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="video-production" class="w-fit mr-2"> Video Production </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="vr-ar" class="w-fit mr-2"> VR AR </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_type[]" value="web-design" class="w-fit mr-2"> Web Design </label>
      </div>
    </div>
  </div>
  <div class="flex flex-col mb-4">
    <p class="accordion mb-0">Location</p>
    <div class="panel">
      <div class="px-8 pt-8 pb-2">
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="california-usa" class="w-fit mr-2"> California, USA </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="connecticut-usa" class="w-fit mr-2"> Connecticut, USA </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="france" class="w-fit mr-2"> France </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="isle-of-man" class="w-fit mr-2"> Isle of Man, UK </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="israel" class="w-fit mr-2"> Israel </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="maryland-usa" class="w-fit mr-2"> Maryland, USA </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="new-york-usa" class="w-fit mr-2"> New York, USA </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="paris" class="w-fit mr-2"> Paris, France </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="tel-aviv-israel" class="w-fit mr-2"> Tel Aviv, Israel </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="texas-usa" class="w-fit mr-2"> Texas, USA </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="turkey" class="w-fit mr-2"> Turkey </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="uk" class="w-fit mr-2"> UK </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="united-kingdom" class="w-fit mr-2"> United Kingdom </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="location[]" value="usa" class="w-fit mr-2"> USA </label>
      </div>
    </div>
  </div>
  <div class="flex flex-col mb-4">
    <p class="accordion mb-0">Status</p>
    <div class="panel">
      <div class="px-8 pt-8 pb-2">
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_status[]" value="live" class="w-fit mr-2"> Live </label>
        <label class="flex hover:cursor-pointer">
          <input type="checkbox" name="p_status[]" value="sold" class="w-fit mr-2"> Sold </label>
      </div>
    </div>
  </div>
  <div class="flex flex-col gap-4">
    <input type="submit" value="Submit" class="btn-submit px-8 py-2 rounded bg-gold text-black hover:text-white hover:bg-black cursor-pointer transition-all">
  </div>
</form>

POST

<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_footercta" data-token="fde68207bd297a73b39f6585cdac6bcb" style="overflow-x: visible;">
  <div class="frm_form_fields ">
    <fieldset>
      <legend class="frm_screen_reader">Footer New Listing Subscription</legend>
      <div class="frm_fields_container">
        <input type="hidden" name="frm_action" value="create">
        <input type="hidden" name="form_id" value="4">
        <input type="hidden" name="frm_hide_fields_4" id="frm_hide_fields_4" value="">
        <input type="hidden" name="form_key" value="footercta">
        <input type="hidden" name="item_meta[0]" value="">
        <input type="hidden" id="frm_submit_entry_4" name="frm_submit_entry_4" value="7b055ce5e0"><input type="hidden" name="_wp_http_referer" value="/">
        <div id="frm_field_87_container" class="frm_form_field form-field  frm_required_field frm_none_container frm12 frm_first">
          <div id="field_8z667_label" class="frm_primary_label">Name <span class="frm_required" aria-hidden="true">*</span>
          </div>
          <fieldset aria-labelledby="field_8z667_label">
            <legend class="frm_screen_reader frm_hidden"> Name </legend>
            <div class="frm_combo_inputs_container" id="frm_combo_inputs_container_87" data-name-layout="first_last">
              <div id="frm_field_87-first_container" class="frm_form_field form-field frm_form_subfield-first  frm6" data-sub-field-name="first">
                <label for="field_8z667_first" class="frm_screen_reader frm_hidden"> Name </label>
                <input type="text" id="field_8z667_first" value="" name="item_meta[87][first]" placeholder="First Name" data-reqmsg="Name cannot be blank." aria-required="true" data-invmsg="Name is invalid" aria-invalid="false">
              </div>
              <div id="frm_field_87-last_container" class="frm_form_field form-field frm_form_subfield-last  frm6" data-sub-field-name="last">
                <label for="field_8z667_last" class="frm_screen_reader frm_hidden"> Name </label>
                <input type="text" id="field_8z667_last" value="" name="item_meta[87][last]" placeholder="Last Name" data-reqmsg="Name cannot be blank." aria-required="true" data-invmsg="Name is invalid" aria-invalid="false">
              </div>
            </div>
          </fieldset>
        </div>
        <div id="frm_field_173_container" class="frm_form_field form-field  frm_required_field frm_none_container">
          <label for="field_wrymt" id="field_wrymt_label" class="frm_primary_label">Company <span class="frm_required" aria-hidden="true"></span>
          </label>
          <input type="text" id="field_wrymt" name="item_meta[173]" value="" placeholder="Company" data-reqmsg="Company cannot be blank." aria-required="true" data-invmsg="Company is invalid" aria-invalid="false">
        </div>
        <div id="frm_field_48_container" class="frm_form_field form-field  frm_required_field frm_none_container frm12 frm_first">
          <label for="field_qpi8o" id="field_qpi8o_label" class="frm_primary_label">Email <span class="frm_required" aria-hidden="true">*</span>
          </label>
          <input type="email" id="field_qpi8o" name="item_meta[48]" value="" placeholder="Email" data-reqmsg="You must add your email address to the form" aria-required="true" data-invmsg="Email is invalid" aria-invalid="false">
        </div>
        <div id="frm_field_149_container" class="frm_form_field form-field ">
          <div class="frm_submit">
            <button class="frm_button_submit frm_final_submit" type="submit" formnovalidate="formnovalidate">Submit</button>
          </div>
        </div>
        <input type="hidden" name="item_key" value="">
        <div class="frm__6539b7c226456">
          <label for="frm_email_4"> If you are human, leave this field blank. </label>
          <input id="frm_email_4" type="text" class="frm_verify" name="frm__6539b7c226456" value="" autocomplete="off">
        </div>
        <input name="frm_state" type="hidden" value="yUGiG0Y4RxDHedCn9XY5MkZIOVLrEYBWxpt9p+53nfA=">
      </div>
    </fieldset>
  </div>
</form>

Text Content

Manage Consent


To provide the best experiences, we use technologies like cookies to store
and/or access device information. Consenting to these technologies will allow us
to process data such as browsing behaviour or unique IDs on this site. Not
consenting or withdrawing consent, may adversely affect certain features and
functions.
Functional Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose
of enabling the use of a specific service explicitly requested by the subscriber
or user, or for the sole purpose of carrying out the transmission of a
communication over an electronic communications network.
Preferences Preferences
The technical storage or access is necessary for the legitimate purpose of
storing preferences that are not requested by the subscriber or user.
Statistics Statistics
The technical storage or access that is used exclusively for statistical
purposes. The technical storage or access that is used exclusively for anonymous
statistical purposes. Without a subpoena, voluntary compliance on the part of
your Internet Service Provider, or additional records from a third party,
information stored or retrieved for this purpose alone cannot usually be used to
identify you.
Marketing Marketing
The technical storage or access is required to create user profiles to send
advertising, or to track the user on a website or across several websites for
similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about
these purposes

Accept Deny View preferences Save preferences View preferences
Cookie Policy Privacy Policy {title}
Skip to content
 * Home
 * Learn
 * Instant Valuation

Buy Sell


BUY AND SELL MARKETING AGENCIES WITH CONFIDENCE


FREE TO LIST. THE PREMIER MARKETPLACE FOR AGENCY ACQUISITIONS. FIND YOUR PERFECT
MATCH OR SELL YOUR AGENCY WITH EASE.

Get Started > Learn more
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 

--------------------------------------------------------------------------------


FRESH LISTINGS

Here's the latest agencies to be listed

CONTENT CREATION AGENCY WITH HUGE TECH CLIENTS SPECIALIZING IN SHORT FORM VIDEO
PRODUCTION

This Paris based agency excels in delivering dynamic branding, graphic design,
video production, and integrated marketing solutions for globally recognized
tech and entertainment brands. With a focus on high-impact results,…...

View listing

WELL-KNOWN B2B SOCIAL MEDIA MARKETING AND PR AGENCY WITH HUGE MARKET REACH AND
HIGH PROFILE LEADER SERVING MAJOR TECH CLIENTS

The Company specializes in driving measurable growth for Tech and B2B companies
through strategic marketing and influence-driven approaches. By focusing on
credibility-building and decision-maker engagement, we deliver tailored
strategies encompassing…...

View listing

PREMIER SHOPPER MEDIA SAAS PLATFORM GENERATING $7M IN NET REVENUE & $1.9M
EBITDA, OPTIMIZING $1B+ IN MEDIA SPEND FOR GLOBAL BRANDS!

Premier end-to-end solution provider for retailers and brands, with a strong
emphasis on optimizing supplier income and media investments. It operates
through three core components: a proprietary SaaS platform, a…...

View listing


WHAT MAKES US DIFFERENT?

AGENCY SELLERS

Listing an agency to sell

No listing fees
No deal, no fees
All buyers vetted

AGENCY BUYERS

Requesting more info

No sign up process
No buyer fees
All sellers vetted


RECENT ACQUISITIONS

--------------------------------------------------------------------------------

LEADERS GROUP X STAGWELL

We are thrilled to announce that our client, Leaders Group, a prominent Tel
Aviv-based influencer and digital marketing agency, has been acquired by
Stagwell, a global leader in marketing and communications. This acquisition
marks a significant milestone for Leaders Group, a

Read More...

--------------------------------------------------------------------------------

SPOTLIGHT MARKETING X MASON INTERACTIVE

We are pleased to announce that Spotlight Marketing has been acquired by Mason
Interactive, a leading name in digital marketing and advertising. This
acquisition represents an exciting opportunity for Spotlight Marketing to
integrate with a larger network, enhancing their ab

Read More...

--------------------------------------------------------------------------------

NEW NORTH X MOTION AGENCY

Agencies.co are pleased to announce the successful acquisition of New North by
their client Motion.

Motion, a podcast agency based in Virginia that works with tech companies, has
acquired New North, a growth agency that al

Read More...


WHAT OUR CLIENTS SAY

Having worked with the Agencies.co team, I can happily endorse the professional
services they provide. Agencies.co can help you turn your business into a
leading agency in the market. I recommend them highly.

"Agencies.co made the complex process of selling our agency straightforward and
efficient. Their expertise ensured a smooth transition and successful
acquisition by Mason Interactive."

Arjun Shukla, CEO, Spotlight A Marketing Company

"The Agencies.co team has managed the process of engagement and deal flow for us
in developing our Buy and Build strategy in our target market. We defined the
targets with them and they provided us with tons of potential opportunities
across a number of geographies. We have now completed two acquisitions with them
and are looking for a third. Great people to work with."

Bob Dearsley, Chief Executive, Huble Digital

"A professional service, knowledgeable and trusted to represent Aeorema PLC. The
industry is short of consultants that offer a similar service like Agencies.co"

Steve Quah, CEO, Aeorema Communications PLC


THINGS WE GET ASKED OFTEN

How do I get started?

Getting started is easy. Simply sign up on our platform and create your free
listing. From there, our team will guide you through the process and discuss
optional upgrades if you’re interested.



What happens if I don’t find a buyer?

In the rare event we can’t find a buyer, there’s no cost to you if you’ve only
listed for free. For upgraded services, our M&A process is guaranteed to find
you buyers, we will also work with you to adjust your strategy and ensure the
best chance of success. Our goal is to help you achieve the outcome you want.

Do I have to sell if I list my agency?

No, listing your agency doesn’t obligate you to sell. It’s an opportunity to
explore buyer interest and learn more about your agency’s market value. You’re
in complete control of the process.

Can you help me grow my agency before I sell?

Yes, we specialize in not only selling agencies but also helping them grow to
increase valuation. Whether it’s improving profitability, building recurring
revenue streams, or positioning your agency as an acquisition-ready business,
head to AgenciesX.com to sign up and our team will guide you through the
process.

What types of buyers use Agencies.co?

Our buyers range from private investors and strategic acquirers to larger
agencies looking to grow through acquisition. Many are specifically searching
for marketing agencies with recurring revenue models, niche specializations, or
strong client retention.

Do I need to provide financial details upfront?

Yes, we’ll need a basic understanding of your financials to evaluate your
agency’s potential and present it effectively to buyers. This typically includes
information like annual revenue, profit margins, and the percentage of recurring
income. Don’t worry—your information is kept strictly confidential.

What if I’m not ready to sell yet?

That’s perfectly fine. Preparing for a sale early is one of the smartest moves
you can make. We can help you position your agency for maximum value, even if
you don’t plan to sell for a few years. Starting now means you’ll be ready when
the time is right.

Can I still grow my business while preparing it for sale?

Absolutely! Many agency owners continue running and growing their businesses
while we work on their behalf to prepare for the sale and engage with buyers. In
fact, building momentum before the sale can significantly increase your agency’s
valuation.

How long does it take to sell my agency?

The typical process takes around six months, depending on your agency’s
readiness and market conditions. Our experienced team works diligently to create
buyer competition, which not only speeds up the process but also helps secure a
better valuation for your agency.

What are the benefits of upgrading my listing?

Upgrading your listing unlocks a range of additional services:

 * Professional Valuation: Get an expert valuation to understand your agency’s
   true worth.
 * Information Memorandum Creation: We craft a compelling document to present
   your agency to buyers, saving you time and effort.
 * Full M&A Process Management: Our team takes care of everything, from finding
   and engaging multiple buyers to negotiating the best possible deal. This is
   the best option if you are commited to selling and want to get a deal done
   within 6 months.



What does it cost to list my agency on Agencies.co?

Listing your agency on Agencies.co is completely free and risk-free. You’ll gain
visibility with our exclusive network of buyers without any upfront commitment.
If you decide to upgrade later, we offer additional paid services, but there’s
no obligation to do so.

How does Agencies.co help agency owners sell their businesses?

We specialize in helping agency owners like you maximize the value of their
business and connect with qualified buyers. Our platform allows you to list your
agency for free, making it visible to a network of interested buyers. If you
choose, we can also provide upgraded services like creating a professional
Information Memorandum (IM), performing a valuation, or running the entire sale
process with a guarantee to find buyers.

What percentage do Agencies.co take as commission?

We charge 5% of the consideration. If the deal is valued under $1,000,000 we
charge 10%. That’s the full valuation of the business, including earn-outs and
non-cash payments.

How do I get more information from a seller?

Click the “Sign NDA” button on any listing and fill out your contact details,
you will then digitally sign an NDA and your contact details will be presented
to the seller.

Do I need to register

You don’t have to register to list your agency or to request more information
from a seller. If you want to sell your agency just fill in our form linked from
the “Sell” button in the menu. If you’re looking for information on a seller,
click the sign NDA button and we will do the rest.

--------------------------------------------------------------------------------

QUICK FIND LISTING

Price ($)

Select Price $0 - 500k $500k - 1m $1m - 2m $2m - 5m $5m - 10m $10m +

--------------------------------------------------------------------------------

Revenue ($)

Select Revenue $0 - 500k $500k - 1m $1m - 2m $2m - 5m $5m - 10m $10m +

--------------------------------------------------------------------------------

EBITDA ($)

Select EBITDA $0 - 500k $500k - 1m $1m - 2m $2m - 5m $5m - 10m $10m +

--------------------------------------------------------------------------------

Agency Information

Type

Advertising Analytics Application Development Branding Content Marketing
Creative Digital Marketing E-commerce Earned Media Email Marketing Enterprise
Software Influencer Lead Generation Logo Design Paid Media Public Relations
Retail Marketing SaaS Social Media Video Production VR AR Web Design

Location

California, USA Connecticut, USA France Isle of Man, UK Israel Maryland, USA New
York, USA Paris, France Tel Aviv, Israel Texas, USA Turkey UK United Kingdom USA

Status

Live Sold


--------------------------------------------------------------------------------

QUICK LINKS

 * Home
 * Sellers
 * Pricing
 * Blog
 * Contact Us
 * Sitemap

LEGAL LINKS

 * Privacy Policy
 * General Terms & Conditions

NEW LISTINGS NOTIFICATION

Footer New Listing Subscription
Name *
Name
Name
Name
Company
Email *
Submit
If you are human, leave this field blank.
A Capital A Group Company
Agencies.co © 2023

--------------------------------------------------------------------------------


Manage consent