amazonpublishingassociate.com Open in urlscan Pro
66.45.253.226  Public Scan

Submitted URL: http://amazonpublishingassociate.com/
Effective URL: https://amazonpublishingassociate.com/
Submission: On June 26 via api from SG — Scanned from SG

Form analysis 3 forms found in the DOM

POST /thankyou/

<form id="regForm" action="/thankyou/" method="post">
  <!-- One "tab" for each step in the form: -->
  <div class="tab" style="display: block;">
    <h3>I am interested in:</h3>
    <!--<p><input placeholder="First name..." oninput="this.className = ''" name="fname"></p>-->
    <!--<p><input placeholder="Last name..." oninput="this.className = ''" name="lname"></p>-->
    <div>
      <input type="radio" id="pub-book" name="drone" value="Publishing my book">
      <label for="pub-book">Publishing my book</label>
    </div>
    <div>
      <input type="radio" id="hlp-book" name="drone" value="Help writing my book">
      <label for="hlp-book">Help writing my book</label>
    </div>
    <div>
      <input type="radio" id="promo-book" name="drone" value="Promoting my book">
      <label for="promo-book">Promoting my book</label>
    </div>
    <div>
      <input type="radio" id="match-book" name="drone" value="Matching me with a writing coach">
      <label for="match-book">Matching me with a writing coach</label>
    </div>
  </div>
  <div class="tab">
    <h3>What type of book do you plan to publish?</h3>
    <!--<p><input placeholder="E-mail..." oninput="this.className = ''" name="email"></p>-->
    <!--<p><input placeholder="Phone..." oninput="this.className = ''" name="phone"></p>-->
    <div>
      <select name="type-book-pub">
        <option value="">Select a genre:</option>
        <option value="Art">Art</option>
        <option value="Mystery">Mystery</option>
        <option value="Biography/Memoir">Biography/Memoir</option>
        <option value="Non-Fiction">Non-Fiction</option>
        <option value="Business">Business</option>
        <option value="Other">Other</option>
        <option value="Children's">Children's</option>
        <option value="Photography">Photography</option>
        <option value="Cooking">Cooking</option>
        <option value="Poetry">Poetry</option>
        <option value="Faith and Spirituality">Faith and Spirituality</option>
        <option value="Religion">Religion</option>
        <option value="Fiction">Fiction</option>
        <option value="Romance">Romance</option>
        <option value="Health">Health</option>
        <option value="Science Fiction">Science Fiction</option>
        <option value="History">History</option>
        <option value="Self-Help">Self-Help</option>
        <option value="Hobby/Special Interest">Hobby/Special Interest</option>
        <option value="Sports">Sports</option>
        <option value="Horror/Thriller">Horror/Thriller</option>
        <option value="Travel">Travel</option>
        <option value="Humor/Comedy">Humor/Comedy</option>
      </select>
    </div>
  </div>
  <div class="tab">
    <h3>Is your book completed?</h3>
    <div>
      <input type="radio" id="Yes" name="drone" value="Yes">
      <label for="Yes">Yes</label>
    </div>
    <div>
      <input type="radio" id="No" name="drone" value="No">
      <label for="No">No</label>
    </div>
  </div>
  <div class="tab">
    <h3>Your contact information</h3>
    <div class="row">
      <div class="col-sm-12">
        <div>
          <input type="text" id="full name" name="full_name" placeholder="Full Name">
        </div>
      </div>
      <div class="col-sm-6">
        <div>
          <input type="email" id="email" name="email" placeholder="Email Address">
        </div>
      </div>
      <div class="col-sm-6">
        <div>
          <input type="number" id="phone-number" name="phone" placeholder="Phone Number">
        </div>
      </div>
    </div>
  </div>
  <div style="overflow:auto;">
    <div>
      <button type="button" id="prevBtn" onclick="nextPrev(-1)" class="theme-btn btn-style-two" style="display: none;">Previous</button>
      <button type="button" id="nextBtn" onclick="nextPrev(1)" class="theme-btn btn-style-two">Next</button>
    </div>
  </div>
  <!-- Circles which indicates the steps of the form: -->
  <div style="text-align:center;margin-top:40px;">
    <span class="step active"></span>
    <span class="step"></span>
    <span class="step"></span>
    <span class="step"></span>
  </div>
</form>

POST /thankyou/

