hire virtual assistant
how it works pricing browse Services
sign in sign up
get started
    • how it works
    • pricing
    • browse
    • Services
    • sign in
    • sign up
    • get started
Hire virtual assistants

Hire Virtual Assistants in Phillippines

GET STARTED

Search our Virtual Assistants

Starting at $3/hour | Full Time | Part Time | 200,000+ Assistants | Hire Today!

−

SEARCH

Skills

Monthly Salary (USD)

$400$2 000$400$2 000$400 — $2 000

$400$2000

Rating

0

Search Results

Profile picture of Christian J.

Christian J.

5.0

Virtual Assistant | Social Media Manager | Remote Executive Partner

Digital Marketing, eCommerce, Instagram, Social Media Management, Communications, Content Writing, Copy Editing, Translation, Graphic Design, Instagram Marketing, Video Editing, Word, Customer Service, Data Entry, Email Handling, Excel, General Office, Virtual Assistant, Product Sourcing, Email Marketing, Social Media Marketing, English Grammar, Calendar Management, Cold Calling, Appointment Setting, Administrative Support, Content Creation, Google Search, Social Media Strategy

Philippines | Bachelor | Experience 2 years

$640/Month
($4/Hour)

Full-Time

Last logged:
-5 hours ago

Profile picture of Mukesh k.

Mukesh k.

5.0

Virtual Assistant | WordPress Developer | IT Expert | Google Certified Digital Marketing SEO, SMO, PPC Expert | Lead Generator | Grow Your Business Online

App Developer, Digital Marketing, Facebook Pixel, Google Analytics, Linkedin, SEO, Shopify, Social Media Management, Website Management, WordPress, Amazon Kindle, Product Descriptions, Research, Research Writing, Graphic Design, Instagram Marketing, Shopify Templates, Website Design, Customer Service, Customer Support, Virtual Assistant, Airbnb, CRM, Google AdSense, PPC Marketing, Search Engine Marketing, SEOMoz, Social Media Marketing, Display Ads, Banner Ads, SEO Audit, SEO Backlinking, Web Design, Amazon FBA

India | Master | Experience 10+ years

$1120/Month
($7/Hour)

Full-Time

Last logged:
7 hours ago

Profile picture of Theresa G.

Theresa G.

5.0

General Virtual Assistant | QuickBooks & Financial Reports | Admin + Accounting Support

Bookkeeping, Data Entry, Virtual Assistant, Accounting, Intuit QuickBooks, Xero, Microsoft Excel, Accounts Payable Management, Financial Reporting

Philippines | Bachelor | Experience 10+ years

$1120/Month
($7/Hour)

Freelance

Last logged:
16 hours ago

Profile picture of Jeux F.

Jeux F.

5.0

Customer Service | Operations Manager | Social Media Manager | Sales Admin

Communications, Graphic Design, Customer Service, Data Entry, Email Handling, Excel, Phone Support, Virtual Assistant, Operations Research, Administrative Support

Philippines | Bachelor | Experience 9 years

$960/Month
($6/Hour)

Full-Time

Last logged:
-7 hours ago

Profile picture of JOYCE A.

JOYCE A.

5.0

Virtual Assistant

Social Media Management, Social Networking, Typing, Advertisement Design, Graphic Design, Data Entry, Email Handling, Excel, Virtual Assistant, Administrative Support

Philippines | Bachelor | Experience 5 years

$640/Month
($4/Hour)

Full-Time

Last logged:
-7 hours ago

Profile picture of valerian m.

valerian m.

5.0

EXECUTIVE VIRTUAL ASSISTANT

Social Media Management, Bookkeeping, Customer Service, Customer Support, Data Entry, Email Handling, CRM, Project Management, Calendar Management, Lead Generation

Kenya | Bachelor | Experience 3 years

$1600/Month
($10/Hour)

Full-Time

Last logged:
-7 hours ago

Profile picture of Renelsa J.

Renelsa J.

5.0

