
Collect Projects
Looking for freelance Collect jobs and project work? PeoplePerHour has you covered.
featuredopportunityurgent
Premium GCC Product Marketplace (Luxury eCommerce Platform)
Premium GCC Product Marketplace (Luxury eCommerce Platform) I am seeking an experienced Shopify and senior full stack Shopify developer to build a premium luxury eCommerce marketplace aimed at GCC (Khaleeji) customers living in or visiting the United Kingdom. This is **not** a standard Shopify store. Our vision is to create the UK's leading destination for authentic Gulf products, combining premium international shopping with a seamless, luxury customer experience designed specifically for Arabic-speaking and GCC customers. The successful developer must have proven experience building modern Shopify Plus or enterprise Shopify stores with advanced custom functionality, multilingual support, AI integrations and premium user experiences. ## Project Overview The platform will enable customers to purchase authentic products from: * Saudi Arabia * United Arab Emirates * Kuwait * Qatar * Bahrain * Oman * United Kingdom (including premium British brands) The website should provide an elegant, fast and intuitive shopping experience with support for English and Arabic (RTL), country-specific catalogues and same-day UK delivery where available. ## Customer Experience The platform should include: * Luxury modern responsive design * Mobile-first experience * Arabic & English language support * Country-specific shopping * Smart personalised homepage * AI-powered product recommendations * Wishlist * Recently viewed products * Frequently bought together * Product bundles * Advanced predictive search * Voice search * Smart filtering * Verified customer reviews * Gift wrapping * Privacy packaging option * Gift messages * Loyalty & rewards programme * Referral programme * Push notifications * WhatsApp integration * Live chat support ## Product Experience Each product page should support: * High-resolution image galleries * Product videos * 360° product views * Zoom functionality * Country of origin * Ingredients * Nutritional information * Allergy information * Halal certification (where applicable) * Authenticity verification * Related products * AI product suggestions * Questions & Answers * Stock availability * Delivery estimates ## Checkout & Payments Support for: * Secure checkout * Guest checkout * Customer accounts * Saved addresses * Discount codes * Apple Pay * Google Pay * Shop Pay * Credit & Debit Cards * PayPal * Cash on Delivery * Buy Now Pay Later integrations (where available) * Multiple shipping methods * Same-day delivery * Scheduled delivery * Click & Collect ## Marketing & Sales The platform should include: * Social commerce integration * TikTok Shop * Instagram Shopping * Facebook Shop * Google Shopping * YouTube Shopping * Pinterest Shopping * WhatsApp Business * Klaviyo or Mailchimp integration * SMS marketing * Abandoned cart recovery * Dynamic promotional campaigns * SEO optimisation * Analytics dashboard ## Administration Comprehensive Shopify administration including: * Product management * Inventory management * Country-based catalogue management * Order management * Customer management * Sales reporting * Marketing dashboard * Discount management * AI analytics * Supplier management * Future multi-vendor marketplace capability * Commission management * Performance reporting ## Future Expansion The architecture should be designed so the platform can evolve into a full multi-vendor marketplace where GCC brands and suppliers can register, manage products and receive payouts whilst the platform manages approvals, commissions and quality control. ## Technical Requirements Please include in your proposal: * Recommended Shopify architecture * Apps vs custom development recommendations * Shopify Plus experience (if applicable) * Technology stack * Third-party integrations * Security approach * Performance optimisation strategy * SEO strategy * Mobile optimisation * AI integrations you recommend * Estimated project timeline * Ongoing maintenance options * Examples of comparable Shopify or luxury eCommerce projects you have delivered ## Existing Specification A detailed Software Requirements Specification (SRS) has already been prepared and will be provided to shortlisted candidates. It includes extensive functionality covering multilingual support, country-based catalogues, social commerce integrations, loyalty programmes, AI recommendations, Shopify administration, analytics, customer engagement and future marketplace expansion. ## Important Please do **not** apply unless you have demonstrable experience building premium Shopify eCommerce platforms or online marketplaces of similar complexity. Applications should include examples of relevant Shopify projects, details of your proposed technical approach and recommendations for delivering a scalable, secure and high-performance platform capable of serving an international GCC customer base.
Need Admin to collect emails on social media
Looking for an admin to collect emails on social media according to a specific criteria The criteria will be sent upon job completion Job involves collecting 500 emails per week in the format of Name - Email Address - link showing proof of needing service Long term work if you can do this well
15 days ago54 proposalsRemoteScript for fetching weather data.
I am looking for a Python programmer to work on a script that collects weather data from an API. The script returns useful weather analytics, such as temperature trends, humidity, precipitation, wind speed, and other relevant indicators, so I can use the information to simplify and automate certain tasks.
20 hours ago44 proposalsRemoteopportunity
Malaysia Freelancers Needed for Video Collection Project
We are looking for reliable freelancers to participate in an Egocentric Video Data Collection project that supports the development of next-generation Artificial Intelligence (AI) and Computer Vision technologies. Participants will record real-life daily activities using an approved smartphone securely attached to a head mount, capturing a first-person (POV) perspective. All recordings will be completed and submitted through a client-provided mobile application. This is a real-world data collection project. We are looking for genuine, natural recordings—not scripted or acted content.
20 days ago1 proposalRemoteBuild webscraper to collect data from outlet menus
I have a list of appr. 50.000 outlets, of which I want to have the menu information scraped cleansed and organised (see FACT DIM below). Assignment is to receive a working and tested code for doing that, perphaps for a smal sample of 100 outlets or so to see that it's working. Lump sum proposal please, needs to be ready asap. Best regards, Sander -------------- CREATE TABLE public.outlet ( outlet_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, naam text NOT NULL, plaats text, website_url text, segment text, status text NOT NULL DEFAULT 'actief'::text CHECK (status = ANY (ARRAY['actief'::text, 'inactief'::text])), created_at timestamp with time zone NOT NULL DEFAULT now(), updated_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT outlet_pkey PRIMARY KEY (outlet_id) ); CREATE TABLE public.menu_source ( source_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, pagina_type text, url text NOT NULL, domain text, bestandstype text CHECK (bestandstype = ANY (ARRAY['html'::text, 'pdf'::text, 'image'::text])), confidence real, is_active boolean NOT NULL DEFAULT true, created_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT menu_source_pkey PRIMARY KEY (source_id), CONSTRAINT menu_source_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id) ); CREATE TABLE public.crawl_run ( run_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, source_id bigint NOT NULL, crawled_at timestamp with time zone NOT NULL DEFAULT now(), http_status integer, etag text, last_modified text, sha256 text, parse_status text NOT NULL DEFAULT 'pending'::text CHECK (parse_status = ANY (ARRAY['pending'::text, 'ok'::text, 'partial'::text, 'failed'::text, 'not_modified'::text])), parser_version text, raw_ref text, CONSTRAINT crawl_run_pkey PRIMARY KEY (run_id), CONSTRAINT crawl_run_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id) ); CREATE TABLE public.menu_item ( menuitem_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, run_id bigint NOT NULL, categorie text, product text NOT NULL, beschrijving text, prijs numeric, valuta text NOT NULL DEFAULT 'EUR'::text, volume text, merk text, merkeigenaar text, positie integer, confidence real, CONSTRAINT menu_item_pkey PRIMARY KEY (menuitem_id), CONSTRAINT menu_item_run_id_fkey FOREIGN KEY (run_id) REFERENCES public.crawl_run(run_id) ); CREATE TABLE public.change_event ( event_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, source_id bigint, oud_menuitem_id bigint, nieuw_menuitem_id bigint, detectiedatum timestamp with time zone NOT NULL DEFAULT now(), event_type text NOT NULL CHECK (event_type = ANY (ARRAY['product_toegevoegd'::text, 'product_verwijderd'::text, 'prijs_verhoogd'::text, 'prijs_verlaagd'::text, 'brand_switch'::text, 'menu_redesign'::text])), oude_waarde text, nieuwe_waarde text, ai_interpretatie text, impact text CHECK (impact = ANY (ARRAY['hoog'::text, 'midden'::text, 'laag'::text])), opportunity_score integer CHECK (opportunity_score >= 0 AND opportunity_score <= 100), aanbevolen_actie text, bevestigd_runs integer NOT NULL DEFAULT 1, status text NOT NULL DEFAULT 'nieuw'::text CHECK (status = ANY (ARRAY['nieuw'::text, 'bekeken'::text, 'afgehandeld'::text, 'false_positive'::text])), CONSTRAINT change_event_pkey PRIMARY KEY (event_id), CONSTRAINT change_event_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id), CONSTRAINT change_event_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id), CONSTRAINT change_event_oud_menuitem_id_fkey FOREIGN KEY (oud_menuitem_id) REFERENCES public.menu_item(menuitem_id), CONSTRAINT change_event_nieuw_menuitem_id_fkey FOREIGN KEY (nieuw_menuitem_id) REFERENCES public.menu_item(menuitem_id) );
21 days ago30 proposalsRemoteLong-Form Video Editor for Cosy Lifestyle & Collectibles Channel
Hi, I'm Alex. My channel is currently mostly Pop Mart and blind box content — unboxings, hauls, weekly collector news — but it's slowly growing into something bigger: collecting joy in general. Fashion, travel, hotels, little luxuries, the stuff that makes life feel good. Here's the honest bit: I love filming and I'm terrible at editing. I over-film, I can't cut anything, and my videos end up 40 minutes when they should be 20. I need an editor who has opinions and isn't afraid to bin half my footage. Editing also takes me an absolute age and is slowing the channel down. What the job looks like: one 20 ish minute video a week to start (talking head, b-roll, product close-ups), plus 2–3 Shorts cut from it. As we get into a rhythm I want to build up to three videos a week, so there's real room to grow here — I'm looking for one editor long-term, not a rotation of freelancers. On style: I'm cosy core. I chat away, it's warm and personal, and I want the edit to match — good music, lovely colour, gentle pacing that still keeps people watching. No whoosh sound effects, no zoom-punch-ins every three seconds. To apply, send me 2–3 links to long-form videos you're actually credited on (vlogs or lifestyle stuff ideally) and your per-video rate. Also tell me which video on my channel you'd have edited differently and what you'd have done.
15 days ago28 proposalsRemoteEgocentric Video Data Collection – Remote Freelancers Needed
We are looking for reliable freelancers to participate in an Egocentric Video Data Collection project that supports the development of next-generation Artificial Intelligence (AI) and Computer Vision technologies. Participants will record real-life daily activities using an approved smartphone securely attached to a head mount, capturing a first-person (POV) perspective. All recordings will be completed and submitted through a client-provided mobile application. This is a real-world data collection project. We are looking for genuine, natural recordings—not scripted or acted content.
20 days ago9 proposalsRemoteShopify developer
Hi, we are shopify developers but need a bit of extra resource. This initial jobs is adding in some breadcrumbs (which include collections in the breadcrumbs) and building out a mega menu (TBC awaiting design to be confirmed).
9 days ago81 proposalsRemoteIcelandic Speakers for Data Audio Collection Project
We’re currently inviting native Icelandic speakers from Iceland to join a paid, fully remote AI audio task. Who we’re looking for: Icelandic speakers from Iceland Task details: 10 short phone calls with an AI bot $18per call ($180 total) Around 30 minutes to complete 100% remote No experience needed How to get started: Complete a quick 30-second Icelandic verification on Click worker (required) Once approved, you’ll get access to the paid audio task
a month ago0 proposalsRemoteNext.js Newsletter Signup Integration
I'm seeking a skilled developer to integrate an email newsletter signup form on the homepage of my Next.js website harrytang.xyz (backend is Strapi). Requirements: - The form must collect the user's name and email address, store them in MailGun mailing list. - Use Cloudflare Turnstile / reCaptcha to prevent spam/robot. - All email addresses need to be verified. - Automatically send emails to subscribers whenever a new article is published. - Test env is provided. Bidding instructions: - To avoid automated bidding, please include my city’s name (get it from my website) at the beginning of your bid or your will be ignored. - DO NOT show your portfolio. Instead, briefly explain the solution and how you will accomplish it step by step.
7 days ago50 proposalsRemoteShopify Expert Needed to Improve Store Design
I'm looking for an experienced Shopify freelancer to help improve my online store. While the store is live, I feel there are several areas that could be optimised to create a better customer experience and increase conversions. The work may include: Refreshing the homepage layout Improving product pages Making the store fully mobile responsive Speed optimisation Updating navigation and collection pages Installing and configuring useful Shopify apps where needed Improving the checkout experience where possible I'm looking for someone with a strong eye for design and a good understanding of what makes Shopify stores convert visitors into customers. Please include: Examples of Shopify stores you've worked on A brief explanation of how you would approach this project Your estimated timeline This could become an ongoing relationship for future Shopify updates and marketing projects if the work is completed successfully.
10 days ago83 proposalsRemoteAutomation of a Accounting business using Claude code
I am currently exploring the development of a fully automated accountancy practice and am looking for an experienced developer or AI automation specialist to assist with the project. I have reviewed Claude Code and would like to use it as part of the development, together with prompt-based automation tools and integrations. I have already designed the proposed platform, workflows and overall functionality, and I am now trying to find the right person to help build and implement it. The aim is to automate as much of the accountancy business as possible, including client onboarding, document collection, workflow management, accounts and tax preparation, client approvals, communications and administrative tasks, while retaining appropriate human review and approval controls. Please let me know whether you have experience with Claude Code, AI agents, workflow automation or building platforms for accountancy or other professional service businesses. I would also be interested to understand whether you would be able to undertake a project of this nature. Please contact me if you are interested, and we can arrange a call to discuss the project and requirements in more detail. Kind regards, Jai Kainth
7 days ago38 proposalsRemoteFemale Exhibition Brand Ambassadors Required – Dortmund, Germany
We are looking for enthusiastic, professional female brand ambassadors to join our team for an upcoming trade exhibition in Germany. You will be representing an established international brand, engaging with visitors, introducing products, collecting leads and supporting the exhibition stand throughout the event. Responsibilities - Welcome visitors to the stand - Engage with potential customers - Introduce products and promotions - Maintain a professional and approachable presence - Support the exhibition team throughout the event Requirements - Female brand ambassadors - Fluent German (English and other languages is an advantage) - Confident communicator - Smart, professional appearance - Friendly and outgoing personality - Previous exhibition, promotional, hospitality or customer service experience preferred - Available for the full exhibition dates We Provide: - Full product training - Pre-event briefing - Uniform (if applicable) - Competitive hourly rate - Opportunity for future exhibitions across Europe
9 days ago6 proposalsRemoteCopywriter — Product Descriptions and Email for Apparel Brand
Draftline Apparel, a US clothing brand for tabletop and video game fans based in Austin, Texas, needs a copywriter for our product descriptions and marketing emails. Our current copy is inconsistent — some written by us in a hurry, some left as bare spec — and none of it sounds like one voice. The work covers around sixty product descriptions of fifty to eighty words each, plus a set of six marketing emails for an upcoming collection launch. The descriptions need to convey the design, the fit and the reference or joke behind each piece, quickly and with personality, while still covering the practical details a shopper needs. The emails should build interest across a launch sequence without leaning on constant discounting. Voice is the whole job here. We are funny, a little irreverent, and genuinely part of the gaming community, and the copy has to land that without trying too hard or explaining the joke. Generic ecommerce copy or forced hype both miss. We will provide our brand voice guide, product details and the design concepts behind each piece. One practical note: humor should never come at the cost of clarity on sizing, materials or shipping, since those drive returns and support tickets. To be considered, please share copywriting samples that show personality and voice, ideally consumer or ecommerce work rather than corporate, tell us your rate per description or a fixed project price, and confirm your availability. Applications without relevant writing samples will not be shortlisted.
5 days ago18 proposalsRemoteEnglish (UK) Dialogue Recording Project
About This Opportunity We are recruiting first-language speakers from the United Kingdom to participate in a speech data collection project. You will record natural conversations with a partner to help train advanced AI speech models. This is straightforward, flexible work that you can do from home. Locations Currently recruiting remote, first-language speakers of British English. What You'll Do Record dual-speaker conversations on 7 different topics with a conversation partner (your friend, co-worker, family member, etc.) Contribute approximately 2.5 hours of conversational audio Use a smartphone to capture clear, high-quality audio in a quiet environment Engage in natural, conversational dialogue on assigned topics Who We're Looking For First-language speaker proficiency in the British English with clear, natural spoken delivery Ownership of a smartphone capable of recording audio Access to a quiet indoor space for recording (remote work-friendly) Reliable, attentive approach to following recording guidelines Comfort with natural, conversational dialogue—no professional acting experience needed Ability to deliver high-quality audio files on schedule
13 days ago6 proposalsRemoteopportunity
UK Commercial Litigation Solicitor
We are looking for an experienced UK Commercial Litigation Solicitor to provide urgent legal advice regarding a dispute with our third-party fulfilment and warehousing provider. This is a business-to-business commercial contract dispute governed by the laws of England and Wales. Background We entered into a signed fulfilment and warehousing agreement with a UK third-party logistics (3PL) provider. The agreement contains an express clause requiring 30 days' written notice for termination by either party. On 27 June 2026, we served written notice to terminate the agreement in accordance with the contract. On 30 June 2026, the fulfilment provider confirmed in writing that: Friday, 3 July 2026 would be the final day they would dispatch our customer orders. They were still reconciling and packing our inventory. They could only "try" to have our stock ready for collection. They anticipated that multiple collections might be required. Our concern is that the provider intends to cease providing the contracted fulfilment service only six days after receiving our contractual notice, rather than continuing to perform the agreement throughout the agreed 30-day notice period. We require urgent legal advice on whether the provider is entitled to end the service before the contractual notice period expires, whether this amounts to a breach of contract, and whether we have grounds to recover the financial losses arising from these actions. Advice Required We require an experienced solicitor to review: The signed fulfilment agreement. The contractual termination provisions. Email correspondence. The actions taken during the notice period. Our legal position. Any potential breaches of contract. Our prospects of recovering financial losses. Specifically, we require advice on: Whether the fulfilment provider has complied with the contractual 30-day notice provisions. Whether they were required to continue performing the agreement throughout the notice period. Whether ending the fulfilment service after only six days constitutes a breach of contract. Whether requiring us to collect our stock before the expiry of the contractual notice period is lawful. Whether we have grounds to recover financial losses, including additional transport, fulfilment costs, lost sales and other consequential losses where recoverable. Whether a Letter Before Claim should now be issued. What immediate steps we should take to protect our legal position before collecting our stock. Documents Available Please only apply if you have experience in: Commercial contract disputes Commercial litigation. Warehousing and logistics agreements. Third-party fulfilment (3PL) contracts. Recovery of commercial losses. Please include details of your relevant experience, similar matters you have acted on, your hourly rate or fixed-fee proposal, your availability for an urgent consultation, and whether you would be able to continue acting for us should the matter proceed beyond the initial advice. Timescale This matter is urgent. We are looking to appoint a solicitor immediately and would ideally like an initial consultation within the next 24 hours. Our objective is to establish whether the fulfilment provider has breached the agreement, protect our legal position before our stock is collected, and recover any financial losses arising from any proven breach.
a month ago11 proposalsRemoteopportunity
FREELANCE WHOLESALE SALES AGENT FOR SUSTAINABLE FASHION BRAND
I'm looking for a freelance Wholesale Sales Agent to support the international growth of an independent sustainable fashion and accessories brand. The collections combine contemporary design with handcrafted textiles and artisanal techniques created in collaboration with local communities. The ideal candidate will have an established network of buyers, boutiques, concept stores and department stores, particularly in Europe, and experience representing independent, ethical or artisanal brands. The role can be remote and will involve identifying suitable stockists, introducing the brand, arranging buyer meetings, following up with potential clients and securing wholesale orders. To start ASAP!
a month ago10 proposalsRemoteLuxury Handbag Product Developer / Pattern Cutter Required
Project Overview We are launching a premium handbag collection inspired by couture lace, Swarovski crystal embellishment and luxury craftsmanship. The collection has already been conceptually designed and consists of three tote sizes (Bud, Bloom and Jardin), along with matching clutch and crossbody styles. I already have: Collection sketches Dimensions Design direction Material references Initial prototype from an overseas factory Italian embellishment supplier for the lace I am now looking for an experienced Luxury Handbag Product Developer to transform these concepts into production-ready luxury handbags. What I Need The successful candidate will: 1. Product Development Refine the existing bag designs for manufacture Ensure correct proportions and luxury construction Recommend improvements where necessary 2. Pattern Cutting Produce professional handbag patterns suitable for production Ensure correct seam allowances and construction Develop patterns for all three sizes 3. Technical Pack Create a factory-ready tech pack including: Full dimensions Pattern pieces Construction sequence Stitching specifications Seam allowances Leather reinforcement placement Lining construction Pocket construction Handle construction Base board specifications Hardware placement Edge finishing Bill of Materials (BOM) Material consumption Hardware specification Manufacturing notes Quality control notes 4. Prototype Support Review factory prototypes Identify construction issues Recommend improvements Work with the factory until the product reaches luxury quality standards Experience Required Please only apply if you have experience developing luxury handbags. Ideally you have worked with brands or manufacturers producing premium or luxury leather goods. Experience with: Leather handbags Luxury accessories Structured handbags Tote bags Pattern engineering Product development Factory communication Tech pack creation Experience with lace, couture fabrics or embellished products would be a significant advantage.
a month ago6 proposalsRemoteSite visit Verification task
Note: I have an on-site verification task. If you are based in Artvin, Artvin Province, Türkiye or within a 100 km radius. Regarding the site visit verification task in Artvin, Artvin Province, Türkiye, related to the employment verification of a former employee at Artvin Valiligi Il Saglik Mudurlugu. The institution is located in Artvin, Artvin Province, Türkiye. Below are the complete task details for your clarity: Documents You Will Receive: Applicant's consent letter Employment-related document copy Verification form (to be completed by the institution's HR or Administration department) Source Job: Visit the institution and present the provided documents to the authorized person (HR/Admin). Request them to review and complete the verification form confirming the employment details. Site Visit Photos: Please take 5 geo-tagged photos showing the institution's name board: 3 from outside 2 from inside (if allowed; otherwise, all 5 from outside) If the Institution Prefers Email Verification: Obtain the official email address of the authorized person. The task will be considered complete once the Source submits: Site visit photos Email verification proof If the Institution Refuses to Verify: Request a written refusal (signed and stamped, if possible). If not possible, collect their basic contact details: Name Designation Email Phone number Note: Please note that all relevant data protection and privacy requirements will be strictly followed throughout this assignment. The verification process will be conducted in compliance with applicable GDPR and data protection regulations, ensuring that all personal information is handled securely, confidentially, and solely for the purpose of verification.
10 days ago1 proposalRemoteopportunity
Shopify SEO Specialist Needed for UK E-commerce Store
We are looking for an experienced Shopify SEO specialist to improve organic traffic, keyword rankings and sales for a UK e-commerce business. This will begin as a paid trial project. The initial work should include: - Technical SEO audit - UK keyword research focused on buyer-intent keywords - Competitor SEO analysis - Optimisation of 5 priority product or collection pages - Improvement of titles, meta descriptions, headings, image alt text and internal links - Identification of indexing, crawling, site speed and structured data issues - A clear 30-day SEO action plan Requirements: - Proven Shopify SEO experience - Experience with UK e-commerce businesses - Strong knowledge of technical and on-page SEO - No spam backlinks, PBNs or automated link-building methods - Clear written communication Please include: 1. Two relevant Shopify SEO examples 2. The main issues you would check first 3. The SEO tools you use 4. Your fixed price and delivery time 5. What improvements can realistically be expected This is a trial project. Ongoing monthly work may be available if the results and quality are good.
17 days ago47 proposalsRemoteHR Manager for Talent Sourcing
My company is expanding quickly and I need an experienced HR Manager who can dedicate most of their time to talent sourcing. You will build and maintain a steady pipeline of qualified candidates for our entry-level and mid-level positions, then guide each successful hire through a smooth onboarding process and handle light HR administration once they are on board. Talent Sourcing Focus • Actively hunt for candidates on leading online job boards, across social-media networks (e.g., LinkedIn Recruiter, Facebook Groups, niche forums), and through vetted recruitment agencies we already work with or ones you recommend. • Keep our ATS organised, tagging, ranking, and moving applicants swiftly through each stage. • Present weekly shortlists with a concise summary of fit, salary expectations, and availability. Onboarding & Administration Once an offer is accepted, you will: • Issue contracts, collect documents, and schedule orientation sessions. • Coordinate with IT and facilities to ensure Day-1 readiness. • Maintain digital personnel files, update policy acknowledgements, and track probation reviews. Success Criteria 1. A minimum of three qualified candidates per open role delivered each week. 2. Time-to-hire for entry-level roles kept under 21 days and mid-level roles under 30 days. 3. Zero onboarding delays caused by missing paperwork or access. If you have a proven record of filling roles quickly through these sourcing channels and can back it up with metrics, let’s talk.
11 days ago22 proposalsRemote