<form method="post" action="/thankyou/" id="contact-form">
  <input type="hidden" name="lead_url" value="amazonpublishingassociate.com/">
  <div class="row clearfix">
    <div class="form-group col-lg-12 col-md-6 col-sm-12">
      <div class="field-inner">
        <input type="text" name="full_name" value="" placeholder="Your Name" required="">
      </div>
    </div>
    <div class="form-group col-lg-6 col-md-6 col-sm-12">
      <div class="field-inner">
        <input type="email" name="email" value="" placeholder="Email Address" required="">
      </div>
    </div>
    <div class="form-group col-lg-6 col-md-6 col-sm-12">
      <div class="field-inner">
        <input type="number" name="telephone" value="" placeholder="Phone Number" required="">
      </div>
    </div>
    <div class="form-group col-lg-12 col-md-12 col-sm-12">
      <div class="field-inner">
        <textarea name="comments" placeholder="Write Message" required=""></textarea>
      </div>
    </div>
    <input type="hidden" name="form_name" class="popup_form" value="footer form">
    <input type="hidden" name=" lead_source " value="amazonpublishingassociate.com/">
    <input type="hidden" name="brand" value="amazonpublishingassociate.com">
    <div class="form-group col-lg-12 col-md-12 col-sm-12">
      <button class="theme-btn btn-style-one">
        <i class="btn-curve"></i>
        <span class="btn-title">Send message</span>
      </button>
    </div>
  </div>
</form>

POST /thankyou/

<form method="post" action="/thankyou/" id="contact-form">
  <input type="hidden" name="lead_url" value="amazonpublishingassociate.com/">
  <div class="row clearfix">
    <div class="form-group col-lg-12 col-md-12 col-sm-12">
      <div class="field-inner">
        <input type="text" name="full_name" value="" placeholder="Your Name" required="">
      </div>
    </div>
    <div class="form-group col-lg-6 col-md-6 col-sm-12">
      <div class="field-inner">
        <input type="email" name="email" value="" placeholder="Email Address" required="">
      </div>
    </div>
    <div class="form-group col-lg-6 col-md-6 col-sm-12">
      <div class="field-inner">
        <input type="number" name="telephone" value="" placeholder="Phone Number" required="">
      </div>
    </div>
    <div class="form-group col-lg-12 col-md-12 col-sm-12">
      <div class="field-inner">
        <textarea name="comments" placeholder="I am looking for ...." required=""></textarea>
      </div>
    </div>
    <input type="hidden" name="form_name" class="popup_form" value="popup form">
    <input type="hidden" name=" lead_source " value="amazonpublishingassociate.com/">
    <input type="hidden" name="brand" value="amazonpublishingassociate.com">
    <span class="form-extra-data"></span>
    <div class="form-group col-lg-12 col-md-12 col-sm-12">
      <button class="theme-btn btn-style-one">
        <i class="btn-curve"></i>
        <span class="btn-title">Send message</span>
      </button>
    </div>
  </div>
</form>

Text Content

Menu
 * Home
 * About Us
 * Services
   
   * Ghost Book Writing
   * Book Editing & Proofreading
     
   * Book Cover Design
   * Book Illustrations
   * Book Publishing
   * Book Printing
   * Book Marketing
   * Author Website
   * Audio Book Publishing
   * Video Book Publishing
 * Testimonials
 * Portfolio
 * Contact Us

(415) 993-8050
 * Home
 * About Us
 * Services
   
   * Ghost Book Writing
   * Book Editing & Proofreading
     
   * Book Cover Design
   * Book Illustrations
   * Book Publishing
   * Book Printing
   * Book Marketing
   * Author Website
   * Audio Book Publishing
   * Video Book Publishing
 * Testimonials
 * Portfolio
 * Contact Us



Our Location: 30 N Gould St, STE R, Sheridan, WY 82801

info@amazonpublishingassociate.com
(415) 993-8050

Welcome To Amazon Publishing Associate


WANT YOUR WORK TO REACH THE POTENTIAL READERS?

Our team of professionals has the passion to publish your work and help you
become an award winning author.


TAKE THE NEXT STEP

Get help from our sponsor that best suits your needs and budget. Just answer the
questions below.


I AM INTERESTED IN:

Publishing my book
Help writing my book
Promoting my book
Matching me with a writing coach


WHAT TYPE OF BOOK DO YOU PLAN TO PUBLISH?

Select a genre: Art Mystery Biography/Memoir Non-Fiction Business Other
Children's Photography Cooking Poetry Faith and Spirituality Religion Fiction
Romance Health Science Fiction History Self-Help Hobby/Special Interest Sports
Horror/Thriller Travel Humor/Comedy


IS YOUR BOOK COMPLETED?

Yes
No


YOUR CONTACT INFORMATION


Previous Next




ENABLING AUTHORSHIP DREAMS: AMAZON PUBLISHING ASSOCIATE HELPS WRITERS ACHIEVE
THEIR PUBLISHING AMBITIONS.

Drawing upon our extensive decade-long experience in the publishing industry,
Amazon Publishing Associate proudly presents an illustrious backlist featuring
hundreds of bestsellers. Our unwavering dedication to excellence has garnered us
a remarkable reputation within the publishing realm. As your all-encompassing
solution, Amazon Publishing Associate serves as a one-stop destination for all
your book-related requirements, encompassing book writing, publishing, and
marketing. Entrust us to be your steadfast partner in transforming your book
aspirations into reality, as we offer unparalleled expertise and comprehensive
services tailored to your needs.