3D Animator | Multi-Skilled Virtual Assistant | 7 Years Experienced VA

Digital Marketing, Social Media Management, Content Writing, Architectural Rendering, Graphic Design, Video Editing, Virtual Assistant, AutoCAD, Cold Calling, Appointment Setting

Philippines | Bachelor | Experience 7 years

$960/Month
($6/Hour)

Full-Time

Last logged:
-6 hours ago

Profile picture of Cherlene D.

Cherlene D.

5.0

Virtual Assistant

Customer Service, Data Entry, Email Handling, Virtual Assistant, Insurance, Cold Calling, Appointment Setting, Administrative Support, Policy Writing

Philippines | Bachelor | Experience 3 years

$1120/Month
($7/Hour)

Freelance

Last logged:
-6 hours ago

Profile picture of Darold A.

Darold A.

5.0

Amazon PPC Ads Campaign, Amazon Seller Account Virtual Assistant, Accountant, Shopify Expert Customer Service Representative, Customer Support Assistant, Digital Marketing, Onlyfans Chatters

Shopify, Social Media Management, Bookkeeping, Customer Support, Intuit QuickBooks, Leadership Development, Chat Support, SEO Keyword Research, Amazon FBA

Philippines | Bachelor | Experience 8 years

$1600/Month
($10.00/Hour)

Freelance

Last logged:
-6 hours ago

Profile picture of Julie A.

Julie A.

4.9

Admin Supervisor, Facility Manager, Sales Supervisor

Database Administration, Microsoft, Customer Service, Customer Support, Data Entry, Email Handling, Excel, Microsoft Outlook, Virtual Assistant, Airbnb, Brand Marketing, Leadership Development, Appointment Setting, Microsoft Excel, Administrative Support, Lead Generation

Australia | Bachelor | Experience 9 years

$501/Month
($3.13/Hour)

Full-Time

Last logged:
2 days ago

  • First
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • Last
Join For Free Banner
image

Want more Information?

We seek to create long-term relationships built on results.

Company Affilate Program Virtual Assistant Agency About Us Terms of Service Privacy Policy Services
ResourcesHow it WorksPricingBlogFAQ Contact Us
BrowsePost a jobGet a job
Follow Us
f
4801 Lang Ave NE Ste 110-1088 Albuquerque, NM 87109
Copyright © 2025 - eVertualAssistants All Rights Reserved.
; skillIds = skills.map(e => { return e.id }) $.each(selectedSkillIds, (i, id) => { idx = skillIds.indexOf(parseInt(id)) if (idx != -1) { v = skills[idx] selected = ''; $("#tags__selected").append(selected); } }) } if (WorkerTypeId) $("#jobType").val(WorkerTypeId) if (Education) $("#education").val(Education) if (Experience) $("#experience").val(Experience) if (minsalary != undefined && maxsalary != undefined) { salaryRangeSlider.update({ from: minsalary, to: maxsalary }) $("#event-receiver").val(minsalary + "," + maxsalary) } if (rating > 0) { var ratings = ["", "one", "two", "three", "four", "five"]; $("#" + ratings[rating]).click() } } if (0) restoreSearchForm() else localStorage.setItem("rating", "0") }); ; skillsAuto = []; for (i = 0; i < skills.length; i++) { skillsAuto.push(skills[i].name); } $("#skills").autocomplete({ minLength: 3, source: skillsAuto, select: function (event, ui) { $.each(skills, function (i, v) { if (v.name == ui.item.value) { tmp = $("#skillsChosen").val(); if (!tmp.includes(v.id)) { if (tmp == "") { tmp = v.id; } else { tmp += ',' + v.id } $("#skillsChosen").val(tmp); //selected = $("#tags__selected").val(); selected = ''; $("#tags__selected").append(selected); $("#skills").val(""); } return; } }); return false; }, //HERE - make sure to add the comma after your select response: function (event, ui) { if (!ui.content.length) { var noResult = { value: "", label: "Skill not found" }; ui.content.push(noResult); } } })