Budget: 5000 UAH Deadline: 1 day
Hello, I will implement your project quickly and efficiently. I am waiting in private messages to discuss the details.
Hello!
It is necessary to write a module for updating prices on prom.ua.
There is a website where a price list with current availability and price is generated once a day.
On prom, there are several stores where availability and price need to be updated once a day.
This module should also include the ability to set an individual markup on the product for each store.
I am ready to show and explain the task during a personal video meeting.
Budget: 5000 UAH Deadline: 1 day
Hello, I will implement your project quickly and efficiently. I am waiting in private messages to discuss the details.
Budget: 5000 UAH Deadline: 4 days
Hello, I will complete your task, I guarantee the result, I will do everything in the shortest possible time, please write for collaboration.
Budget: 5000 UAH Deadline: 10 days
In principle, you can take prices from your website, where the price list is formed. The question is whether there is an export from this website in any format, or if the value from this website needs to be collected through parsing. Adding a markup is not a problem.
🚀 We develop stores on Prom.ua to the TOP level 🚀
📌 Basic store settings, implementation of CRM and telephony
📌 Optimization for search: keywords, product filling
📌 Updating prices and availability - any quantity of products, from the supplier's website or price list - https://megacontent.vn.ua/product-import-for-prom-and-opencart-automation-parsing/
📌 Bypassing product folding on Prom.ua - merging with other sellers
📌 Setting up Google Analytics 4 (GA4) - prom, OpenCart, Khoroshop
📌 SEO optimization – we will write meta tags (title, description), optimize product descriptions
📌 Personal consultations for business owners
🔥 We help you reach the TOP and increase profits!
There are real reviews and experience. Write to us, and we will discuss the details!
Budget: 10000 UAH Deadline: 10 days
Hello. I am ready to complete your project after agreeing in private messages. The final deadlines and price will be determined after the agreement. I can also offer technical support and assistance in the future.
Budget: 5000 UAH Deadline: 5 days
Good day, Andriy.
I have experience. The task, in general, is clear.
I can develop a solution that will use web scraping to obtain relevant data from your website. The obtained data will then be processed and enriched according to the markups you specified for each store. The final stage will be integration with Prom.ua through their API for automatic updating of product information.
To implement the project, I will use a technology stack that will ensure stability and scalability: PostgreSQL for data storage, Go for developing the processing and updating logic, as well as REST API for interaction with Prom.ua. This will allow for the creation of a flexible solution that can easily adapt to future changes.
I would be happy to discuss the details.
Budget: 5000 UAH Deadline: 3 days
Good day, I have already done a similar task for promotion, I am ready to take it on, please contact me.
Budget: 4999 UAH Deadline: 2 days
Good day, the task is quite clear, the main thing that interests me is on which platform the website that needs the module is made. If it is OpenCart, I will implement it quite quickly.
Hello I need to gather contacts of companies in 5 French-speaking regions of Switzerland (Geneva, Vaud, Neuchâtel, Jura, Valais Details - - manufacturing companies and service providers - focus on local companies or international companies that have business in the country - large and medium enterprises or small businesses that have several offices-stores-garages-etc. (any chains) Details 1. manufacturing - any enterprises in the 5 regions of the country (including food products (chocolate, cheese, dairy, and others) 2. services - - transport companies, - cleaning companies (for cleaning - transport (buses, trams, metro), airports, business centers, stores, universities, and other educational places (schools, kindergartens), customs, police - medical institutions (excluding hospitals), - car dealership chains, - sports clubs, - restaurant chains (individual restaurants are not needed), - distributors of cleaning products for businesses or local municipalities, - car wash chains, - hotel chains in this country (one hotel is not needed), - companies that conduct cleaning-washing of yachts on Lake Geneva, The result of the work will be - a table with contacts of the above-mentioned companies (region name, industry, company name, company website, email, phone number, address, company LinkedIn link, 2-3 contacts from the purchasing department (for large and medium companies) and management for small enterprises (including chains) with name, position, email, phone, and LinkedIn links (if available) Evaluation - a minimum of 300 companies for which there is a budget of 3,000 UAH or 10 UAH for each contact I am ready to answer all questions Thank you
1. Choose a service 2. Configure the service 3. Create a template 4. Upload the database 5. Check functionality and deliverability (and avoid going to SPAM) 6. Send a one-time mailing to 1000+ subscribers please write your financial proposals and deadlines
We are looking for an effective Meta-targeting specialist who can work with complex projects and is responsible for the effectiveness of advertising, not just its launch. Project — recruitment for a vacancy. Direction: attracting quality targeted responses for an office vacancy in Kyiv. Tasks: • launching and managing advertising campaigns in Meta Ads • attracting quality targeted responses for an office vacancy in Kyiv • working with cold audiences and finding new sources of applications • testing creatives, audiences, and advertising combinations • scaling effective campaigns and disabling non-working ones • optimizing the cost of targeted responses and budget • controlling the quality of incoming applications (relevance of candidates, compliance with requirements) • adhering to moderation rules and finding stable solutions for working in complex advertising niches Important: • priority — quality targeted responses, not their quantity • irrelevant applications and non-target traffic are not considered results • systematic low quality of applications will result in termination of cooperation • looking for a specialist with practical experience who can bring quality candidates, not just test basic hypotheses at the expense of the advertising budget Requirements: • confident experience with Meta Ads • experience attracting candidates for vacancies through Meta Ads will be an advantage • ability to work with cold audiences and find new segments • focus on quality targeted responses, not on reach and clicks • experience optimizing advertising campaigns by cost and quality of applications • understanding the specifics of passing moderation and ability to create conversion advertising materials • analytical approach, independence, and responsibility for results Will be a big plus: • experience launching advertising campaigns in gray niches • successful experience attracting candidates for vacancies in Kyiv and the Kyiv region • having cases with quality responses at target cost • ability to quickly find and scale working advertising combinations Payment: • discussed individually
We are looking for a person who has time and is capable of analytical, structured thinking. It is necessary to manage and improve Notion and related documents (Google Docs) for a small marketing team, so that the knowledge base, processes, and important artifacts are not lost, ensuring structure and order. Employment for 2–3 months. It involves approximately 5 hours per week.
Description: We maintain a reporting system for trainings/courses, where each client has a separate Power BI report that retrieves course completion data via the Tovuti LMS API using Power Query (M). One of these reports has started returning a 429 Too Many Requests error, as the query reloads the entire data history each time, and the volume of this history has already exceeded the Tovuti API request limit. Requirements: Rewrite the Power Query so that only new/modified records are loaded during each refresh, using the timestampModifiedAfter parameter in the courseProgresses endpoint (this parameter has been confirmed to exist and work), instead of reloading the entire history. Add retry/backoff logic so that in case of a 429 error, the request pauses and continues working instead of failing with an error. Test the fixes on our actual Tovuti API and confirm that the updates are successful. Briefly document the changes (what and why was changed) so that we can maintain this in the future. Data model context: The report consists of 4 related tables: Teams, Courses, Users, and AssigmentsProgress (fact table pulled from the Tovuti courseProgresses endpoint, linked by teamId, courseId, userId). The AssigmentsProgress table hits the request limit as it grows every time someone starts, takes, or completes a course. Requirements: Confident practical experience with Power Query (M language) and incremental data refresh patterns in Power BI Experience with REST APIs (pagination, date filters, request limits, retry/backoff handling) Ability to read OpenAPI/schema documentation Clear communication in English Outcome: A working, tested Power Query fix integrated into the existing report, with a brief written explanation of the changes. Budget: Fixed price for this task (amount to be discussed based on the proposal)