GHOST BOOK WRITING SERVICE

BOOK EDITING & PROOFREADING SERVICE

BOOK COVER DESIGN SERVICE

BOOK ILLUSTRATIONS SERVICE

BOOK PUBLISHING SERVICE

BOOK PRINTING SERVICE

BOOK MARKETING SERVICE

AUTHOR WEBSITE DEVELOPMENT SERVICE

AUDIO BOOK PUBLISHING

VIDEO BOOK PUBLISHING


YOUR TRUSTED BOOK MARKETING COMPANY

Amazon Publishing Associate is a professional book publishing and marketing
agency committed to maximizing returns on authors' investments through optimized
marketing channels. As one of the largest book publishers globally, we offer a
publishing program that encompasses both traditional and self-publishing
options. With our support, authors have achieved bestseller status and prominent
placement in bookstores worldwide.


OUR PORTFOLIO.

Veronica Lagat

RETURN IN THE WINTER

EEEFY

THE DEEP WORLDS

Kevin John Cheek

THE FLOWERS OF THE HOSPITAL

Dennis Mcnutt

THE HOT HUNTER

EEEFY

THE RISING WIND

Aryam Ebrahim

THE DISHONEST KNIGHT'S VICTORY

Elisa Marie

3AM CELEBRATION

Wellington Chingwaro

BRIDGE IN THE MIST

Mairah Shawanda

LUCK IN THE FRAME

John Saunders

MEMORY IN THE WORLDS

Veronica Lagat

RETURN IN THE WINTER

EEEFY

THE DEEP WORLDS

Kevin John Cheek

THE FLOWERS OF THE HOSPITAL

Dennis Mcnutt

THE HOT HUNTER

EEEFY

THE RISING WIND

Aryam Ebrahim

THE DISHONEST KNIGHT'S VICTORY

Elisa Marie

3AM CELEBRATION

Wellington Chingwaro

BRIDGE IN THE MIST

Mairah Shawanda

LUCK IN THE FRAME

John Saunders

MEMORY IN THE WORLDS

‹›



WHY CHOOSE US



AT AMAZON PUBLISHING ASSOCIATE, WE EXCEL AT FORGING MEANINGFUL CONNECTIONS
BETWEEN AUTHORS AND READERS. WE UNDERSTAND THAT YOUR TRUE PASSION LIES IN
WRITING, WHICH IS WHY WE TAKE CARE OF THE MECHANICAL ASPECTS OF PUBLISHING,
PROMOTING, AND DISTRIBUTING YOUR BOOKS. BY ENTRUSTING US WITH THESE TASKS, YOU
CAN FREE UP YOUR TIME AND ENERGY TO FOCUS ON WHAT YOU LOVE MOST. CHOOSE
EXCELLENCE AND LET US HANDLE THE INTRICATE DETAILS, ENSURING YOUR WORK REACHES
ITS FULL POTENTIAL.



AS A DISTINGUISHED BOOK PUBLISHER, OUR FOCUS LIES IN EMPOWERING COMMUNITIES
CENTERED AROUND BUSINESS, ENTREPRENEURSHIP, LEADERSHIP, AND SELF-IMPROVEMENT. WE
TAKE PRIDE IN CURATING AND PUBLISHING BOOKS FROM BOTH EMERGING TALENTS AND
ESTABLISHED AUTHORS, GUIDING THEM TOWARDS THE PINNACLE OF SUCCESS. THROUGH OUR
DEDICATED EFFORTS, NUMEROUS AUTHORS HAVE ACHIEVED PRESTIGIOUS ACCOLADES,
INCLUDING BEST SELLER AND AMAZON CHOICE AWARDS. JOIN OUR ESTEEMED PUBLISHING
FAMILY AND LET US PROPEL YOUR BOOK TO NEW HEIGHTS OF RECOGNITION AND IMPACT.




REACH OUT TO US.

Send message

GET YOURSELF PUBLISHED ON VARIOUS PLATFORMS.

Here are some of the platforms we work with:

Make your mark as the next best-selling writer. Build your name and expand your
business.

EXPLORE

 * Book Writing & Publishing
 * Ghost Book Writing
 * Book Editing & Proofreading
 * Book Cover Design
 * Book Illustrations
 * Amazon-Publishing
 * Book Marketing

 * About Us
 * Contact Us
 * Portfolio
 * Testimonials
 * Privacy Policy
 * Terms of Use

CONTACT

 * 1968 S. Coast Hwy Laguna Beach, CA 92651 Santa Clara (California)
 * (415) 993-8050
 * info@amazonpublishingassociate.com

Amazon Publishing Associate | © Copyright 2023


PLEASE FILL THE FORM

so our representative can get in touch with you.
Send message
Disclaimer:
Amazon Publishing Associate is an independent entity (not connected in any way
with Amazon.com) helping self-reliant authors with book publishing and marketing
solutions. We believe in ethical business practices and abide by US Federal and
State Laws.
OK