all_content
stringlengths 605
9.63k
| title
stringlengths 3
100
| post_date
stringclasses 32
values | Location
stringclasses 24
values | description
stringlengths 2
8.76k
| skills
sequencelengths 1
50
| experience_level
stringclasses 3
values | job_type
stringclasses 1
value | project_type
stringclasses 3
values | platform
stringclasses 1
value | url
stringlengths 68
167
| output
stringlengths 414
9.51k
|
---|---|---|---|---|---|---|---|---|---|---|---|
Artist drawer for a you tube video
Posted 3 days ago
Worldwide
i want an artist drawer for youtube videos about stickman self help videos.
i want it to be like this style:
https://www.youtube.com/watch?v=P1OuD_NQBzw
with this color coding:
https://www.youtube.com/watch?v=unHdntGC-CM&t=121s
please provide 30 seconds - 1 minutes sample
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Illustration
Video Editing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Hires:
1
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 9, 2020
Saudi Arabia
11:28 AM
$420 total spent
16 hires, 3 active
Individual client
Additional Skills Mentioned:
- Animation
- Video Editing
- 2D Animation
- Freestyle Drawing
- Character Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/ | Artist drawer for a you tube video | Posted 3 days ago | Worldwide | i want an artist drawer for youtube videos about stickman self help videos.
i want it to be like this style:
https://www.youtube.com/watch?v=P1OuD_NQBzw
with this color coding:
https://www.youtube.com/watch?v=unHdntGC-CM&t=121s
please provide 30 seconds - 1 minutes sample | [
"Animation",
"Video Editing",
"2D Animation",
"Freestyle Drawing",
"Illustration",
"Character Design"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/ | ```json
{"title": "Artist drawer for a you tube video", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "i want an artist drawer for youtube videos about stickman self help videos.\ni want it to be like this style:\nhttps://www.youtube.com/watch?v=P1OuD_NQBzw\nwith this color coding:\nhttps://www.youtube.com/watch?v=unHdntGC-CM&t=121s\nplease provide 30 seconds - 1 minutes sample", "skills": ["Animation", "Video Editing", "2D Animation", "Freestyle Drawing", "Illustration", "Character Design"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/"}
``` |
Real-Time Trading Data Extraction and Analysis
Posted yesterday
Worldwide
I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.
The extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.
Requirements:
Platform Setup and Integration:
Set up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.
Extract real-time order book data, focusing on buy and sell volumes at various levels.
Data Extraction and Processing:
Extract the bid (buy) and ask (sell) volumes from the DOM data.
Calculate the total buy and sell volumes.
Determine the sentiment as a percentage ratio of buy versus sell volume.
Data Transfer to VSCode:
Stream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.
Expected Output Example:
The output should look similar to the example from Binance's API (for reference):
javascript
Copy code
"symbol": "GOLD",
"buyVolume": 1000,
"sellVolume": 1200,
"totalVolume": 2200,
"sentiment":
"buy": 45.45, // (buyVolume / totalVolume) * 100
"sell": 54.55 // (sellVolume / totalVolume) * 100
I would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself.
$150.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Data Scraping
Data Extraction
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
Portugal
Braga 10:36 AM
Tech & IT
Individual client
Additional Skills Mentioned:
- Data Extraction
- Python
- Automation
- Data Entry
- Data Scraping
- Financial Analysis
Job Link:https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/ | Real-Time Trading Data Extraction and Analysis | Posted yesterday | Worldwide | I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.
The extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.
Requirements:
Platform Setup and Integration:
Set up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.
Extract real-time order book data, focusing on buy and sell volumes at various levels.
Data Extraction and Processing:
Extract the bid (buy) and ask (sell) volumes from the DOM data.
Calculate the total buy and sell volumes.
Determine the sentiment as a percentage ratio of buy versus sell volume.
Data Transfer to VSCode:
Stream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.
Expected Output Example:
The output should look similar to the example from Binance's API (for reference):
javascript
Copy code
"symbol": "GOLD",
"buyVolume": 1000,
"sellVolume": 1200,
"totalVolume": 2200,
"sentiment":
"buy": 45.45, // (buyVolume / totalVolume) * 100
"sell": 54.55 // (sellVolume / totalVolume) * 100
I would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself. | [
"Data Extraction",
"Python",
"Automation",
"Data Entry",
"Data Scraping",
"Financial Analysis"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/ | ```json
{"title": "Real-Time Trading Data Extraction and Analysis", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.\n\nThe extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.\n\nRequirements:\n\nPlatform Setup and Integration:\n\nSet up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.\nExtract real-time order book data, focusing on buy and sell volumes at various levels.\nData Extraction and Processing:\n\nExtract the bid (buy) and ask (sell) volumes from the DOM data.\nCalculate the total buy and sell volumes.\nDetermine the sentiment as a percentage ratio of buy versus sell volume.\nData Transfer to VSCode:\n\nStream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.\nExpected Output Example:\n\nThe output should look similar to the example from Binance\"s API (for reference):\n\njavascript\nCopy code\n\n"symbol": "GOLD",\n"buyVolume": 1000,\n"sellVolume": 1200,\n"totalVolume": 2200,\n"sentiment":\n"buy": 45.45, // (buyVolume / totalVolume) * 100\n"sell": 54.55 // (sellVolume / totalVolume) * 100\n\n\n\nI would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself.", "skills": ["Data Extraction", "Python", "Automation", "Data Entry", "Data Scraping", "Financial Analysis"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/"}
``` |
EVG. Looking for an actor from Romania to record a short video
Posted 2 days ago
Worldwide
You will need to record 2 videos, each about 1 minute long.
I will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.
I will send you all the details, a sample video and a brief description in private messages.
Important: You must be a native speaker, or fluent!
price can be discussed
$80.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Language & Dialect
Romanian
Other
Voice Acting
Acting
Male
+ 2 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 16, 2023
Ukraine
Kyiv 8:47 AM
$34K total spent
369 hires, 222 active
Additional Skills Mentioned:
- Female
- Voice Acting
- UGC
Job Link:https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/ | EVG. Looking for an actor from Romania to record a short video | Posted 2 days ago | Worldwide | You will need to record 2 videos, each about 1 minute long.
I will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.
I will send you all the details, a sample video and a brief description in private messages.
Important: You must be a native speaker, or fluent!
price can be discussed | [
"Female",
"Voice Acting",
"UGC",
"Acting",
"Romanian",
"Male"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/ | ```json
{"title": "EVG. Looking for an actor from Romania to record a short video", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "You will need to record 2 videos, each about 1 minute long.\nI will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.\nI will send you all the details, a sample video and a brief description in private messages.\n\nImportant: You must be a native speaker, or fluent!\n\nprice can be discussed", "skills": ["Female", "Voice Acting", "UGC", "Acting", "Romanian", "Male"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/"}
``` |
Seeking Full-Service Affiliate Marketing Expert for One Product Promotion
Posted 3 days ago
Worldwide
I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.
Responsibilities:
• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.
• Strategic Development & Setup:
• - Create a comprehensive marketing strategy tailored to the selected product.
• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.
• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).
• Full Implementation:
• - Launch and manage campaigns, including paid advertisements.
• - Set up email marketing workflows if applicable (even if starting without a mailing list).
• - Execute all technical and operational tasks required to ensure the campaign’s success.
• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.
Qualifications:
• Extensive experience in affiliate marketing, especially with single-product campaigns.
• Proven success in product sourcing and promotion from ClickBank or similar platforms.
• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.
• Strong analytical skills to monitor performance and optimize campaigns.
• Results-driven with a focus on achieving measurable success.
Budget & Collaboration:
I am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.
Proposal Requirements:
• Examples of successful single-product campaigns you’ve managed end-to-end.
• Your approach to identifying and promoting a high-potential product.
• Platforms and tools you specialize in and recommend for this project.
• A brief outline of how you would guide, develop, and implement a complete campaign for one product.
This is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success!
$1,000.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Marketing Strategy Type
Content Marketing
Direct Marketing
+ 3 more
Industry
Sales & Marketing
Other
Affiliate Marketing
Affinity Designer
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
2
Invites sent:
5
Unanswered invites:
0
About the client
Member since Dec 6, 2019
Saudi Arabia
Jeddah 10:23 AM
$1.8K total spent
14 hires, 5 active
Additional Skills Mentioned:
- Social Media Marketing
- Affiliate Marketing
- Affiliate Marketing Website
- Direct Marketing
- Sales & Marketing
- Content Marketing
- Affinity Designer
- Influencer Marketing
- Internet Marketing
Job Link:https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/ | Seeking Full-Service Affiliate Marketing Expert for One Product Promotion | Posted 3 days ago | Worldwide | I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.
Responsibilities:
• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.
• Strategic Development & Setup:
• - Create a comprehensive marketing strategy tailored to the selected product.
• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.
• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).
• Full Implementation:
• - Launch and manage campaigns, including paid advertisements.
• - Set up email marketing workflows if applicable (even if starting without a mailing list).
• - Execute all technical and operational tasks required to ensure the campaign’s success.
• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.
Qualifications:
• Extensive experience in affiliate marketing, especially with single-product campaigns.
• Proven success in product sourcing and promotion from ClickBank or similar platforms.
• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.
• Strong analytical skills to monitor performance and optimize campaigns.
• Results-driven with a focus on achieving measurable success.
Budget & Collaboration:
I am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.
Proposal Requirements:
• Examples of successful single-product campaigns you’ve managed end-to-end.
• Your approach to identifying and promoting a high-potential product.
• Platforms and tools you specialize in and recommend for this project.
• A brief outline of how you would guide, develop, and implement a complete campaign for one product.
This is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success! | [
"Social Media Marketing",
"Affiliate Marketing",
"Affiliate Marketing Website",
"Direct Marketing",
"Sales & Marketing",
"Content Marketing",
"Affinity Designer",
"Influencer Marketing",
"Internet Marketing",
"ClickBank"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/ | ```json
{"title": "Seeking Full-Service Affiliate Marketing Expert for One Product Promotion", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.\nResponsibilities:\n• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.\n• Strategic Development & Setup:\n• - Create a comprehensive marketing strategy tailored to the selected product.\n• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.\n• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).\n• Full Implementation:\n• - Launch and manage campaigns, including paid advertisements.\n• - Set up email marketing workflows if applicable (even if starting without a mailing list).\n• - Execute all technical and operational tasks required to ensure the campaign’s success.\n• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.\nQualifications:\n• Extensive experience in affiliate marketing, especially with single-product campaigns.\n• Proven success in product sourcing and promotion from ClickBank or similar platforms.\n• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.\n• Strong analytical skills to monitor performance and optimize campaigns.\n• Results-driven with a focus on achieving measurable success.\nBudget & Collaboration:\nI am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.\nProposal Requirements:\n• Examples of successful single-product campaigns you’ve managed end-to-end.\n• Your approach to identifying and promoting a high-potential product.\n• Platforms and tools you specialize in and recommend for this project.\n• A brief outline of how you would guide, develop, and implement a complete campaign for one product.\nThis is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success!", "skills": ["Social Media Marketing", "Affiliate Marketing", "Affiliate Marketing Website", "Direct Marketing", "Sales & Marketing", "Content Marketing", "Affinity Designer", "Influencer Marketing", "Internet Marketing", "ClickBank"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/"}
``` |
Live Show Production for Rock Band using Ableton
Posted 2 weeks ago
Worldwide
Hi,
I'm a singer in a heavy rock band, and we're looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.
Our set consists of about 15 songs.
Is this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?
Thanks a lot!
Hours to be determined
Hourly
< 1 month
Duration
Expert
Experience Level
$23.00
-
$40.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Ableton Live
Sound Mixing
+ 3 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
1
Unanswered invites:
1
About the client
Member since Mar 12, 2024
CAN
Lévis 1:58 AM
$2.1K total spent
3 hires, 2 active
158 hours
Health & Fitness
Individual client
Additional Skills Mentioned:
- Audio Production
- Sound Mixing
- Audio Editing
- Music Production
- Ableton Live
Job Link:https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/ | Live Show Production for Rock Band using Ableton | Posted 2 weeks ago | Worldwide | Hi,
I'm a singer in a heavy rock band, and we're looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.
Our set consists of about 15 songs.
Is this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?
Thanks a lot! | [
"Audio Production",
"Sound Mixing",
"Audio Editing",
"Music Production",
"Ableton Live"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/ | ```json
{"title": "Live Show Production for Rock Band using Ableton", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Hi,\nI"m a singer in a heavy rock band, and we"re looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.\n\nOur set consists of about 15 songs.\n\nIs this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?\n\nThanks a lot!", "skills": ["Audio Production", "Sound Mixing", "Audio Editing", "Music Production", "Ableton Live"], "work_schedule": "Hours to be determined", "experience_level": "Expert", "salary": "$23.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/"}
``` |
AWS Lambda Developer Needed for TikTok Shop Integration
Posted yesterday
Worldwide
We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you!
$2,500.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Amazon Web Services
API
+ 3 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
United Kingdom
8:12 AM
Additional Skills Mentioned:
- Amazon Web Services
- Python
- AWS Lambda
- JavaScript
Job Link:https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/ | AWS Lambda Developer Needed for TikTok Shop Integration | Posted yesterday | Worldwide | We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you! | [
"Amazon Web Services",
"Python",
"API",
"AWS Lambda",
"JavaScript"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/ | ```json
{"title": "AWS Lambda Developer Needed for TikTok Shop Integration", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you!", "skills": ["Amazon Web Services", "Python", "API", "AWS Lambda", "JavaScript"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/"}
``` |
Journalist, philosopher or writer, expert in content creation
Posted last month
Worldwide
We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.
This talent, have to help us launching a unique storytelling project inspired by Humans of New York.
What you’ll do:
1. Find and select people with inspiring stories (we'll help you).
2. Prepare thoughtful questions to highlight their virtues and values.
3. Create content (text, photo, video).
What we need:
- Passion for storytelling and a talent for connecting with people.
- Basic social media knowledge and a willingness to learn.
- Creativity, empathy, and curiosity.
- English and spanish language
What we offer:
- An opportunity to work on an inspiring and meaningfull project.
- Flexible hours to fit your needs.
- Long term opportunity
This is your opportunity to take part to an innovative brand and make an impact to the world!
More than 30 hrs/week
Hourly
6+ months
Duration
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Language
Castilian Spanish
Creative Writing Topics
Philosophy
Arts & Culture
Other
Content Writing
Creative Writing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
4 weeks ago
Interviewing:
2
Invites sent:
13
Unanswered invites:
9
About the client
Member since Sep 19, 2024
Italy
Fossacesia 7:37 AM
$218 total spent
4 hires, 0 active
7 hours
Art & Design
Individual client
Additional Skills Mentioned:
- Creative Writing
- Content Creation
- Content Writing
- Castilian Spanish
- Arts & Culture
Job Link:https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/ | Journalist, philosopher or writer, expert in content creation | Posted last month | Worldwide | We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.
This talent, have to help us launching a unique storytelling project inspired by Humans of New York.
What you’ll do:
1. Find and select people with inspiring stories (we'll help you).
2. Prepare thoughtful questions to highlight their virtues and values.
3. Create content (text, photo, video).
What we need:
- Passion for storytelling and a talent for connecting with people.
- Basic social media knowledge and a willingness to learn.
- Creativity, empathy, and curiosity.
- English and spanish language
What we offer:
- An opportunity to work on an inspiring and meaningfull project.
- Flexible hours to fit your needs.
- Long term opportunity
This is your opportunity to take part to an innovative brand and make an impact to the world! | [
"Photography",
"Creative Writing",
"Content Creation",
"Content Writing",
"Castilian Spanish",
"Storytelling",
"Philosophy",
"Arts & Culture",
"Videomaking"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/ | ```json
{"title": "Journalist, philosopher or writer, expert in content creation", "post_date": "Posted last month", "Location": "Worldwide", "description": "We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.\n\nThis talent, have to help us launching a unique storytelling project inspired by Humans of New York.\n\nWhat you’ll do:\n1. Find and select people with inspiring stories (we"ll help you).\n2. Prepare thoughtful questions to highlight their virtues and values.\n3. Create content (text, photo, video).\n\nWhat we need:\n- Passion for storytelling and a talent for connecting with people.\n- Basic social media knowledge and a willingness to learn.\n- Creativity, empathy, and curiosity.\n- English and spanish language\n\nWhat we offer:\n- An opportunity to work on an inspiring and meaningfull project.\n- Flexible hours to fit your needs.\n- Long term opportunity\n\nThis is your opportunity to take part to an innovative brand and make an impact to the world!", "skills": ["Photography", "Creative Writing", "Content Creation", "Content Writing", "Castilian Spanish", "Storytelling", "Philosophy", "Arts & Culture", "Videomaking"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/"}
``` |
Rhino 3D site Plan
Posted yesterday
Worldwide
Site Plan 3D deteiled modeling site plan of LA City
$300.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Rhinoceros 3D
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Hires:
1
Interviewing:
0
Invites sent:
1
Unanswered invites:
0
About the client
Member since Mar 17, 2019
United States
Los Angeles 4:31 AM
$4.3K total spent
68 hires, 6 active
Additional Skills Mentioned:
- Rhinoceros 3D
Job Link:https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/ | Rhino 3D site Plan | Posted yesterday | Worldwide | Site Plan 3D deteiled modeling site plan of LA City | [
"Rhinoceros 3D"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/ | ```json
{"title": "Rhino 3D site Plan", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Site Plan 3D deteiled modeling site plan of LA City", "skills": ["Rhinoceros 3D"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/"}
``` |
Customer Support and Order/Return Processing
Posted 2 days ago
Worldwide
We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task.
Less than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$3.00
-
$5.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Customer Service
Email Communication
+ 8 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
China
5:22 PM
Additional Skills Mentioned:
- Customer Service
- Inventory Report
- Order Processing
- Email Support
- Dropshipping
- Order Tracking
- Customer Support
- Order Fulfillment
- Email Communication
- Microsoft Excel
Job Link:https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/ | Customer Support and Order/Return Processing | Posted 2 days ago | Worldwide | We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task. | [
"Customer Service",
"Inventory Report",
"Order Processing",
"Email Support",
"Dropshipping",
"Order Tracking",
"Customer Support",
"Order Fulfillment",
"Email Communication",
"Microsoft Excel"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/ | ```json
{"title": "Customer Support and Order/Return Processing", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task.", "skills": ["Customer Service", "Inventory Report", "Order Processing", "Email Support", "Dropshipping", "Order Tracking", "Customer Support", "Order Fulfillment", "Email Communication", "Microsoft Excel"], "work_schedule": "Less than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$3.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/"}
``` |
Google Play Console Expert for App Publishing
Posted yesterday
Worldwide
Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.
Compensation:
$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details.
$400.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Android
Android App Development
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
11 hours ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 1, 2024
United States
1:59 AM
Additional Skills Mentioned:
- Android App Development
- Mobile App Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/ | Google Play Console Expert for App Publishing | Posted yesterday | Worldwide | Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.
Compensation:
$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details. | [
"Android App Development",
"Mobile App Development",
"Android"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/ | ```json
{"title": "Google Play Console Expert for App Publishing", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.\nCompensation:\n$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details.", "skills": ["Android App Development", "Mobile App Development", "Android"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/"}
``` |
Finding India patent agent/attorney
Posted 3 weeks ago
Worldwide
We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term. We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions.
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$40.00
-
$80.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Intellectual Property Law Skills
Trademark Prosecution
+ 3 more
Intellectual Property Type
Copyright
Trademark
Other
Patent
Patent Law
Trademark Consulting
+ 1 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 weeks ago
Interviewing:
1
Invites sent:
1
Unanswered invites:
0
About the client
Member since Oct 8, 2022
CHN
Shenzhen 4:49 PM
$50 total spent
1 hire, 0 active
Legal
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Patent Prosecution
- Patent Law
- Trademark Consulting
- design patent
- Patent Preparation
- Trademark Registration
- Trademark Prosecution
Job Link:https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/ | Finding India patent agent/attorney | Posted 3 weeks ago | Worldwide | We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term. We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions. | [
"Patent Prosecution",
"Patent Law",
"Trademark",
"Trademark Consulting",
"design patent",
"Patent Preparation",
"Copyright",
"Trademark Registration",
"Patent",
"Trademark Prosecution"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/ | ```json
{"title": "Finding India patent agent/attorney", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term.\xa0\xa0We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions.", "skills": ["Patent Prosecution", "Patent Law", "Trademark", "Trademark Consulting", "design patent", "Patent Preparation", "Copyright", "Trademark Registration", "Patent", "Trademark Prosecution"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$40.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/"}
``` |
I am looking for a script writer for my Animal encounter youtube channel
Posted yesterday
Worldwide
Hey there!
I run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.
Here are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube
https://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w
I will provide you with the video title, and your task will be to write an original script.
Requirements:
Scripts must be at least 1,400 words.
You’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.
Tasks include both clip sourcing and script writing.
The clips need to original and not from other cashcow / compilation channels
We’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.
If you’re interested, let me know! and please share some sample scripts through google drive.
Looking forward to hearing from you!
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Creative Writing
Content Writing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Feb 29, 2024
United States
Manchester 8:47 AM
$20 total spent
2 hires, 2 active
Media & Entertainment
Small company (2-9 people)
Additional Skills Mentioned:
- Creative Writing
- Screenwriting
- Copywriting
- Content Writing
- Article Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/ | I am looking for a script writer for my Animal encounter youtube channel | Posted yesterday | Worldwide | Hey there!
I run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.
Here are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube
https://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w
I will provide you with the video title, and your task will be to write an original script.
Requirements:
Scripts must be at least 1,400 words.
You’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.
Tasks include both clip sourcing and script writing.
The clips need to original and not from other cashcow / compilation channels
We’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.
If you’re interested, let me know! and please share some sample scripts through google drive.
Looking forward to hearing from you! | [
"Creative Writing",
"Screenwriting",
"Copywriting",
"Content Writing",
"Article Writing",
"Writing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/ | ```json
{"title": "I am looking for a script writer for my Animal encounter youtube channel", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Hey there!\nI run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.\nHere are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube\n\nhttps://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w\n\nI will provide you with the video title, and your task will be to write an original script.\nRequirements:\nScripts must be at least 1,400 words.\nYou’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.\nTasks include both clip sourcing and script writing.\nThe clips need to original and not from other cashcow / compilation channels\nWe’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.\nIf you’re interested, let me know! and please share some sample scripts through google drive.\nLooking forward to hearing from you!", "skills": ["Creative Writing", "Screenwriting", "Copywriting", "Content Writing", "Article Writing", "Writing"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/"}
``` |
Software Developer for Chatbot SaaS Platform
Posted 3 days ago
Worldwide
I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.
Clients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.
The platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.
Responsibilities
Widget Integration:
Develop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.
Facilitate communication between the widget and the chatbot using POST methods.
Ensure the user interface is user-friendly, performant, and mobile-compatible.
Chatbot Integration:
Develop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.
Build a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.
Provide clients with an interface and control panel to customize their chatbots.
Handle user queries via POST methods and ensure the chatbot responds appropriately.
Real-Time Communication:
Establish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.
Backend Development:
Build a scalable API to securely and efficiently transmit messages between users and live agents.
Optimize the infrastructure to ensure the Local LLM operates efficiently.
Performance and Security:
Optimize the Local LLM for high-performance operation on GPU or suitable hardware.
Ensure all API and communication processes comply with modern security standards.
Qualifications
Technical Skills:
Proficient in JavaScript, HTML5, and CSS3.
Experience with backend technologies such as Node.js, .NET, or similar.
Expertise in RESTful API design and integration.
Experience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.
Familiarity with at least one modern frontend framework (React, Vue.js, Angular).
Knowledge of secure data communication (e.g., CORS, CSRF, JWT).
Familiarity with RAG infrastructure and working with LLM models.
Preferred Skills:
Proficiency in .NET or C# development.
Fluency in written and spoken Turkish.
Experience in optimizing LLM models for GPU-based hardware.
Experience in developing a control panel for clients to customize their chatbots.
Knowledge of microservices architecture and managing local infrastructures.
Personal Attributes:
Creative approach to problem-solving and process design.
Strong communication skills and ability to work in a team.
Attention to detail in developing secure, high-performance, and user-focused code.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Full Stack Development Deliverables
Chatbot
Full Stack Development Skills
ASP.NET Web API
Other
SaaS
Chatbot Development
+ 6 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
10 hours ago
Interviewing:
4
Invites sent:
16
Unanswered invites:
6
About the client
Member since Oct 30, 2024
Turkey
11:31 AM
Additional Skills Mentioned:
- Socket.io
- Python
- .NET Core
- Node.js
- Web Development
- ASP.NET Web API
- Chatbot Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/ | Software Developer for Chatbot SaaS Platform | Posted 3 days ago | Worldwide | I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.
Clients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.
The platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.
Responsibilities
Widget Integration:
Develop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.
Facilitate communication between the widget and the chatbot using POST methods.
Ensure the user interface is user-friendly, performant, and mobile-compatible.
Chatbot Integration:
Develop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.
Build a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.
Provide clients with an interface and control panel to customize their chatbots.
Handle user queries via POST methods and ensure the chatbot responds appropriately.
Real-Time Communication:
Establish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.
Backend Development:
Build a scalable API to securely and efficiently transmit messages between users and live agents.
Optimize the infrastructure to ensure the Local LLM operates efficiently.
Performance and Security:
Optimize the Local LLM for high-performance operation on GPU or suitable hardware.
Ensure all API and communication processes comply with modern security standards.
Qualifications
Technical Skills:
Proficient in JavaScript, HTML5, and CSS3.
Experience with backend technologies such as Node.js, .NET, or similar.
Expertise in RESTful API design and integration.
Experience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.
Familiarity with at least one modern frontend framework (React, Vue.js, Angular).
Knowledge of secure data communication (e.g., CORS, CSRF, JWT).
Familiarity with RAG infrastructure and working with LLM models.
Preferred Skills:
Proficiency in .NET or C# development.
Fluency in written and spoken Turkish.
Experience in optimizing LLM models for GPU-based hardware.
Experience in developing a control panel for clients to customize their chatbots.
Knowledge of microservices architecture and managing local infrastructures.
Personal Attributes:
Creative approach to problem-solving and process design.
Strong communication skills and ability to work in a team.
Attention to detail in developing secure, high-performance, and user-focused code. | [
"Socket.io",
"Python",
"SaaS",
"API",
".NET Core",
"Node.js",
"Web Development",
"ASP.NET Web API",
"Chatbot",
"Chatbot Development"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/ | ```json
{"title": "Software Developer for Chatbot SaaS Platform", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.\n\nClients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.\n\nThe platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.\n\nResponsibilities\nWidget Integration:\n\nDevelop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.\nFacilitate communication between the widget and the chatbot using POST methods.\nEnsure the user interface is user-friendly, performant, and mobile-compatible.\n\nChatbot Integration:\n\nDevelop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.\nBuild a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.\nProvide clients with an interface and control panel to customize their chatbots.\nHandle user queries via POST methods and ensure the chatbot responds appropriately.\nReal-Time Communication:\n\nEstablish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.\nBackend Development:\n\nBuild a scalable API to securely and efficiently transmit messages between users and live agents.\nOptimize the infrastructure to ensure the Local LLM operates efficiently.\n\nPerformance and Security:\n\nOptimize the Local LLM for high-performance operation on GPU or suitable hardware.\nEnsure all API and communication processes comply with modern security standards.\nQualifications\n\nTechnical Skills:\n\nProficient in JavaScript, HTML5, and CSS3.\nExperience with backend technologies such as Node.js, .NET, or similar.\nExpertise in RESTful API design and integration.\nExperience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.\nFamiliarity with at least one modern frontend framework (React, Vue.js, Angular).\nKnowledge of secure data communication (e.g., CORS, CSRF, JWT).\nFamiliarity with RAG infrastructure and working with LLM models.\n\nPreferred Skills:\n\nProficiency in .NET or C# development.\nFluency in written and spoken Turkish.\nExperience in optimizing LLM models for GPU-based hardware.\nExperience in developing a control panel for clients to customize their chatbots.\nKnowledge of microservices architecture and managing local infrastructures.\n\nPersonal Attributes:\n\nCreative approach to problem-solving and process design.\nStrong communication skills and ability to work in a team.\nAttention to detail in developing secure, high-performance, and user-focused code.", "skills": ["Socket.io", "Python", "SaaS", "API", ".NET Core", "Node.js", "Web Development", "ASP.NET Web API", "Chatbot", "Chatbot Development"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/"}
``` |
Digital Landscape Art Creation
Posted 6 days ago
Worldwide
We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Adobe Photoshop
Illustration
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
5 days ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 23, 2016
United States
6:30 AM
Additional Skills Mentioned:
- Adobe Illustrator
- Digital Design
- Adobe Photoshop
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/ | Digital Landscape Art Creation | Posted 6 days ago | Worldwide | We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively. | [
"Adobe Illustrator",
"Digital Design",
"Illustration",
"Adobe Photoshop",
"Graphic Design"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/ | ```json
{"title": "Digital Landscape Art Creation", "post_date": "Posted 6 days ago", "Location": "Worldwide", "description": "We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively.", "skills": ["Adobe Illustrator", "Digital Design", "Illustration", "Adobe Photoshop", "Graphic Design"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/"}
``` |
Urban Design Visualization Project
Posted yesterday
Worldwide
We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.
Please provide (1) cost estimate, (2) sample work, (3) what you need from us to start.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Intermediate
Experience Level
$15.00
-
$35.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Architecture Software
SketchUp
Other
Adobe Photoshop
Visualization
+ 4 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 23, 2017
United States
Covina 3:28 AM
$17K total spent
77 hires, 0 active
329 hours
Additional Skills Mentioned:
- Interior Design
- 3D Rendering
- Adobe Photoshop
- Graphic Design
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/ | Urban Design Visualization Project | Posted yesterday | Worldwide | We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.
Please provide (1) cost estimate, (2) sample work, (3) what you need from us to start. | [
"Interior Design",
"3D Rendering",
"Visualization",
"Adobe Photoshop",
"Graphic Design",
"Autodesk AutoCAD",
"SketchUp"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/ | ```json
{"title": "Urban Design Visualization Project", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.\n\nPlease provide (1) cost estimate, (2) sample work, (3) what you need from us to start.", "skills": ["Interior Design", "3D Rendering", "Visualization", "Adobe Photoshop", "Graphic Design", "Autodesk AutoCAD", "SketchUp"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$15.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/"}
``` |
Web3 Chrome extension
Posted 2 weeks ago
Worldwide
We're looking for a chrome extension developer with web3 experience.
The chrome extension app must have the following :
-Pumpfun Api
-Solana RPC
-Twitter API
-Dexscreener Api
-social data API
will share the app idea once we review proposals.
PS: you should submit your previous extensions you built for web3
NOTE : price is FIXED
$300.00
Fixed-price
Expert
Experience Level
Remote Job
Complex project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Full Stack Development Deliverables
Google Chrome Extension
Other
pumpfun
Solana
Web3
twitter api
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
2
Invites sent:
2
Unanswered invites:
0
About the client
Member since Aug 29, 2012
Morocco
Rabat 9:35 AM
$91 total spent
3 hires, 0 active
Additional Skills Mentioned:
- twitter api
- Google Chrome Extension
Job Link:https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/ | Web3 Chrome extension | Posted 2 weeks ago | Worldwide | We're looking for a chrome extension developer with web3 experience.
The chrome extension app must have the following :
-Pumpfun Api
-Solana RPC
-Twitter API
-Dexscreener Api
-social data API
will share the app idea once we review proposals.
PS: you should submit your previous extensions you built for web3
NOTE : price is FIXED | [
"Solana",
"twitter api",
"pumpfun",
"Google Chrome Extension",
"Web3"
] | Expert | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/ | ```json
{"title": "Web3 Chrome extension", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We"re looking for a chrome extension developer with web3 experience.\n\n\nThe chrome extension app must have the following :\n\n-Pumpfun Api\n-Solana RPC\n-Twitter API\n-Dexscreener Api\n-social data API\n\nwill share the app idea once we review proposals.\n\nPS: you should submit your previous extensions you built for web3\n\nNOTE : price is FIXED", "skills": ["Solana", "twitter api", "pumpfun", "Google Chrome Extension", "Web3"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/"}
``` |
GCP data analytics and consultant full time only
Posted 2 days ago
Worldwide
Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.
So Only serious candidates can apply
Some time candidate has to travel outside of country for project related works if required
$1,000.00
Fixed-price
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Google Analytics
Data Analysis
+ 3 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 25, 2017
India
Bengaluru 9:45 AM
$150 total spent
2 hires, 0 active
Tech & IT
Small company (2-9 people)
Additional Skills Mentioned:
- Google Analytics
- Google Cloud Platform
- Data Science
- Data Analysis
Job Link:https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/ | GCP data analytics and consultant full time only | Posted 2 days ago | Worldwide | Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.
So Only serious candidates can apply
Some time candidate has to travel outside of country for project related works if required | [
"Google Analytics",
"Google Cloud Platform",
"Analytics",
"Data Science",
"Data Analysis"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/ | ```json
{"title": "GCP data analytics and consultant full time only", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.\nSo Only serious candidates can apply\nSome time candidate has to travel outside of country for project related works if required", "skills": ["Google Analytics", "Google Cloud Platform", "Analytics", "Data Science", "Data Analysis"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/"}
``` |
Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance
Posted yesterday
Worldwide
I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.
The primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.
Key Responsibilities:
Business Formation:
• Register a business in Japan (e.g., Godo Kaisha – GK).
• Act as the Authorized Representative for the company.
• Provide a verifiable physical address in Japan for compliance purposes.
• Handle mail verification and communication with local authorities.
Regulatory Compliance:
• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.
• Ensure the business complies with Japanese telecommunications regulations.
Asset Management:
• Handle all necessary documentation to ensure uninterrupted use of these numbers.
[Optional] Business Operations:
• Assist with live call transfers or contacting local businesses if needed.
• Provide insights into Japanese business culture and customer preferences.
Qualifications:
• Basic English proficiency for communication with me .
• Must reside in Japan and have a verifiable address.
• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).
• Reliable and detail-oriented, with a willingness to handle administrative tasks.
• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).
Compensation:
• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.
• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.
• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).
• Additional performance bonuses for exceptional work or operational contributions.
Why Work With Me?
• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.
• Flexible, long-term collaboration with potential for increased responsibilities and earnings.
• Transparent and supportive communication to ensure mutual success.
Screening Questions:
• Are you currently living in Japan and able to provide a verifiable physical address?
• Have you previously worked on business formation or compliance tasks in Japan?
• Are you familiar with Japanese telecommunications regulations or willing to learn?
• Are you comfortable acting as an authorized representative for a business in Japan?
• What steps would you take to ensure compliance and protect business assets like phone numbers?
• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?
Deliverables:
• Successfully registered business in Japan.
• Approved Japanese phone number application with all regulatory requirements fulfilled.
• Ongoing compliance and maintenance of phone numbers.
Next Steps:
Once I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you!
$400.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Industry
Sales & Marketing
Agreements
Partnership Agreement
Business Formation Types
Limited Partnership
Other
Business Services
Limited Liability Company
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
13 hours ago
Interviewing:
6
Invites sent:
30
Unanswered invites:
23
About the client
Member since Jan 9, 2025
United States
Austin 3:54 AM
$72 total spent
1 hire, 0 active
Sales & Marketing
Individual client
Additional Skills Mentioned:
- Partnership Agreement
- Digital Marketing
- Business Services
- Limited Partnership
- Sales & Marketing
- Administrative Support
- Limited Liability Company
Job Link:https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/ | Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance | Posted yesterday | Worldwide | I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.
The primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.
Key Responsibilities:
Business Formation:
• Register a business in Japan (e.g., Godo Kaisha – GK).
• Act as the Authorized Representative for the company.
• Provide a verifiable physical address in Japan for compliance purposes.
• Handle mail verification and communication with local authorities.
Regulatory Compliance:
• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.
• Ensure the business complies with Japanese telecommunications regulations.
Asset Management:
• Handle all necessary documentation to ensure uninterrupted use of these numbers.
[Optional] Business Operations:
• Assist with live call transfers or contacting local businesses if needed.
• Provide insights into Japanese business culture and customer preferences.
Qualifications:
• Basic English proficiency for communication with me .
• Must reside in Japan and have a verifiable address.
• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).
• Reliable and detail-oriented, with a willingness to handle administrative tasks.
• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).
Compensation:
• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.
• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.
• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).
• Additional performance bonuses for exceptional work or operational contributions.
Why Work With Me?
• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.
• Flexible, long-term collaboration with potential for increased responsibilities and earnings.
• Transparent and supportive communication to ensure mutual success.
Screening Questions:
• Are you currently living in Japan and able to provide a verifiable physical address?
• Have you previously worked on business formation or compliance tasks in Japan?
• Are you familiar with Japanese telecommunications regulations or willing to learn?
• Are you comfortable acting as an authorized representative for a business in Japan?
• What steps would you take to ensure compliance and protect business assets like phone numbers?
• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?
Deliverables:
• Successfully registered business in Japan.
• Approved Japanese phone number application with all regulatory requirements fulfilled.
• Ongoing compliance and maintenance of phone numbers.
Next Steps:
Once I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you! | [
"Partnership Agreement",
"Marketing",
"Digital Marketing",
"Business Services",
"Limited Partnership",
"Sales & Marketing",
"Administrative Support",
"Limited Liability Company"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/ | ```json
{"title": "Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.\n\nThe primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.\n\nKey Responsibilities:\n\nBusiness Formation:\n\n• Register a business in Japan (e.g., Godo Kaisha – GK).\n• Act as the Authorized Representative for the company.\n• Provide a verifiable physical address in Japan for compliance purposes.\n• Handle mail verification and communication with local authorities.\n\nRegulatory Compliance:\n• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.\n• Ensure the business complies with Japanese telecommunications regulations.\n\nAsset Management:\n\n• Handle all necessary documentation to ensure uninterrupted use of these numbers.\n\n[Optional] Business Operations:\n\n• Assist with live call transfers or contacting local businesses if needed.\n• Provide insights into Japanese business culture and customer preferences.\n\nQualifications:\n• Basic English proficiency for communication with me .\n• Must reside in Japan and have a verifiable address.\n• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).\n• Reliable and detail-oriented, with a willingness to handle administrative tasks.\n• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).\n\nCompensation:\n• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.\n• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.\n• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).\n• Additional performance bonuses for exceptional work or operational contributions.\n\nWhy Work With Me?\n• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.\n• Flexible, long-term collaboration with potential for increased responsibilities and earnings.\n• Transparent and supportive communication to ensure mutual success.\n\nScreening Questions:\n• Are you currently living in Japan and able to provide a verifiable physical address?\n• Have you previously worked on business formation or compliance tasks in Japan?\n• Are you familiar with Japanese telecommunications regulations or willing to learn?\n• Are you comfortable acting as an authorized representative for a business in Japan?\n• What steps would you take to ensure compliance and protect business assets like phone numbers?\n• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?\n\nDeliverables:\n• Successfully registered business in Japan.\n• Approved Japanese phone number application with all regulatory requirements fulfilled.\n• Ongoing compliance and maintenance of phone numbers.\n\nNext Steps:\nOnce I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you!", "skills": ["Partnership Agreement", "Marketing", "Digital Marketing", "Business Services", "Limited Partnership", "Sales & Marketing", "Administrative Support", "Limited Liability Company"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/"}
``` |
Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game
Posted yesterday
Worldwide
Job Description
We’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.
You’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.
This is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.
Key Responsibilities:
Develop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).
Build and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.
Implement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.
Create backend systems for player progression, in-game currency, package drops, and leaderboards.
Design and implement kill streak systems, weapon customization, and faction-specific features.
Ensure cross-platform compatibility for PC, PS5, and Xbox.
Build a social hub where players can interact, visit vendors, and access their factions.
Integrate an anti-cheat system to ensure fair gameplay.
Support the development of seasonal updates and live content drops post-launch.
Required Skills:
✅ Unreal Engine 5 experience (C++ and Blueprints).
✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).
✅ Strong knowledge of UI/UX design for games.
✅ Experience with backend server setup and database management.
✅ Familiarity with backend frameworks (Node.js, Python, or similar).
✅ Proficient in weapon and combat system design.
✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).
✅ Crossplay integration experience for PC and console platforms.
✅ Strong understanding of anti-cheat solutions.
✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).
Preferred Skills:
✨ Experience with social hubs or FPS games.
✨ Familiarity with Destiny-style Character Screens.
✨ Understanding of game economy systems (in-game currency, rewards, drops).
✨ Knowledge of modding tools for player-created maps and modes.
Project Scope:
Core game launch features:
8 game modes (Team Deathmatch, Domination, Ground War, etc.).
Character customization.
Faction selection and progression.
Kill streaks, boost mechanics, and weapon systems.
Social hub with vendors and player interactions.
Post-launch content:
Seasonal updates (every 3 months).
In-between updates (new maps, weapons, cosmetics).
Live events and battle pass integration.
Additional Requirements:
Strong communication skills and ability to work remotely.
Ability to collaborate with designers and concept artists.
Provide regular updates and participate in playtesting sessions.
Ensure high performance and optimization across all platforms.
Budget and Timeline:
💲 Negotiable based on experience and scope of work.
🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.
Why Work with Us?
This project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you're passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board!
More than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$3.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Unreal Engine
multiplayer networking
+ 8 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
3
Invites sent:
1
Unanswered invites:
0
About the client
Member since Jan 2, 2024
BEL
Gent 9:43 AM
2 hires, 2 active
Media & Entertainment
Individual client
Additional Skills Mentioned:
- Animation
- C++
- Cross-Platform Development
- Unreal Engine
- multiplayer networking
- Game UI/UX Design
- Backend Development
- Database Management
- Game Design
- Game Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/ | Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game | Posted yesterday | Worldwide | Job Description
We’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.
You’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.
This is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.
Key Responsibilities:
Develop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).
Build and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.
Implement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.
Create backend systems for player progression, in-game currency, package drops, and leaderboards.
Design and implement kill streak systems, weapon customization, and faction-specific features.
Ensure cross-platform compatibility for PC, PS5, and Xbox.
Build a social hub where players can interact, visit vendors, and access their factions.
Integrate an anti-cheat system to ensure fair gameplay.
Support the development of seasonal updates and live content drops post-launch.
Required Skills:
✅ Unreal Engine 5 experience (C++ and Blueprints).
✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).
✅ Strong knowledge of UI/UX design for games.
✅ Experience with backend server setup and database management.
✅ Familiarity with backend frameworks (Node.js, Python, or similar).
✅ Proficient in weapon and combat system design.
✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).
✅ Crossplay integration experience for PC and console platforms.
✅ Strong understanding of anti-cheat solutions.
✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).
Preferred Skills:
✨ Experience with social hubs or FPS games.
✨ Familiarity with Destiny-style Character Screens.
✨ Understanding of game economy systems (in-game currency, rewards, drops).
✨ Knowledge of modding tools for player-created maps and modes.
Project Scope:
Core game launch features:
8 game modes (Team Deathmatch, Domination, Ground War, etc.).
Character customization.
Faction selection and progression.
Kill streaks, boost mechanics, and weapon systems.
Social hub with vendors and player interactions.
Post-launch content:
Seasonal updates (every 3 months).
In-between updates (new maps, weapons, cosmetics).
Live events and battle pass integration.
Additional Requirements:
Strong communication skills and ability to work remotely.
Ability to collaborate with designers and concept artists.
Provide regular updates and participate in playtesting sessions.
Ensure high performance and optimization across all platforms.
Budget and Timeline:
💲 Negotiable based on experience and scope of work.
🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.
Why Work with Us?
This project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you're passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board! | [
"Animation",
"C++",
"Cross-Platform Development",
"Unreal Engine",
"multiplayer networking",
"Game UI/UX Design",
"Backend Development",
"Database Management",
"Game Design",
"Game Development"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/ | ```json
{"title": "Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Job Description\nWe’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.\n\nYou’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.\n\nThis is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.\n\nKey Responsibilities:\nDevelop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).\n\nBuild and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.\n\nImplement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.\n\nCreate backend systems for player progression, in-game currency, package drops, and leaderboards.\n\nDesign and implement kill streak systems, weapon customization, and faction-specific features.\n\nEnsure cross-platform compatibility for PC, PS5, and Xbox.\nBuild a social hub where players can interact, visit vendors, and access their factions.\n\nIntegrate an anti-cheat system to ensure fair gameplay.\nSupport the development of seasonal updates and live content drops post-launch.\n\nRequired Skills:\n✅ Unreal Engine 5 experience (C++ and Blueprints).\n✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).\n✅ Strong knowledge of UI/UX design for games.\n✅ Experience with backend server setup and database management.\n✅ Familiarity with backend frameworks (Node.js, Python, or similar).\n✅ Proficient in weapon and combat system design.\n✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).\n✅ Crossplay integration experience for PC and console platforms.\n✅ Strong understanding of anti-cheat solutions.\n✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).\n\nPreferred Skills:\n✨ Experience with social hubs or FPS games.\n✨ Familiarity with Destiny-style Character Screens.\n✨ Understanding of game economy systems (in-game currency, rewards, drops).\n✨ Knowledge of modding tools for player-created maps and modes.\n\nProject Scope:\nCore game launch features:\n8 game modes (Team Deathmatch, Domination, Ground War, etc.).\nCharacter customization.\nFaction selection and progression.\nKill streaks, boost mechanics, and weapon systems.\nSocial hub with vendors and player interactions.\n\nPost-launch content:\nSeasonal updates (every 3 months).\nIn-between updates (new maps, weapons, cosmetics).\nLive events and battle pass integration.\nAdditional Requirements:\nStrong communication skills and ability to work remotely.\nAbility to collaborate with designers and concept artists.\nProvide regular updates and participate in playtesting sessions.\nEnsure high performance and optimization across all platforms.\n\nBudget and Timeline:\n💲 Negotiable based on experience and scope of work.\n🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.\n\nWhy Work with Us?\nThis project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you"re passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board!", "skills": ["Animation", "C++", "Cross-Platform Development", "Unreal Engine", "multiplayer networking", "Game UI/UX Design", "Backend Development", "Database Management", "Game Design", "Game Development"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$3.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/"}
``` |
STR Property Management Business development
Posted yesterday
Worldwide
Job Posting: Property Management Program Developer
Company Overview:
We are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.
Position: Property Management Program Developer
Location: Remote
Employment Type: Full-Time
Role Summary:
In this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program's structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.
Key Responsibilities:
Develop and implement a comprehensive property management program.
Design systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.
Build relationships with property owners and serve as their primary point of contact.
Recruit, train, and manage a team to support property management operations as the program grows.
Stay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.
Collaborate with the cleaning team to ensure seamless service integration between cleaning and property management.
Track program performance and present progress reports to leadership.
What We're Looking For:
Experience in property management, real estate, or STR operations.
Strong organizational and project management skills with the ability to create and streamline processes.
Excellent interpersonal and communication skills.
Proactive problem-solver with a customer-focused mindset.
Familiarity with property management software and tools is a plus.
Entrepreneurial spirit and enthusiasm for building a new program from the ground up.
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$4.00
-
$6.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
airbnb
Relationship Management
+ 8 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
8 hours ago
Interviewing:
3
Invites sent:
0
Unanswered invites:
0
About the client
Member since Aug 31, 2022
United States
Wolfeboro 5:38 AM
$37K total spent
49 hires, 13 active
1,024 hours
Engineering & Architecture
Small company (2-9 people)
Additional Skills Mentioned:
- Lead Generation
- Relationship Management
- short term rental
- vrbo
- Data Entry
- Sales
- Administrative Support
- Customer Relationship Management
- Microsoft Excel
Job Link:https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/ | STR Property Management Business development | Posted yesterday | Worldwide | Job Posting: Property Management Program Developer
Company Overview:
We are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.
Position: Property Management Program Developer
Location: Remote
Employment Type: Full-Time
Role Summary:
In this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program's structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.
Key Responsibilities:
Develop and implement a comprehensive property management program.
Design systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.
Build relationships with property owners and serve as their primary point of contact.
Recruit, train, and manage a team to support property management operations as the program grows.
Stay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.
Collaborate with the cleaning team to ensure seamless service integration between cleaning and property management.
Track program performance and present progress reports to leadership.
What We're Looking For:
Experience in property management, real estate, or STR operations.
Strong organizational and project management skills with the ability to create and streamline processes.
Excellent interpersonal and communication skills.
Proactive problem-solver with a customer-focused mindset.
Familiarity with property management software and tools is a plus.
Entrepreneurial spirit and enthusiasm for building a new program from the ground up. | [
"Lead Generation",
"Relationship Management",
"short term rental",
"vrbo",
"airbnb",
"Data Entry",
"Sales",
"Administrative Support",
"Customer Relationship Management",
"Microsoft Excel"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/ | ```json
{"title": "STR Property Management Business development", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Job Posting: Property Management Program Developer\n\nCompany Overview:\nWe are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.\n\nPosition: Property Management Program Developer\nLocation: Remote\nEmployment Type: Full-Time\n\nRole Summary:\nIn this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program"s structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.\n\nKey Responsibilities:\n\nDevelop and implement a comprehensive property management program.\nDesign systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.\nBuild relationships with property owners and serve as their primary point of contact.\nRecruit, train, and manage a team to support property management operations as the program grows.\nStay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.\nCollaborate with the cleaning team to ensure seamless service integration between cleaning and property management.\nTrack program performance and present progress reports to leadership.\nWhat We"re Looking For:\n\nExperience in property management, real estate, or STR operations.\nStrong organizational and project management skills with the ability to create and streamline processes.\nExcellent interpersonal and communication skills.\nProactive problem-solver with a customer-focused mindset.\nFamiliarity with property management software and tools is a plus.\nEntrepreneurial spirit and enthusiasm for building a new program from the ground up.", "skills": ["Lead Generation", "Relationship Management", "short term rental", "vrbo", "airbnb", "Data Entry", "Sales", "Administrative Support", "Customer Relationship Management", "Microsoft Excel"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$4.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/"}
``` |
Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver
Posted 2 weeks ago
Worldwide
We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.
Key Objectives:
1. Motion Profile Development:
* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.
* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.
2. Encoder Integration:
* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.
3. System Optimization:
* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.
* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.
Requirements:
* Proven experience in motion control systems, especially with linear motors and servo drivers.
* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.
* Knowledge of motion profiling, PID tuning, and trajectory planning.
Deliverables:
* Complete motion profiles for both high-precision and standard-precision applications.
* Software and firmware configuration files for TMC4671 driver.
* Documentation and guidelines for integration and calibration with the specified encoder systems.
If you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
$35.00
-
$55.00
Hourly
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Control Engineering
Industrial Automation
Activity on this job
Proposals:
Less than 5
Last viewed by client:
last week
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 3, 2014
United States
Wilmington 4:06 AM
$6K total spent
26 hires, 2 active
72 hours
Additional Skills Mentioned:
- Control Engineering
- Industrial Automation
Job Link:https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/ | Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver | Posted 2 weeks ago | Worldwide | We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.
Key Objectives:
1. Motion Profile Development:
* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.
* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.
2. Encoder Integration:
* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.
3. System Optimization:
* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.
* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.
Requirements:
* Proven experience in motion control systems, especially with linear motors and servo drivers.
* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.
* Knowledge of motion profiling, PID tuning, and trajectory planning.
Deliverables:
* Complete motion profiles for both high-precision and standard-precision applications.
* Software and firmware configuration files for TMC4671 driver.
* Documentation and guidelines for integration and calibration with the specified encoder systems.
If you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance! | [
"Control Engineering",
"Industrial Automation"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/ | ```json
{"title": "Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.\n\nKey Objectives:\n1. Motion Profile Development:\n\xa0\xa0\xa0\xa0* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.\n\xa0\xa0\xa0\xa0* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.\n2. Encoder Integration:\n\xa0\xa0\xa0\xa0* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.\n3. System Optimization:\n\xa0\xa0\xa0\xa0* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.\n\xa0\xa0\xa0\xa0* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.\n\nRequirements:\n* Proven experience in motion control systems, especially with linear motors and servo drivers.\n* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.\n* Knowledge of motion profiling, PID tuning, and trajectory planning.\n\nDeliverables:\n* Complete motion profiles for both high-precision and standard-precision applications.\n* Software and firmware configuration files for TMC4671 driver.\n* Documentation and guidelines for integration and calibration with the specified encoder systems.\n\nIf you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance!", "skills": ["Control Engineering", "Industrial Automation"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$35.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/"}
``` |
Affiliate Marketing- Graphic Novels- Picture Book
Posted 2 days ago
Worldwide
Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com even a Picture book based on http://www.cherubstoys.com I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks.
$40.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Affiliate Marketing
Affiliate Marketing Website
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
1
Invites sent:
4
Unanswered invites:
4
About the client
Member since Jul 23, 2007
United Kingdom
London 8:24 AM
$18K total spent
141 hires, 1 active
Individual client
Additional Skills Mentioned:
- Affiliate Marketing
- comic book sales
- graphic novel marketing
- Affiliate Marketing Website
Job Link:https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/ | Affiliate Marketing- Graphic Novels- Picture Book | Posted 2 days ago | Worldwide | Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com even a Picture book based on http://www.cherubstoys.com I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks. | [
"Affiliate Marketing",
"comic book sales",
"graphic novel marketing",
"Affiliate Marketing Website"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/ | ```json
{"title": "Affiliate Marketing- Graphic Novels- Picture Book", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com\xa0\xa0\xa0even a Picture book based on http://www.cherubstoys.com\xa0\xa0I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks.", "skills": ["Affiliate Marketing", "comic book sales", "graphic novel marketing", "Affiliate Marketing Website"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/"}
``` |
Data Scraping Expert for Big Data Scraping Task
Posted yesterday
Worldwide
We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
$20.00
-
$30.00
Hourly
Remote Job
Complex project
Project Type
Skills and Expertise
Data Scraping
Scrapy
Python
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
United States
4:37 AM
Additional Skills Mentioned:
- Data Scraping
- Data Mining
Job Link:https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/ | Data Scraping Expert for Big Data Scraping Task | Posted yesterday | Worldwide | We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you. | [
"Data Scraping",
"Python",
"Data Mining",
"Scrapy"
] | Expert | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/ | ```json
{"title": "Data Scraping Expert for Big Data Scraping Task", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you.", "skills": ["Data Scraping", "Python", "Data Mining", "Scrapy"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$20.00", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/"}
``` |
Mobile ios application development
Posted yesterday
Worldwide
The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I'll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget
$2,000.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
iOS
iOS Development
Mobile App Development
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 8, 2025
Hong Kong
3:03 PM
Additional Skills Mentioned:
- iOS Development
- Mobile App Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/ | Mobile ios application development | Posted yesterday | Worldwide | The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I'll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget | [
"iOS",
"iOS Development",
"Mobile App Development"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/ | ```json
{"title": "Mobile ios application development", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I"ll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget", "skills": ["iOS", "iOS Development", "Mobile App Development"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/"}
``` |
Anime couple keychain product
Posted 3 weeks ago
Worldwide
Anime couple keychain products similar to the reference provided. It will be of kirito and asuna
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Graphic Design
Illustration
+ 5 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
2
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 4, 2024
NZL
Wellington 7:42 PM
$86 total spent
3 hires, 1 active
Additional Skills Mentioned:
- Drawing
- Adobe Illustrator
- Logo Design
- Adobe Photoshop
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/ | Anime couple keychain product | Posted 3 weeks ago | Worldwide | Anime couple keychain products similar to the reference provided. It will be of kirito and asuna | [
"Drawing",
"Adobe Illustrator",
"Logo Design",
"Illustration",
"Adobe Photoshop",
"Graphic Design",
"Anime"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/ | ```json
{"title": "Anime couple keychain product", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Anime couple keychain products similar to the reference provided. It will be of kirito and asuna", "skills": ["Drawing", "Adobe Illustrator", "Logo Design", "Illustration", "Adobe Photoshop", "Graphic Design", "Anime"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/"}
``` |
Thumbnail Artist needed for finance video creation.
Posted 2 days ago
Worldwide
Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.
Videos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.
Videos will be text AND image based.
*48 hour turnaround time required.
Each video will pay $5.00 USD
$5.00
Fixed-price
Entry level
Experience Level
Remote Job
Complex project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Graphic Design
Adobe Illustrator
+ 8 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
13 hours ago
Hires:
1
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
USA
Austin 3:28 AM
1 hire, 1 active
Additional Skills Mentioned:
- Drawing
- Adobe Illustrator
- Animation
- 2D Animation
- Motion Graphics
- Adobe Premiere Pro
- Illustration
- Adobe Photoshop
- Photo Editing
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/ | Thumbnail Artist needed for finance video creation. | Posted 2 days ago | Worldwide | Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.
Videos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.
Videos will be text AND image based.
*48 hour turnaround time required.
Each video will pay $5.00 USD | [
"Drawing",
"Adobe Illustrator",
"Animation",
"2D Animation",
"Motion Graphics",
"Adobe Premiere Pro",
"Illustration",
"Adobe Photoshop",
"Photo Editing",
"Graphic Design"
] | Entry level | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/ | ```json
{"title": "Thumbnail Artist needed for finance video creation.", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.\n\nVideos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.\nVideos will be text AND image based.\n\n*48 hour turnaround time required.\n\nEach video will pay $5.00 USD", "skills": ["Drawing", "Adobe Illustrator", "Animation", "2D Animation", "Motion Graphics", "Adobe Premiere Pro", "Illustration", "Adobe Photoshop", "Photo Editing", "Graphic Design"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/"}
``` |
Consultation with Architect Familiar with Costa Rica Building Regulations
Posted 2 days ago
Worldwide
I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Intermediate
Experience Level
$15.00
-
$35.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Architectural Design
Autodesk AutoCAD
+ 3 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 30, 2019
Belgium
Lommel 10:56 AM
$11K total spent
61 hires, 38 active
210 hours
Individual client
Additional Skills Mentioned:
- Drafting
- Architectural Design
- 2D Design & Drawings
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/ | Consultation with Architect Familiar with Costa Rica Building Regulations | Posted 2 days ago | Worldwide | I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project. | [
"Construction",
"Drafting",
"Architectural Design",
"2D Design & Drawings",
"Autodesk AutoCAD"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/ | ```json
{"title": "Consultation with Architect Familiar with Costa Rica Building Regulations", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project.", "skills": ["Construction", "Drafting", "Architectural Design", "2D Design & Drawings", "Autodesk AutoCAD"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$15.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/"}
``` |
Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project
Posted last week
Worldwide
Project Overview
Seeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.
Project Goals
Develop an MVP browser extension for Gmail and WhatsApp Web
Provide comprehensive technical mentorship throughout development
Create detailed documentation and explanations for all code
Regular knowledge transfer sessions
MVP Technical Requirements
Core Features
Browser extension (Chrome) integrating with Gmail and WhatsApp Web
Real-time message suggestions using NLP
Basic tone detection (formal/informal)
Context-aware suggestions
Simple response templates
User authentication system
Secure data storage for message history
Learning Components
Weekly code review and explanation sessions
Structured learning materials for key technologies
Documentation of architectural decisions
Step-by-step breakdown of complex implementations
Required Skills
Primary Developer
Full-stack development experience
Browser extension development
Experience with Natural Language Processing
API development and integration
OAuth and security implementation
Data storage and management
JavaScript/TypeScript expertise
Mentorship Capabilities
Fluent English
Strong communication skills
Teaching/mentoring experience preferred
Ability to explain complex concepts clearly
Patient and detail-oriented approach
Willingness to provide learning materials
Time Commitment
15-25 hours per week
Regular check-ins and teaching sessions
3-6 month initial engagement
Compensation
Bi-weekly or monthly payment schedule
Rate negotiable based on experience and capabilities
Long-term potential for the right candidate(s)
Project Structure
Initial Planning Phase (2 weeks)
Architecture design
Technology stack selection
Learning path creation
Development Sprints (2-3 months)
Iterative development with regular reviews
Concurrent learning sessions
Progressive feature implementation
Testing and Deployment (2-3 weeks)
Quality assurance
User testing
Chrome Web Store submission
Please provide:
Your relevant experience
Previous teaching/mentoring experience
Sample project or code portfolio
Proposed approach to combined development and mentorship
Estimated rate range
Available weekly hours
Questions about the project
Serious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions.
$5,000.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Full Stack Development Skills
Database Management
Full Stack Development Deliverables
API Integration
Full-Stack Development
+ 1 more
Full Stack Development Languages
JavaScript
TypeScript
Other
Quality Assurance
Teaching
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Oct 19, 2024
United States
3:36 AM
Tech & IT
Individual client
Additional Skills Mentioned:
- Natural Language Processing
- Full-Stack Development
- API Integration
- Security Framework
- Quality Assurance
- Google Chrome Extension
- Database Management
Job Link:https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/ | Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project | Posted last week | Worldwide | Project Overview
Seeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.
Project Goals
Develop an MVP browser extension for Gmail and WhatsApp Web
Provide comprehensive technical mentorship throughout development
Create detailed documentation and explanations for all code
Regular knowledge transfer sessions
MVP Technical Requirements
Core Features
Browser extension (Chrome) integrating with Gmail and WhatsApp Web
Real-time message suggestions using NLP
Basic tone detection (formal/informal)
Context-aware suggestions
Simple response templates
User authentication system
Secure data storage for message history
Learning Components
Weekly code review and explanation sessions
Structured learning materials for key technologies
Documentation of architectural decisions
Step-by-step breakdown of complex implementations
Required Skills
Primary Developer
Full-stack development experience
Browser extension development
Experience with Natural Language Processing
API development and integration
OAuth and security implementation
Data storage and management
JavaScript/TypeScript expertise
Mentorship Capabilities
Fluent English
Strong communication skills
Teaching/mentoring experience preferred
Ability to explain complex concepts clearly
Patient and detail-oriented approach
Willingness to provide learning materials
Time Commitment
15-25 hours per week
Regular check-ins and teaching sessions
3-6 month initial engagement
Compensation
Bi-weekly or monthly payment schedule
Rate negotiable based on experience and capabilities
Long-term potential for the right candidate(s)
Project Structure
Initial Planning Phase (2 weeks)
Architecture design
Technology stack selection
Learning path creation
Development Sprints (2-3 months)
Iterative development with regular reviews
Concurrent learning sessions
Progressive feature implementation
Testing and Deployment (2-3 weeks)
Quality assurance
User testing
Chrome Web Store submission
Please provide:
Your relevant experience
Previous teaching/mentoring experience
Sample project or code portfolio
Proposed approach to combined development and mentorship
Estimated rate range
Available weekly hours
Questions about the project
Serious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions. | [
"Natural Language Processing",
"Teaching",
"Full-Stack Development",
"API Integration",
"Security Framework",
"Quality Assurance",
"Google Chrome Extension",
"TypeScript",
"Database Management",
"JavaScript"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/ | ```json
{"title": "Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project", "post_date": "Posted last week", "Location": "Worldwide", "description": "Project Overview\nSeeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.\n\nProject Goals\nDevelop an MVP browser extension for Gmail and WhatsApp Web\nProvide comprehensive technical mentorship throughout development\nCreate detailed documentation and explanations for all code\nRegular knowledge transfer sessions\n\nMVP Technical Requirements\nCore Features\nBrowser extension (Chrome) integrating with Gmail and WhatsApp Web\nReal-time message suggestions using NLP\nBasic tone detection (formal/informal)\nContext-aware suggestions\nSimple response templates\nUser authentication system\nSecure data storage for message history\n\nLearning Components\nWeekly code review and explanation sessions\nStructured learning materials for key technologies\nDocumentation of architectural decisions\nStep-by-step breakdown of complex implementations\n\nRequired Skills\nPrimary Developer\nFull-stack development experience\nBrowser extension development\nExperience with Natural Language Processing\nAPI development and integration\nOAuth and security implementation\nData storage and management\nJavaScript/TypeScript expertise\n\nMentorship Capabilities\nFluent English\nStrong communication skills\nTeaching/mentoring experience preferred\nAbility to explain complex concepts clearly\nPatient and detail-oriented approach\nWillingness to provide learning materials\n\nTime Commitment\n15-25 hours per week\nRegular check-ins and teaching sessions\n3-6 month initial engagement\n\nCompensation\nBi-weekly or monthly payment schedule\nRate negotiable based on experience and capabilities\nLong-term potential for the right candidate(s)\n\nProject Structure\nInitial Planning Phase (2 weeks)\nArchitecture design\nTechnology stack selection\nLearning path creation\nDevelopment Sprints (2-3 months)\nIterative development with regular reviews\nConcurrent learning sessions\nProgressive feature implementation\nTesting and Deployment (2-3 weeks)\nQuality assurance\nUser testing\nChrome Web Store submission\n\nPlease provide:\nYour relevant experience\nPrevious teaching/mentoring experience\nSample project or code portfolio\nProposed approach to combined development and mentorship\nEstimated rate range\nAvailable weekly hours\nQuestions about the project\nSerious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions.", "skills": ["Natural Language Processing", "Teaching", "Full-Stack Development", "API Integration", "Security Framework", "Quality Assurance", "Google Chrome Extension", "TypeScript", "Database Management", "JavaScript"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/"}
``` |
Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available)
Posted 2 weeks ago
Worldwide
Needs to hire 2 Freelancers
Hi there,
my company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.
We are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.
-- Regular tasks --
• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit
• Create AutoCAD blocks and linetypes
• Create Revit families
• Document and improve drafting processes
-- What we're looking for --
• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)
• Someone with interest in geospatial technologies, 3D scanning and modelling
• Experience working with Civil3D and/or Revit
• Highly motivated to succeed with a can-do attitude
• Eager to learn
• Someone who is a good team player with ability to manage their own time and work independently when required
• Reliable and trustworthy
• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time
-- What we offer --
• Career development plan and training for a motivated individual
• Base pay + performance bonuses
• Flexible working hours
• Supportive environment
• Regular projects
If you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.
In this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!
Kind regards,
Sharas
More than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$10.00
-
$20.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
BIM Software
Autodesk Revit
AutoCAD Civil 3D
BIM Services
Point Cloud to BIM
CAD Drafting
Other
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
5
Invites sent:
21
Unanswered invites:
7
About the client
Member since Aug 7, 2018
Australia
Carindale 5:35 PM
$27K total spent
78 hires, 3 active
1,575 hours
Additional Skills Mentioned:
- AutoCAD Civil 3D
- Point Cloud to BIM
- Autodesk Revit
- CAD Drafting
Job Link:https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/ | Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available) | Posted 2 weeks ago | Worldwide | Hi there,
my company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.
We are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.
-- Regular tasks --
• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit
• Create AutoCAD blocks and linetypes
• Create Revit families
• Document and improve drafting processes
-- What we're looking for --
• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)
• Someone with interest in geospatial technologies, 3D scanning and modelling
• Experience working with Civil3D and/or Revit
• Highly motivated to succeed with a can-do attitude
• Eager to learn
• Someone who is a good team player with ability to manage their own time and work independently when required
• Reliable and trustworthy
• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time
-- What we offer --
• Career development plan and training for a motivated individual
• Base pay + performance bonuses
• Flexible working hours
• Supportive environment
• Regular projects
If you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.
In this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!
Kind regards,
Sharas | [
"AutoCAD Civil 3D",
"Point Cloud to BIM",
"Autodesk Revit",
"CAD Drafting"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/ | ```json
{"title": "Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available)", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Hi there,\n\nmy company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.\n\nWe are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.\n\n-- Regular tasks --\n\n• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit\n• Create AutoCAD blocks and linetypes\n• Create Revit families\n• Document and improve drafting processes\n\n-- What we"re looking for --\n\n• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)\n• Someone with interest in geospatial technologies, 3D scanning and modelling\n• Experience working with Civil3D and/or Revit\n• Highly motivated to succeed with a can-do attitude\n• Eager to learn\n• Someone who is a good team player with ability to manage their own time and work independently when required\n• Reliable and trustworthy\n• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time\n\n-- What we offer --\n\n• Career development plan and training for a motivated individual\n• Base pay + performance bonuses\n• Flexible working hours\n• Supportive environment\n• Regular projects\n\nIf you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.\n\nIn this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!\n\nKind regards,\nSharas", "skills": ["AutoCAD Civil 3D", "Point Cloud to BIM", "Autodesk Revit", "CAD Drafting"], "work_schedule": "More than 30 hrs/week", "experience_level": "Intermediate", "salary": "$10.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/"}
``` |
Weather analyst needed for weather report videos (USA)
Posted yesterday
Worldwide
Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel
https://www.youtube.com/@RyanHallYall
We're looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.
it would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.
please watch the above linked youtube channel for the type of analysis that Is required.
$1,500.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Writing
Content Writing
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 7, 2020
Netherlands
Amersfoort 10:54 AM
$5.6K total spent
48 hires, 15 active
Art & Design
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Data Analysis
- Content Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/ | Weather analyst needed for weather report videos (USA) | Posted yesterday | Worldwide | Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel
https://www.youtube.com/@RyanHallYall
We're looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.
it would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.
please watch the above linked youtube channel for the type of analysis that Is required. | [
"Writing",
"Data Analysis",
"Content Writing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/ | ```json
{"title": "Weather analyst needed for weather report videos (USA)", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel\n\nhttps://www.youtube.com/@RyanHallYall\n\nWe"re looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.\n\nit would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.\n\nplease watch the above linked youtube channel for the type of analysis that Is required.", "skills": ["Writing", "Data Analysis", "Content Writing"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/"}
``` |
Video Editor Needed for 20 mins of Intimate Wedding Footage
Posted last week
Worldwide
We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.
Project Deliverables:
1. Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.
2. Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.
3. Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.
Project Details:
Footage Length: Approximately 20 minutes of raw video.
Tasks Include:
1. Smooth transitions and a cohesive flow between clips.
2. Professional color grading and correction for a high-quality finish. Footage off a Go Pro.
3. Extensive audio work to significantly reduce background noise while enhancing clarity.
4. Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.
5. Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).
Requirements:
To apply, you must have:
1. Proven experience editing wedding or similar event videos.
2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).
3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.
4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).
5. A creative eye for storytelling and visual composition.
Timeline & Deadline:
6. The final deliverables are required within 2 weeks from the project start date.
Ongoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.
Application Instructions:
If you're interested, please respond with:
1. A link to your portfolio showcasing similar projects.
2. Details of your relevant experience.
3. Your estimated timeline for completion.
4. Your proposed rate for the full project.
We look forward to collaborating with a talented editor to bring these cherished memories to life!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Video Editing Services
Color Grading
Compositing
+ 3 more
Other
Video Editing
Video Post-Editing
+ 2 more
Activity on this job
Proposals:
20 to 50
Last viewed by client:
last week
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Sep 22, 2021
Australia
Wynumm 6:27 PM
$7.9K total spent
44 hires, 2 active
541 hours
Art & Design
Individual client
Additional Skills Mentioned:
- Video Editing
- Audio Editing
- Color Grading
- Video Post-Editing
- Motion Retouching
- Video Production
- Highlighting Effects
- Dynamic Transition
Job Link:https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/ | Video Editor Needed for 20 mins of Intimate Wedding Footage | Posted last week | Worldwide | We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.
Project Deliverables:
1. Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.
2. Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.
3. Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.
Project Details:
Footage Length: Approximately 20 minutes of raw video.
Tasks Include:
1. Smooth transitions and a cohesive flow between clips.
2. Professional color grading and correction for a high-quality finish. Footage off a Go Pro.
3. Extensive audio work to significantly reduce background noise while enhancing clarity.
4. Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.
5. Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).
Requirements:
To apply, you must have:
1. Proven experience editing wedding or similar event videos.
2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).
3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.
4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).
5. A creative eye for storytelling and visual composition.
Timeline & Deadline:
6. The final deliverables are required within 2 weeks from the project start date.
Ongoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.
Application Instructions:
If you're interested, please respond with:
1. A link to your portfolio showcasing similar projects.
2. Details of your relevant experience.
3. Your estimated timeline for completion.
4. Your proposed rate for the full project.
We look forward to collaborating with a talented editor to bring these cherished memories to life! | [
"Compositing",
"Video Editing",
"Audio Editing",
"Color Grading",
"Video Post-Editing",
"Motion Retouching",
"Video Production",
"Highlighting Effects",
"Dynamic Transition"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/ | ```json
{"title": "Video Editor Needed for 20 mins of Intimate Wedding Footage", "post_date": "Posted last week", "Location": "Worldwide", "description": "We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.\n\nProject Deliverables:\n1.\xa0\xa0Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.\n2.\xa0\xa0Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.\n3.\xa0\xa0Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.\n\nProject Details:\nFootage Length: Approximately 20 minutes of raw video.\n\nTasks Include:\n1.\xa0\xa0Smooth transitions and a cohesive flow between clips.\n2.\xa0\xa0Professional color grading and correction for a high-quality finish.\xa0\xa0Footage off a Go Pro.\n3.\xa0\xa0Extensive audio work to significantly reduce background noise while enhancing clarity.\n4.\xa0\xa0Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.\n5.\xa0\xa0Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).\n\nRequirements:\nTo apply, you must have:\n\n1. Proven experience editing wedding or similar event videos.\n2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).\n3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.\n4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).\n5. A creative eye for storytelling and visual composition.\nTimeline & Deadline:\n6. The final deliverables are required within 2 weeks from the project start date.\n\nOngoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.\n\nApplication Instructions:\nIf you"re interested, please respond with:\n\n1. A link to your portfolio showcasing similar projects.\n2. Details of your relevant experience.\n3. Your estimated timeline for completion.\n4. Your proposed rate for the full project.\n\nWe look forward to collaborating with a talented editor to bring these cherished memories to life!", "skills": ["Compositing", "Video Editing", "Audio Editing", "Color Grading", "Video Post-Editing", "Motion Retouching", "Video Production", "Highlighting Effects", "Dynamic Transition"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/"}
``` |
Mental health email marketing & blogger
Posted 3 weeks ago
Worldwide
Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.
Primarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition
You must be proficient in mental health and blast emails
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$25.00
-
$60.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Email Marketing Services
Campaign Management
Email Campaign Setup
+ 2 more
Email Marketing Tools
Constant Contact
Other
mental health
Blog Writing
+ 2 more
Activity on this job
Proposals:
15 to 20
Last viewed by client:
3 weeks ago
Interviewing:
3
Invites sent:
7
Unanswered invites:
2
About the client
Member since Feb 6, 2011
United States
Los Angeles 5:53 AM
$7.5K total spent
51 hires, 10 active
376 hours
Health & Fitness
Small company (2-9 people)
Additional Skills Mentioned:
- mental health
- Blog Writing
- Content Writing
- Email Campaign Setup
- Campaign Management
- Constant Contact
- Email Marketing
- Marketing Analytics
- Cognitive Behavioral Therapy
Job Link:https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/ | Mental health email marketing & blogger | Posted 3 weeks ago | Worldwide | Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.
Primarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition
You must be proficient in mental health and blast emails | [
"mental health",
"Blog Writing",
"Content Writing",
"Email Campaign Setup",
"Campaign Management",
"Constant Contact",
"Email Marketing",
"Marketing Analytics",
"Cognitive Behavioral Therapy"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/ | ```json
{"title": "Mental health email marketing & blogger", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.\nPrimarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition\nYou must be proficient in mental health and blast emails", "skills": ["mental health", "Blog Writing", "Content Writing", "Email Campaign Setup", "Campaign Management", "Constant Contact", "Email Marketing", "Marketing Analytics", "Cognitive Behavioral Therapy"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$25.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/"}
``` |
Business Process Automation & CRM Setup for Car Dealership With Gohighlevel
Posted 2 months ago
Worldwide
User Story for the Mersea Cars Contract
As the owner and operator of Mersea Cars, I want to implement a fully automated and integrated system that manages car pricing, lead qualification, customer communication, and marketing campaigns so that I can save time, run my dealership more efficiently, and grow sales. By automating daily tasks, re-engaging past clients with special offers, and using a CRM to pre-qualify new leads, I aim to create a repeatable, scalable process that boosts customer satisfaction and sets the stage for future expansion.
Job Description
We are seeking an experienced and detail-oriented professional or team to automate and optimize the daily operations of our car dealership, Mersea Cars. The goal is to streamline all business processes, improve efficiency, and establish a replicable model for future scalability.
Scope of Work
Automate tasks such as car price management, customer lead handling, and vehicle sourcing.
Develop a detailed rulebook and workflow documentation for all processes.
Set up and manage CRM systems to enhance customer communication and lead tracking.
Implement tools for social media marketing and lead generation.
Work with Simon, our operations lead, to expand the scope of tasks and ensure smooth execution.
Establish key performance indicators (KPIs) to track the impact of automation on sales and efficiency.
Responsibilities
Daily Operations
Automate car pricing using platforms like Motorway, Autotrader, and BCA.
Create spreadsheets and parameters for buying and bidding decisions.
Handle customer leads efficiently and track conversions.
Customer Communication
Set up a CRM system to centralize and automate customer interactions.
Support customer service with calls and problem-solving mechanisms.
Marketing & Sales Optimization
Develop a social media marketing plan and generate sales leads.
Monitor and report on campaign performance.
Long-Term Scalability
Document all processes to create a comprehensive rulebook (“workbook”) for future scalability and resale.
Establish automation rules to handle repetitive tasks, saving time and improving consistency.
Key Deliverables
A fully documented process workflow for the business.
Spreadsheet templates for data management and decision-making.
CRM setup and integration with automated lead workflows.
Marketing strategies with measurable goals.
Weekly and monthly reports on progress, challenges, and KPIs.
Key Performance Indicators (KPIs)
Increase in monthly car sales attributed to optimized processes.
Time saved through automation (e.g., reduced hours spent on pricing and lead management).
Improved customer satisfaction ratings.
Measurable ROI on marketing campaigns.
Additional Requirements
The ability to work 7 days a week to align with our business schedule.
Regular check-ins with our team to ensure alignment.
Creation of a data-backed system for weekend car purchases to capitalize on lower prices.
Payment Structure
We are starting with a 20-hour per week engagement at $6/hour. Adjustments will be made based on performance and workload expansion. Payment will be tied to the following clauses:
Accuracy: Deductions will apply for errors that result in financial or operational setbacks.
Performance: Bonuses will be awarded for meeting or exceeding KPIs.
Work Documentation: All processes must be thoroughly documented for future scalability.
How to Apply
Share your experience with automation, CRM setup, and process optimization.
Provide examples of similar projects you’ve worked on (especially in the automotive industry).
Include a brief proposal on how you would approach this project.
This is a long-term opportunity for the right candidate. As we scale, we aim to package this system as a service to offer to other car dealerships. By joining us, you’ll be part of a growth-focused initiative aimed at transforming the automotive industry.
Addendum to Upwork Contract: Project Outline & End Vision for Mersea Cars (MCS)
This document serves as an outline of the project’s objectives, scope, and desired outcomes for Mersea Cars (MCS). It is intended to guide our collaboration and ensure clarity on the vision, responsibilities, and deliverables.
1. Project Vision & Goals
Streamlined Operations: Leverage automation and CRM tools to reduce manual tasks, speed up lead handling, and optimize daily workflows.
Enhanced Customer Engagement: Re-engage past clients who bought cars 1–2 years ago, present them with special offers, and provide timely responses to new leads.
Scalability: Build a system that can be easily replicated, documented, and packaged as a service for future expansion or resale.
2. Areas of Work
Daily Operations & Automation
Car Pricing & Inventory: Implement automated processes for pricing cars, especially those in stock for more than 40 days.
Lead Management: Automatically capture and categorize leads from multiple platforms (e.g., Autotrader, Motorway), ensuring quick follow-up.
Decision-Making Support: Create spreadsheet templates and rules to inform buying/bidding decisions.
CRM Setup & Customer Communication
Centralized Database: Configure CRM to track all customer interactions, segment leads, and manage follow-ups.
Automated Outreach: Develop messaging campaigns for past clients (e.g., 2-year customers) and new leads, including pre-qualifying questions.
Personalization & Engagement: Use workflows to tailor messages according to category (e.g., past buyer vs. new lead).
Lead Pre-qualification & Segmentation
Key Questions: Automate a set of questions to assess lead intent and urgency (e.g., “Why have you selected this particular car?”).
Lead Scoring: Rank leads to identify serious buyers versus casual browsers, directing the sales team’s focus efficiently.
Categorized Pipelines: Assign leads to statuses (e.g., “Ready to Buy,” “Just Browsing,” “Interested in Trade-In”) for appropriate follow-up.
Marketing & Sales Optimization
Social Media & Lead Generation: Craft targeted marketing campaigns, track conversions, and integrate results into the CRM.
Offer Announcements: Notify past clients about special deals and promotions, especially for vehicles that need quick sales turnover.
Documentation & Scalability
Process Rulebook: Maintain a comprehensive “workbook” detailing every automated process, decision parameter, and workflow.
Future Replicability: Ensure the system can be duplicated for additional dealerships or business units, strengthening MCS’s potential for resale and expansion.
3. Key Performance Indicators (KPIs)
Increased Sales: Measure additional monthly car sales from automated outreach and targeted offers.
Time Saved: Track reduction in manual hours spent on pricing, lead qualification, and follow-ups.
Customer Satisfaction: Improve ratings and feedback from both new and returning clients.
ROI on Campaigns: Calculate effectiveness of marketing activities (e.g., social media ads, email/SMS campaigns).
4. Collaboration & Expectations
Teamwork: The hired professional will work closely with Simon (Operations Lead) and other MCS team members.
Availability: Must be able to accommodate a 7-day operational schedule and provide regular progress updates.
Performance & Accountability:
Bonuses for exceeding KPIs and achieving measurable impact.
Deductions for critical errors causing financial losses or operational setbacks.
5. Compensation & Commitment
Hourly Rate & Hours: $6/hour for an initial 20-hour/week commitment, subject to increase based on performance and workload expansion.
Payment Milestones: Tied to meeting KPIs, delivering functional automation, and providing thorough documentation.
Long-Term Engagement: Successful implementation may lead to ongoing collaboration and additional responsibilities as MCS expands.
6. Application Guidelines
Expertise: Applicants must showcase experience with CRM integrations, process automation, and workflow optimization.
Relevant Projects: Provide examples from automotive or similar industries demonstrating successful lead management and customer outreach.
Proposed Approach: Include a brief strategy for how you plan to address each focus area (pricing, lead qualification, marketing, etc.).
Agreement
By joining this project, you will play a key role in transforming Mersea Cars into a more efficient, scalable, and customer-focused dealership. Your work will directly impact our current operations and future growth, potentially opening opportunities for collaboration with other dealerships as we package and replicate this successful model.
Both parties acknowledge the project’s objectives and commit to a collaborative, results-driven partnership. We look forward to building a robust, automated infrastructure that sets a new standard for car dealerships everywhere.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$6.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Lead Generation
Customer Relationship Management
+ 3 more
Activity on this job
Proposals:
15 to 20
Last viewed by client:
last month
Hires:
2
Interviewing:
16
Invites sent:
23
Unanswered invites:
5
About the client
Member since Nov 20, 2024
GBR
Colchester 9:07 AM
$641 total spent
2 hires, 2 active
117 hours
Additional Skills Mentioned:
- Salesforce CRM
- Business Process Modeling
- Lead Generation
- Customer Relationship Management
- Marketing Automation
Job Link:https://www.upwork.com/freelance-jobs/apply/Business-Process-Automation-CRM-Setup-for-Car-Dealership-With-Gohighlevel_~021859195652050553420/ | Business Process Automation & CRM Setup for Car Dealership With Gohighlevel | Posted 2 months ago | Worldwide | User Story for the Mersea Cars Contract
As the owner and operator of Mersea Cars, I want to implement a fully automated and integrated system that manages car pricing, lead qualification, customer communication, and marketing campaigns so that I can save time, run my dealership more efficiently, and grow sales. By automating daily tasks, re-engaging past clients with special offers, and using a CRM to pre-qualify new leads, I aim to create a repeatable, scalable process that boosts customer satisfaction and sets the stage for future expansion.
Job Description
We are seeking an experienced and detail-oriented professional or team to automate and optimize the daily operations of our car dealership, Mersea Cars. The goal is to streamline all business processes, improve efficiency, and establish a replicable model for future scalability.
Scope of Work
Automate tasks such as car price management, customer lead handling, and vehicle sourcing.
Develop a detailed rulebook and workflow documentation for all processes.
Set up and manage CRM systems to enhance customer communication and lead tracking.
Implement tools for social media marketing and lead generation.
Work with Simon, our operations lead, to expand the scope of tasks and ensure smooth execution.
Establish key performance indicators (KPIs) to track the impact of automation on sales and efficiency.
Responsibilities
Daily Operations
Automate car pricing using platforms like Motorway, Autotrader, and BCA.
Create spreadsheets and parameters for buying and bidding decisions.
Handle customer leads efficiently and track conversions.
Customer Communication
Set up a CRM system to centralize and automate customer interactions.
Support customer service with calls and problem-solving mechanisms.
Marketing & Sales Optimization
Develop a social media marketing plan and generate sales leads.
Monitor and report on campaign performance.
Long-Term Scalability
Document all processes to create a comprehensive rulebook (“workbook”) for future scalability and resale.
Establish automation rules to handle repetitive tasks, saving time and improving consistency.
Key Deliverables
A fully documented process workflow for the business.
Spreadsheet templates for data management and decision-making.
CRM setup and integration with automated lead workflows.
Marketing strategies with measurable goals.
Weekly and monthly reports on progress, challenges, and KPIs.
Key Performance Indicators (KPIs)
Increase in monthly car sales attributed to optimized processes.
Time saved through automation (e.g., reduced hours spent on pricing and lead management).
Improved customer satisfaction ratings.
Measurable ROI on marketing campaigns.
Additional Requirements
The ability to work 7 days a week to align with our business schedule.
Regular check-ins with our team to ensure alignment.
Creation of a data-backed system for weekend car purchases to capitalize on lower prices.
Payment Structure
We are starting with a 20-hour per week engagement at $6/hour. Adjustments will be made based on performance and workload expansion. Payment will be tied to the following clauses:
Accuracy: Deductions will apply for errors that result in financial or operational setbacks.
Performance: Bonuses will be awarded for meeting or exceeding KPIs.
Work Documentation: All processes must be thoroughly documented for future scalability.
How to Apply
Share your experience with automation, CRM setup, and process optimization.
Provide examples of similar projects you’ve worked on (especially in the automotive industry).
Include a brief proposal on how you would approach this project.
This is a long-term opportunity for the right candidate. As we scale, we aim to package this system as a service to offer to other car dealerships. By joining us, you’ll be part of a growth-focused initiative aimed at transforming the automotive industry.
Addendum to Upwork Contract: Project Outline & End Vision for Mersea Cars (MCS)
This document serves as an outline of the project’s objectives, scope, and desired outcomes for Mersea Cars (MCS). It is intended to guide our collaboration and ensure clarity on the vision, responsibilities, and deliverables.
1. Project Vision & Goals
Streamlined Operations: Leverage automation and CRM tools to reduce manual tasks, speed up lead handling, and optimize daily workflows.
Enhanced Customer Engagement: Re-engage past clients who bought cars 1–2 years ago, present them with special offers, and provide timely responses to new leads.
Scalability: Build a system that can be easily replicated, documented, and packaged as a service for future expansion or resale.
2. Areas of Work
Daily Operations & Automation
Car Pricing & Inventory: Implement automated processes for pricing cars, especially those in stock for more than 40 days.
Lead Management: Automatically capture and categorize leads from multiple platforms (e.g., Autotrader, Motorway), ensuring quick follow-up.
Decision-Making Support: Create spreadsheet templates and rules to inform buying/bidding decisions.
CRM Setup & Customer Communication
Centralized Database: Configure CRM to track all customer interactions, segment leads, and manage follow-ups.
Automated Outreach: Develop messaging campaigns for past clients (e.g., 2-year customers) and new leads, including pre-qualifying questions.
Personalization & Engagement: Use workflows to tailor messages according to category (e.g., past buyer vs. new lead).
Lead Pre-qualification & Segmentation
Key Questions: Automate a set of questions to assess lead intent and urgency (e.g., “Why have you selected this particular car?”).
Lead Scoring: Rank leads to identify serious buyers versus casual browsers, directing the sales team’s focus efficiently.
Categorized Pipelines: Assign leads to statuses (e.g., “Ready to Buy,” “Just Browsing,” “Interested in Trade-In”) for appropriate follow-up.
Marketing & Sales Optimization
Social Media & Lead Generation: Craft targeted marketing campaigns, track conversions, and integrate results into the CRM.
Offer Announcements: Notify past clients about special deals and promotions, especially for vehicles that need quick sales turnover.
Documentation & Scalability
Process Rulebook: Maintain a comprehensive “workbook” detailing every automated process, decision parameter, and workflow.
Future Replicability: Ensure the system can be duplicated for additional dealerships or business units, strengthening MCS’s potential for resale and expansion.
3. Key Performance Indicators (KPIs)
Increased Sales: Measure additional monthly car sales from automated outreach and targeted offers.
Time Saved: Track reduction in manual hours spent on pricing, lead qualification, and follow-ups.
Customer Satisfaction: Improve ratings and feedback from both new and returning clients.
ROI on Campaigns: Calculate effectiveness of marketing activities (e.g., social media ads, email/SMS campaigns).
4. Collaboration & Expectations
Teamwork: The hired professional will work closely with Simon (Operations Lead) and other MCS team members.
Availability: Must be able to accommodate a 7-day operational schedule and provide regular progress updates.
Performance & Accountability:
Bonuses for exceeding KPIs and achieving measurable impact.
Deductions for critical errors causing financial losses or operational setbacks.
5. Compensation & Commitment
Hourly Rate & Hours: $6/hour for an initial 20-hour/week commitment, subject to increase based on performance and workload expansion.
Payment Milestones: Tied to meeting KPIs, delivering functional automation, and providing thorough documentation.
Long-Term Engagement: Successful implementation may lead to ongoing collaboration and additional responsibilities as MCS expands.
6. Application Guidelines
Expertise: Applicants must showcase experience with CRM integrations, process automation, and workflow optimization.
Relevant Projects: Provide examples from automotive or similar industries demonstrating successful lead management and customer outreach.
Proposed Approach: Include a brief strategy for how you plan to address each focus area (pricing, lead qualification, marketing, etc.).
Agreement
By joining this project, you will play a key role in transforming Mersea Cars into a more efficient, scalable, and customer-focused dealership. Your work will directly impact our current operations and future growth, potentially opening opportunities for collaboration with other dealerships as we package and replicate this successful model.
Both parties acknowledge the project’s objectives and commit to a collaborative, results-driven partnership. We look forward to building a robust, automated infrastructure that sets a new standard for car dealerships everywhere. | [
"Salesforce CRM",
"Business Process Modeling",
"Lead Generation",
"Customer Relationship Management",
"Marketing Automation"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Business-Process-Automation-CRM-Setup-for-Car-Dealership-With-Gohighlevel_~021859195652050553420/ | ```json
{"title": "Business Process Automation & CRM Setup for Car Dealership With Gohighlevel", "post_date": "Posted 2 months ago", "Location": "Worldwide", "description": "User Story for the Mersea Cars Contract\n\nAs the owner and operator of Mersea Cars, I want to implement a fully automated and integrated system that manages car pricing, lead qualification, customer communication, and marketing campaigns so that I can save time, run my dealership more efficiently, and grow sales. By automating daily tasks, re-engaging past clients with special offers, and using a CRM to pre-qualify new leads, I aim to create a repeatable, scalable process that boosts customer satisfaction and sets the stage for future expansion.\n\nJob Description\nWe are seeking an experienced and detail-oriented professional or team to automate and optimize the daily operations of our car dealership, Mersea Cars. The goal is to streamline all business processes, improve efficiency, and establish a replicable model for future scalability.\n\nScope of Work\nAutomate tasks such as car price management, customer lead handling, and vehicle sourcing.\nDevelop a detailed rulebook and workflow documentation for all processes.\nSet up and manage CRM systems to enhance customer communication and lead tracking.\nImplement tools for social media marketing and lead generation.\nWork with Simon, our operations lead, to expand the scope of tasks and ensure smooth execution.\nEstablish key performance indicators (KPIs) to track the impact of automation on sales and efficiency.\nResponsibilities\nDaily Operations\n\nAutomate car pricing using platforms like Motorway, Autotrader, and BCA.\nCreate spreadsheets and parameters for buying and bidding decisions.\nHandle customer leads efficiently and track conversions.\nCustomer Communication\n\nSet up a CRM system to centralize and automate customer interactions.\nSupport customer service with calls and problem-solving mechanisms.\nMarketing & Sales Optimization\n\nDevelop a social media marketing plan and generate sales leads.\nMonitor and report on campaign performance.\nLong-Term Scalability\n\nDocument all processes to create a comprehensive rulebook (“workbook”) for future scalability and resale.\nEstablish automation rules to handle repetitive tasks, saving time and improving consistency.\nKey Deliverables\nA fully documented process workflow for the business.\nSpreadsheet templates for data management and decision-making.\nCRM setup and integration with automated lead workflows.\nMarketing strategies with measurable goals.\nWeekly and monthly reports on progress, challenges, and KPIs.\nKey Performance Indicators (KPIs)\nIncrease in monthly car sales attributed to optimized processes.\nTime saved through automation (e.g., reduced hours spent on pricing and lead management).\nImproved customer satisfaction ratings.\nMeasurable ROI on marketing campaigns.\nAdditional Requirements\nThe ability to work 7 days a week to align with our business schedule.\nRegular check-ins with our team to ensure alignment.\nCreation of a data-backed system for weekend car purchases to capitalize on lower prices.\nPayment Structure\nWe are starting with a 20-hour per week engagement at $6/hour. Adjustments will be made based on performance and workload expansion. Payment will be tied to the following clauses:\n\nAccuracy: Deductions will apply for errors that result in financial or operational setbacks.\nPerformance: Bonuses will be awarded for meeting or exceeding KPIs.\nWork Documentation: All processes must be thoroughly documented for future scalability.\nHow to Apply\nShare your experience with automation, CRM setup, and process optimization.\nProvide examples of similar projects you’ve worked on (especially in the automotive industry).\nInclude a brief proposal on how you would approach this project.\nThis is a long-term opportunity for the right candidate. As we scale, we aim to package this system as a service to offer to other car dealerships. By joining us, you’ll be part of a growth-focused initiative aimed at transforming the automotive industry.\n\nAddendum to Upwork Contract: Project Outline & End Vision for Mersea Cars (MCS)\nThis document serves as an outline of the project’s objectives, scope, and desired outcomes for Mersea Cars (MCS). It is intended to guide our collaboration and ensure clarity on the vision, responsibilities, and deliverables.\n\n1. Project Vision & Goals\nStreamlined Operations: Leverage automation and CRM tools to reduce manual tasks, speed up lead handling, and optimize daily workflows.\nEnhanced Customer Engagement: Re-engage past clients who bought cars 1–2 years ago, present them with special offers, and provide timely responses to new leads.\nScalability: Build a system that can be easily replicated, documented, and packaged as a service for future expansion or resale.\n2. Areas of Work\nDaily Operations & Automation\nCar Pricing & Inventory: Implement automated processes for pricing cars, especially those in stock for more than 40 days.\nLead Management: Automatically capture and categorize leads from multiple platforms (e.g., Autotrader, Motorway), ensuring quick follow-up.\nDecision-Making Support: Create spreadsheet templates and rules to inform buying/bidding decisions.\nCRM Setup & Customer Communication\nCentralized Database: Configure CRM to track all customer interactions, segment leads, and manage follow-ups.\nAutomated Outreach: Develop messaging campaigns for past clients (e.g., 2-year customers) and new leads, including pre-qualifying questions.\nPersonalization & Engagement: Use workflows to tailor messages according to category (e.g., past buyer vs. new lead).\nLead Pre-qualification & Segmentation\nKey Questions: Automate a set of questions to assess lead intent and urgency (e.g., “Why have you selected this particular car?”).\nLead Scoring: Rank leads to identify serious buyers versus casual browsers, directing the sales team’s focus efficiently.\nCategorized Pipelines: Assign leads to statuses (e.g., “Ready to Buy,” “Just Browsing,” “Interested in Trade-In”) for appropriate follow-up.\nMarketing & Sales Optimization\nSocial Media & Lead Generation: Craft targeted marketing campaigns, track conversions, and integrate results into the CRM.\nOffer Announcements: Notify past clients about special deals and promotions, especially for vehicles that need quick sales turnover.\nDocumentation & Scalability\nProcess Rulebook: Maintain a comprehensive “workbook” detailing every automated process, decision parameter, and workflow.\nFuture Replicability: Ensure the system can be duplicated for additional dealerships or business units, strengthening MCS’s potential for resale and expansion.\n3. Key Performance Indicators (KPIs)\nIncreased Sales: Measure additional monthly car sales from automated outreach and targeted offers.\nTime Saved: Track reduction in manual hours spent on pricing, lead qualification, and follow-ups.\nCustomer Satisfaction: Improve ratings and feedback from both new and returning clients.\nROI on Campaigns: Calculate effectiveness of marketing activities (e.g., social media ads, email/SMS campaigns).\n4. Collaboration & Expectations\nTeamwork: The hired professional will work closely with Simon (Operations Lead) and other MCS team members.\nAvailability: Must be able to accommodate a 7-day operational schedule and provide regular progress updates.\nPerformance & Accountability:\nBonuses for exceeding KPIs and achieving measurable impact.\nDeductions for critical errors causing financial losses or operational setbacks.\n5. Compensation & Commitment\nHourly Rate & Hours: $6/hour for an initial 20-hour/week commitment, subject to increase based on performance and workload expansion.\nPayment Milestones: Tied to meeting KPIs, delivering functional automation, and providing thorough documentation.\nLong-Term Engagement: Successful implementation may lead to ongoing collaboration and additional responsibilities as MCS expands.\n6. Application Guidelines\nExpertise: Applicants must showcase experience with CRM integrations, process automation, and workflow optimization.\nRelevant Projects: Provide examples from automotive or similar industries demonstrating successful lead management and customer outreach.\nProposed Approach: Include a brief strategy for how you plan to address each focus area (pricing, lead qualification, marketing, etc.).\nAgreement\nBy joining this project, you will play a key role in transforming Mersea Cars into a more efficient, scalable, and customer-focused dealership. Your work will directly impact our current operations and future growth, potentially opening opportunities for collaboration with other dealerships as we package and replicate this successful model.\n\nBoth parties acknowledge the project’s objectives and commit to a collaborative, results-driven partnership. We look forward to building a robust, automated infrastructure that sets a new standard for car dealerships everywhere.", "skills": ["Salesforce CRM", "Business Process Modeling", "Lead Generation", "Customer Relationship Management", "Marketing Automation"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$6.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Business-Process-Automation-CRM-Setup-for-Car-Dealership-With-Gohighlevel_~021859195652050553420/"}
``` |
Power Automate App Development for Construction Photo Inspections
Posted 14 hours ago
Worldwide
We are seeking a skilled developer to create a Power Automate app specifically designed for the intake of photos related to construction inspections. The app should streamline the process, ensuring that images can be uploaded easily and efficiently. Familiarity with construction industry standards and best practices is a plus, as well as experience with Power Automate functionalities. Your expertise in automation and app development will help enhance our inspection workflow. If you have a track record of building similar applications, we would love to hear from you!
More than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
JavaScript
Microsoft Excel
+ 3 more
Activity on this job
Proposals:
20 to 50
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 10, 2025
United States
2:47 AM
Manufacturing & Construction
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Python
- Graphic Design
- Microsoft Excel
Job Link:https://www.upwork.com/freelance-jobs/apply/Power-Automate-App-Development-for-Construction-Photo-Inspections_~021879230165032185202/ | Power Automate App Development for Construction Photo Inspections | Posted 14 hours ago | Worldwide | We are seeking a skilled developer to create a Power Automate app specifically designed for the intake of photos related to construction inspections. The app should streamline the process, ensuring that images can be uploaded easily and efficiently. Familiarity with construction industry standards and best practices is a plus, as well as experience with Power Automate functionalities. Your expertise in automation and app development will help enhance our inspection workflow. If you have a track record of building similar applications, we would love to hear from you! | [
"Python",
"Automation",
"Graphic Design",
"JavaScript",
"Microsoft Excel"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Power-Automate-App-Development-for-Construction-Photo-Inspections_~021879230165032185202/ | ```json
{"title": "Power Automate App Development for Construction Photo Inspections", "post_date": "Posted 14 hours ago", "Location": "Worldwide", "description": "We are seeking a skilled developer to create a Power Automate app specifically designed for the intake of photos related to construction inspections. The app should streamline the process, ensuring that images can be uploaded easily and efficiently. Familiarity with construction industry standards and best practices is a plus, as well as experience with Power Automate functionalities. Your expertise in automation and app development will help enhance our inspection workflow. If you have a track record of building similar applications, we would love to hear from you!", "skills": ["Python", "Automation", "Graphic Design", "JavaScript", "Microsoft Excel"], "work_schedule": "More than 30 hrs/week", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Power-Automate-App-Development-for-Construction-Photo-Inspections_~021879230165032185202/"}
``` |
Graphic Designer for Gaming Studio Banners
Posted 3 hours ago
Worldwide
We’re a growing gaming studio looking for a talented and creative Graphic Designer to join our team and help us craft visually stunning banners and illustrations that will serve as announcements for news about our game.
What You’ll Be Doing:
- Design 3-5 banners per week, depending on our needs.
- Use assets provided by us and
- Create new visual elements when necessary to enhance the overall design.
- Ensure banners are visually clear, easy to read, and align with our gaming aesthetic.
- Collaborate with our team to brainstorm ideas and maintain brand consistency.
What We’re Looking For:
- A creative mind with a strong understanding of design composition, element positioning, and clarity.
- Ability to create designs that are not only beautiful but also communicate information effectively.
- Experience in gaming or a related industry is a huge plus.
- Proficiency in graphic design tools like Photoshop, Illustrator, or similar software.
- A flexible, team-oriented designer who can adapt their style to match ours.
What We Offer:
- A chance to work with a passionate gaming studio in a creative and dynamic environment.
- Flexible workload, with the potential for this to become a long-term position.
- Opportunities to showcase your creativity and directly impact how our community engages with our game.
If you’re excited to bring your artistic vision to the gaming world and create banners that players will love, apply now!
Please include samples of your previous work, particularly banners or gaming-related projects, in your application.
Less than 30 hrs/week
Hourly
3-6 months
Duration
Intermediate
Experience Level
$5.00
-
$10.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Graphic Design Software
Adobe Photoshop
Infographic Type
Informational Infographic
Other
Graphic Design
Social Media Imagery
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 hours ago
Interviewing:
1
Invites sent:
1
Unanswered invites:
0
About the client
Member since Sep 29, 2018
Malta
Swieqi 7:50 AM
$2.4K total spent
28 hires, 14 active
26 hours
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Banner Ad Design
- Social Media Imagery
- Brand Identity & Guidelines
- Adobe Photoshop
- Graphic Design
- Informational Infographic
Job Link:https://www.upwork.com/freelance-jobs/apply/Graphic-Designer-for-Gaming-Studio-Banners_~021879375331860933646/ | Graphic Designer for Gaming Studio Banners | Posted 3 hours ago | Worldwide | We’re a growing gaming studio looking for a talented and creative Graphic Designer to join our team and help us craft visually stunning banners and illustrations that will serve as announcements for news about our game.
What You’ll Be Doing:
- Design 3-5 banners per week, depending on our needs.
- Use assets provided by us and
- Create new visual elements when necessary to enhance the overall design.
- Ensure banners are visually clear, easy to read, and align with our gaming aesthetic.
- Collaborate with our team to brainstorm ideas and maintain brand consistency.
What We’re Looking For:
- A creative mind with a strong understanding of design composition, element positioning, and clarity.
- Ability to create designs that are not only beautiful but also communicate information effectively.
- Experience in gaming or a related industry is a huge plus.
- Proficiency in graphic design tools like Photoshop, Illustrator, or similar software.
- A flexible, team-oriented designer who can adapt their style to match ours.
What We Offer:
- A chance to work with a passionate gaming studio in a creative and dynamic environment.
- Flexible workload, with the potential for this to become a long-term position.
- Opportunities to showcase your creativity and directly impact how our community engages with our game.
If you’re excited to bring your artistic vision to the gaming world and create banners that players will love, apply now!
Please include samples of your previous work, particularly banners or gaming-related projects, in your application. | [
"Banner Ad Design",
"Social Media Imagery",
"Brand Identity & Guidelines",
"Adobe Photoshop",
"Graphic Design",
"Informational Infographic"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Graphic-Designer-for-Gaming-Studio-Banners_~021879375331860933646/ | ```json
{"title": "Graphic Designer for Gaming Studio Banners", "post_date": "Posted 3 hours ago", "Location": "Worldwide", "description": "We’re a growing gaming studio looking for a talented and creative Graphic Designer to join our team and help us craft visually stunning banners and illustrations that will serve as announcements for news about our game.\n\nWhat You’ll Be Doing:\n- Design 3-5 banners per week, depending on our needs.\n- Use assets provided by us and\n- Create new visual elements when necessary to enhance the overall design.\n- Ensure banners are visually clear, easy to read, and align with our gaming aesthetic.\n- Collaborate with our team to brainstorm ideas and maintain brand consistency.\n\nWhat We’re Looking For:\n- A creative mind with a strong understanding of design composition, element positioning, and clarity.\n- Ability to create designs that are not only beautiful but also communicate information effectively.\n- Experience in gaming or a related industry is a huge plus.\n- Proficiency in graphic design tools like Photoshop, Illustrator, or similar software.\n- A flexible, team-oriented designer who can adapt their style to match ours.\n\nWhat We Offer:\n- A chance to work with a passionate gaming studio in a creative and dynamic environment.\n- Flexible workload, with the potential for this to become a long-term position.\n- Opportunities to showcase your creativity and directly impact how our community engages with our game.\n\n\nIf you’re excited to bring your artistic vision to the gaming world and create banners that players will love, apply now!\n\nPlease include samples of your previous work, particularly banners or gaming-related projects, in your application.", "skills": ["Banner Ad Design", "Social Media Imagery", "Brand Identity & Guidelines", "Adobe Photoshop", "Graphic Design", "Informational Infographic"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$5.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Graphic-Designer-for-Gaming-Studio-Banners_~021879375331860933646/"}
``` |
Editors, reviewers, and top scholars of SCIE, SSCI, or A&HCI-indexed journals
Posted 2 weeks ago
Worldwide
We seek experienced academic editors, peer reviewers, and leading scholars. There should be an excellent track record of work in SCIE, SSCI, or A&HCI-indexed journals. The ideal candidate should have published in these journals within the past three years, have an ORCID or WOS ID as proof of publication, and have a keen eye for journal detail and clarity. Responsibilities include proofreading and revising manuscripts for grammar, structure, and overall quality, submitting manuscripts to familiar journals, following up, and getting manuscripts accepted by the journals.
$800.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Academic Editing
Academic Writing
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
last week
Interviewing:
4
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 16, 2024
Singapore
Singapore 3:45 PM
$195 total spent
64 hires, 56 active
Science & Medicine
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Academic Writing
- 研究论文
- Academic Editing
Job Link:https://www.upwork.com/freelance-jobs/apply/Editors-reviewers-and-top-scholars-SCIE-SSCI-HCI-indexed-journals_~021875062831444856212/ | Editors, reviewers, and top scholars of SCIE, SSCI, or A&HCI-indexed journals | Posted 2 weeks ago | Worldwide | We seek experienced academic editors, peer reviewers, and leading scholars. There should be an excellent track record of work in SCIE, SSCI, or A&HCI-indexed journals. The ideal candidate should have published in these journals within the past three years, have an ORCID or WOS ID as proof of publication, and have a keen eye for journal detail and clarity. Responsibilities include proofreading and revising manuscripts for grammar, structure, and overall quality, submitting manuscripts to familiar journals, following up, and getting manuscripts accepted by the journals. | [
"Academic Writing",
"研究论文",
"Academic Editing"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Editors-reviewers-and-top-scholars-SCIE-SSCI-HCI-indexed-journals_~021875062831444856212/ | ```json
{"title": "Editors, reviewers, and top scholars of SCIE, SSCI, or A&HCI-indexed journals", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We seek experienced academic editors, peer reviewers, and leading scholars. There should be an excellent track record of work in SCIE, SSCI, or A&HCI-indexed journals. The ideal candidate should have published in these journals within the past three years, have an ORCID or WOS ID as proof of publication, and have a keen eye for journal detail and clarity. Responsibilities include proofreading and revising manuscripts for grammar, structure, and overall quality, submitting manuscripts to familiar journals, following up, and getting manuscripts accepted by the journals.", "skills": ["Academic Writing", "研究论文", "Academic Editing"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Editors-reviewers-and-top-scholars-SCIE-SSCI-HCI-indexed-journals_~021875062831444856212/"}
``` |
Romanian Voice Artists Needed for High-Quality Text-to-Speech Dataset Recording
Posted 5 days ago
Worldwide
We are seeking skilled Romanian voiceover artists for an exciting project to create high-quality audio samples as we are developing a cutting-edge text-to-speech model. This exciting role requires producing 3 hours of clear, well-recorded voice samples, adhering strictly to our technical and quality guidelines.
Essential Requirements:
1. Recording Format: 48 kHz in Mono audio format.
2. Frequency: Ensure a minimum of 20 kHz. Recordings below this will be rejected. Your microphone and software must meet this requirement.
(Please review the attached image below. Ensure you self-check the audio quality using the Ocenaudio app. Share a screenshot of your audio analysis.)
3. Sound Quality: Audio must have NIL echo and be completely free from background noise or music.
4. Clipping: No instances of hard or soft clipping. (Include a picture as an example.)
5. Pronunciation: Clear and precise pronunciations are mandatory.
Please Note:- ADHERING TO THESE STRICT REQUIREMENTS IS CRUCIAL TO DELIVER THE HIGHEST QUALITY RECORDINGS FOR OUR ADVANCED TEXT-TO-SPEECH MODEL DEVELOPMENT
Preferred Practices:
1. Ensure no pauses within the speech and no heavy breathing for smooth, continuous recordings.
2. Clean up any retakes, click sounds, and lip-smacking.
3. Retain natural breathing sounds.
4. Maintain a normal speech pace without rushing.
Additional Information:
1. Type: Project-based, remote opportunity.
2. Suitability: Ideal for professional voiceover artists who can meet the above-mentioned technical standards.
Usage Rights:
The recorded samples will be used exclusively to train and improve our AI model. They will not be used for commercial audio reproduction, distribution, or as standalone copyrighted content. This project focuses solely on developing a high-quality AI model, ensuring your voice is used for training purposes only.
PLEASE PROVIDE SAMPLE RECORDINGS THAT MEET THESE REQUIREMENTS ALONG WITH YOUR APPLICATION. WE LOOK FORWARD TO HEARING FROM YOU!
$180.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Audio Production Deliverables
AI Text-to-Speech
Other
Voice-Over
Voice Acting
+ 3 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
4
Invites sent:
20
Unanswered invites:
12
About the client
Member since Oct 1, 2024
India
Hyderabad 12:24 PM
$12K total spent
109 hires, 99 active
1,100 hours
Tech & IT
Small company (2-9 people)
Additional Skills Mentioned:
- Female
- Voice Acting
- AI Text-to-Speech
- Voice-Over
- Male
Job Link:https://www.upwork.com/freelance-jobs/apply/Romanian-Voice-Artists-Needed-for-High-Quality-Text-Speech-Dataset-Recording_~021877704257408609108/ | Romanian Voice Artists Needed for High-Quality Text-to-Speech Dataset Recording | Posted 5 days ago | Worldwide | We are seeking skilled Romanian voiceover artists for an exciting project to create high-quality audio samples as we are developing a cutting-edge text-to-speech model. This exciting role requires producing 3 hours of clear, well-recorded voice samples, adhering strictly to our technical and quality guidelines.
Essential Requirements:
1. Recording Format: 48 kHz in Mono audio format.
2. Frequency: Ensure a minimum of 20 kHz. Recordings below this will be rejected. Your microphone and software must meet this requirement.
(Please review the attached image below. Ensure you self-check the audio quality using the Ocenaudio app. Share a screenshot of your audio analysis.)
3. Sound Quality: Audio must have NIL echo and be completely free from background noise or music.
4. Clipping: No instances of hard or soft clipping. (Include a picture as an example.)
5. Pronunciation: Clear and precise pronunciations are mandatory.
Please Note:- ADHERING TO THESE STRICT REQUIREMENTS IS CRUCIAL TO DELIVER THE HIGHEST QUALITY RECORDINGS FOR OUR ADVANCED TEXT-TO-SPEECH MODEL DEVELOPMENT
Preferred Practices:
1. Ensure no pauses within the speech and no heavy breathing for smooth, continuous recordings.
2. Clean up any retakes, click sounds, and lip-smacking.
3. Retain natural breathing sounds.
4. Maintain a normal speech pace without rushing.
Additional Information:
1. Type: Project-based, remote opportunity.
2. Suitability: Ideal for professional voiceover artists who can meet the above-mentioned technical standards.
Usage Rights:
The recorded samples will be used exclusively to train and improve our AI model. They will not be used for commercial audio reproduction, distribution, or as standalone copyrighted content. This project focuses solely on developing a high-quality AI model, ensuring your voice is used for training purposes only.
PLEASE PROVIDE SAMPLE RECORDINGS THAT MEET THESE REQUIREMENTS ALONG WITH YOUR APPLICATION. WE LOOK FORWARD TO HEARING FROM YOU! | [
"Female",
"Voice Acting",
"AI Text-to-Speech",
"Romanian",
"Voice-Over",
"Male"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Romanian-Voice-Artists-Needed-for-High-Quality-Text-Speech-Dataset-Recording_~021877704257408609108/ | ```json
{"title": "Romanian Voice Artists Needed for High-Quality Text-to-Speech Dataset Recording", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "We are seeking skilled Romanian voiceover artists for an exciting project to create high-quality audio samples as we are developing a cutting-edge text-to-speech model. This exciting role requires producing 3 hours of clear, well-recorded voice samples, adhering strictly to our technical and quality guidelines.\n\nEssential Requirements:\n1. Recording Format: 48 kHz in Mono audio format.\n2. Frequency: Ensure a minimum of 20 kHz. Recordings below this will be rejected. Your microphone and software must meet this requirement.\n\n(Please review the attached image below. Ensure you self-check the audio quality using the Ocenaudio app. Share a screenshot of your audio analysis.)\n\n3. Sound Quality: Audio must have NIL echo and be completely free from background noise or music.\n4. Clipping: No instances of hard or soft clipping. (Include a picture as an example.)\n5. Pronunciation: Clear and precise pronunciations are mandatory.\n\nPlease Note:- ADHERING TO THESE STRICT REQUIREMENTS IS CRUCIAL TO DELIVER THE HIGHEST QUALITY RECORDINGS FOR OUR ADVANCED TEXT-TO-SPEECH MODEL DEVELOPMENT\n\nPreferred Practices:\n1. Ensure no pauses within the speech and no heavy breathing for smooth, continuous recordings.\n2. Clean up any retakes, click sounds, and lip-smacking.\n3. Retain natural breathing sounds.\n4. Maintain a normal speech pace without rushing.\n\nAdditional Information:\n1. Type: Project-based, remote opportunity.\n2. Suitability: Ideal for professional voiceover artists who can meet the above-mentioned technical standards.\n\nUsage Rights:\nThe recorded samples will be used exclusively to train and improve our AI model. They will not be used for commercial audio reproduction, distribution, or as standalone copyrighted content. This project focuses solely on developing a high-quality AI model, ensuring your voice is used for training purposes only.\n\n\nPLEASE PROVIDE SAMPLE RECORDINGS THAT MEET THESE REQUIREMENTS ALONG WITH YOUR APPLICATION. WE LOOK FORWARD TO HEARING FROM YOU!", "skills": ["Female", "Voice Acting", "AI Text-to-Speech", "Romanian", "Voice-Over", "Male"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Romanian-Voice-Artists-Needed-for-High-Quality-Text-Speech-Dataset-Recording_~021877704257408609108/"}
``` |
Brochure (Catalog) Design
Posted last month
Worldwide
Dear All,
We are looking for a talented and creative designer to design our advanced robotics catalog (Brochures).
Please provide evidence of your catalog (Brochures) designs for similar products.
Best,
Thanks
$100.00
Fixed-price
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Graphic Design Deliverables
Social Media Imagery
Graphic Design Software
Figma
Sketch
Other
Brochure
Catalog
Graphic Design
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Feb 10, 2022
United States
New Castle 2:21 AM
$7.2K total spent
27 hires, 11 active
58 hours
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Adobe Illustrator
- Layout Design
- Adobe InDesign
- Social Media Imagery
- Adobe Photoshop
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Brochure-Catalog-Design_~021867108949002058181/ | Brochure (Catalog) Design | Posted last month | Worldwide | Dear All,
We are looking for a talented and creative designer to design our advanced robotics catalog (Brochures).
Please provide evidence of your catalog (Brochures) designs for similar products.
Best,
Thanks | [
"Adobe Illustrator",
"Layout Design",
"Adobe InDesign",
"Catalog",
"Social Media Imagery",
"Adobe Photoshop",
"Figma",
"Sketch",
"Graphic Design",
"Brochure"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Brochure-Catalog-Design_~021867108949002058181/ | ```json
{"title": "Brochure (Catalog) Design", "post_date": "Posted last month", "Location": "Worldwide", "description": "Dear All,\n\nWe are looking for a talented and creative designer to design our advanced robotics catalog (Brochures).\n\nPlease provide evidence of your catalog (Brochures) designs for similar products.\n\nBest,\nThanks", "skills": ["Adobe Illustrator", "Layout Design", "Adobe InDesign", "Catalog", "Social Media Imagery", "Adobe Photoshop", "Figma", "Sketch", "Graphic Design", "Brochure"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Brochure-Catalog-Design_~021867108949002058181/"}
``` |
Removing objects from video
Posted 3 days ago
Worldwide
Looking for a video editor with experience removing objects from the video and clearing up the backdrop or changing backdrop color. I have test shot, 4-5sec that we can ply with before I shoot a promo video for my fashion brand
Less than 30 hrs/week
Hourly
< 1 month
Duration
Intermediate
Experience Level
$5.00
-
$20.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Video Editing Services
Compositing
Motion Retouching
+ 1 more
Video Editing Software
Adobe After Effects
DaVinci Resolve
+ 1 more
Other
Video Editing
Video Post-Editing
Activity on this job
Proposals:
15 to 20
Last viewed by client:
3 days ago
Interviewing:
2
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 12, 2024
USA
Belton 2:26 AM
$528 total spent
7 hires, 5 active
8 hours
Retail & Consumer Goods
Individual client
Additional Skills Mentioned:
- DaVinci Resolve
- Video Editing
- Adobe After Effects
- Adobe Premiere Pro
- Video Post-Editing
- Motion Retouching
- Video Color Correction
Job Link:https://www.upwork.com/freelance-jobs/apply/Removing-objects-from-video_~021878200161190087614/ | Removing objects from video | Posted 3 days ago | Worldwide | Looking for a video editor with experience removing objects from the video and clearing up the backdrop or changing backdrop color. I have test shot, 4-5sec that we can ply with before I shoot a promo video for my fashion brand | [
"DaVinci Resolve",
"Compositing",
"Video Editing",
"Adobe After Effects",
"Adobe Premiere Pro",
"Video Post-Editing",
"Motion Retouching",
"Video Color Correction"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Removing-objects-from-video_~021878200161190087614/ | ```json
{"title": "Removing objects from video", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "Looking for a video editor with experience removing objects from the video and clearing up the backdrop or changing backdrop color. I have test shot, 4-5sec that we can ply with before I shoot a promo video for my fashion brand", "skills": ["DaVinci Resolve", "Compositing", "Video Editing", "Adobe After Effects", "Adobe Premiere Pro", "Video Post-Editing", "Motion Retouching", "Video Color Correction"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$5.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Removing-objects-from-video_~021878200161190087614/"}
``` |
Logo Design and Social Media Kit for Tech Fitness Brand
Posted yesterday
Worldwide
Brand Overview:
• Name: The Apex Project
• Mission: A fusion of fitness, tech innovation, and motivation, focused on building discipline and achieving peak performance.
• Core Themes: Growth, futuristic design, and structured planning.
Design Style:
• Type: Tech-inspired, modern, and sleek.
• Primary Shape: Circular emblem (symbolizing unity, innovation, and strength).
• Key Visuals:
• Futuristic circuit lines or glowing accents to convey a high-tech vibe.
• Fitness elements, such as a barbell or stopwatch, subtly integrated into the design.
• Dynamic, clean lines for a polished and professional appearance.
Color Palette:
• Base Colors: Black, white, and grey for a modern, minimalistic foundation.
• Accent Color: Neon Blue (#1F51FF) for a futuristic, energetic touch. Optional gradient between Electric Blue (#007BFF) and Cyan Blue (#00FFFF) for depth.
Typography:
• Font Inspiration: Use Orbitron or similar futuristic, tech-inspired fonts for text elements.
• Application: The text can incorporate “The Apex Project” prominently with a bold and clean style.
Design Goals:
1. Primary Goal:
• A logo that feels cutting-edge, motivating, and professional while representing both fitness and technology.
2. Secondary Goal:
• The ability to use the logo as a standalone icon (symbol), text-based logo, or combination mark.
Deliverables:
• Final Logo Files:
• Formats: PNG, JPEG, SVG, and vector files (AI/EPS).
• Variations: Full color, black and white, and transparent background versions.
• Logo Mockups:
• Examples of how the logo would appear on digital platforms (social media, website) and physical products (gym gear, tech devices).
• Color and Font Guidelines:
• Document outlining the colors and typography used for consistent branding.
Optional Notes for Designer:
• I’d like the logo to radiate futuristic energy and align with themes of growth, innovation, and strength.
• If possible, I’d love a glowing effect on the blue accents to add a high-tech feel.
• Feel free to provide suggestions or explore creative directions that enhance the concept.
$150.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Graphic Design
Logo Design
+ 3 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
USA
Paragould 12:48 AM
Media & Entertainment
Individual client
Additional Skills Mentioned:
- Adobe Illustrator
- Logo Design
- Social Media Imagery
- Brand Identity & Guidelines
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Logo-Design-and-Social-Media-Kit-for-Tech-Fitness-Brand_~021879008498707699419/ | Logo Design and Social Media Kit for Tech Fitness Brand | Posted yesterday | Worldwide | Brand Overview:
• Name: The Apex Project
• Mission: A fusion of fitness, tech innovation, and motivation, focused on building discipline and achieving peak performance.
• Core Themes: Growth, futuristic design, and structured planning.
Design Style:
• Type: Tech-inspired, modern, and sleek.
• Primary Shape: Circular emblem (symbolizing unity, innovation, and strength).
• Key Visuals:
• Futuristic circuit lines or glowing accents to convey a high-tech vibe.
• Fitness elements, such as a barbell or stopwatch, subtly integrated into the design.
• Dynamic, clean lines for a polished and professional appearance.
Color Palette:
• Base Colors: Black, white, and grey for a modern, minimalistic foundation.
• Accent Color: Neon Blue (#1F51FF) for a futuristic, energetic touch. Optional gradient between Electric Blue (#007BFF) and Cyan Blue (#00FFFF) for depth.
Typography:
• Font Inspiration: Use Orbitron or similar futuristic, tech-inspired fonts for text elements.
• Application: The text can incorporate “The Apex Project” prominently with a bold and clean style.
Design Goals:
1. Primary Goal:
• A logo that feels cutting-edge, motivating, and professional while representing both fitness and technology.
2. Secondary Goal:
• The ability to use the logo as a standalone icon (symbol), text-based logo, or combination mark.
Deliverables:
• Final Logo Files:
• Formats: PNG, JPEG, SVG, and vector files (AI/EPS).
• Variations: Full color, black and white, and transparent background versions.
• Logo Mockups:
• Examples of how the logo would appear on digital platforms (social media, website) and physical products (gym gear, tech devices).
• Color and Font Guidelines:
• Document outlining the colors and typography used for consistent branding.
Optional Notes for Designer:
• I’d like the logo to radiate futuristic energy and align with themes of growth, innovation, and strength.
• If possible, I’d love a glowing effect on the blue accents to add a high-tech feel.
• Feel free to provide suggestions or explore creative directions that enhance the concept. | [
"Adobe Illustrator",
"Logo Design",
"Social Media Imagery",
"Brand Identity & Guidelines",
"Graphic Design"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Logo-Design-and-Social-Media-Kit-for-Tech-Fitness-Brand_~021879008498707699419/ | ```json
{"title": "Logo Design and Social Media Kit for Tech Fitness Brand", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Brand Overview:\n• Name: The Apex Project\n• Mission: A fusion of fitness, tech innovation, and motivation, focused on building discipline and achieving peak performance.\n• Core Themes: Growth, futuristic design, and structured planning.\n\nDesign Style:\n• Type: Tech-inspired, modern, and sleek.\n• Primary Shape: Circular emblem (symbolizing unity, innovation, and strength).\n• Key Visuals:\n• Futuristic circuit lines or glowing accents to convey a high-tech vibe.\n• Fitness elements, such as a barbell or stopwatch, subtly integrated into the design.\n• Dynamic, clean lines for a polished and professional appearance.\n\nColor Palette:\n• Base Colors: Black, white, and grey for a modern, minimalistic foundation.\n• Accent Color: Neon Blue (#1F51FF) for a futuristic, energetic touch. Optional gradient between Electric Blue (#007BFF) and Cyan Blue (#00FFFF) for depth.\n\nTypography:\n• Font Inspiration: Use Orbitron or similar futuristic, tech-inspired fonts for text elements.\n• Application: The text can incorporate “The Apex Project” prominently with a bold and clean style.\n\nDesign Goals:\n1. Primary Goal:\n• A logo that feels cutting-edge, motivating, and professional while representing both fitness and technology.\n2. Secondary Goal:\n• The ability to use the logo as a standalone icon (symbol), text-based logo, or combination mark.\n\nDeliverables:\n• Final Logo Files:\n• Formats: PNG, JPEG, SVG, and vector files (AI/EPS).\n• Variations: Full color, black and white, and transparent background versions.\n• Logo Mockups:\n• Examples of how the logo would appear on digital platforms (social media, website) and physical products (gym gear, tech devices).\n• Color and Font Guidelines:\n• Document outlining the colors and typography used for consistent branding.\n\nOptional Notes for Designer:\n• I’d like the logo to radiate futuristic energy and align with themes of growth, innovation, and strength.\n• If possible, I’d love a glowing effect on the blue accents to add a high-tech feel.\n• Feel free to provide suggestions or explore creative directions that enhance the concept.", "skills": ["Adobe Illustrator", "Logo Design", "Social Media Imagery", "Brand Identity & Guidelines", "Graphic Design"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Logo-Design-and-Social-Media-Kit-for-Tech-Fitness-Brand_~021879008498707699419/"}
``` |
Children's picture books illustrator - transportation
Posted 4 days ago
Worldwide
Needs to hire 3 Freelancers
I'm looking for an illustrator for a children's picture dictionary. In this edition we will need to illustrate different types of transportation (cars, planes, trains...). Candidate would ideally have an experience working with children's illustrations.
The book is aimed at children in the 4-8 year old age range. There will be 15 open pages +cover. I need large, bright, beautiful, deep illustrations with texture, color, and style that can capture a children's attention.
This book is the first in series of many books, so I would like to find someone reliable to work with in the long term.
A limited number of candidates will start with a paid single page tryout (the payment for one page tryout is 30$). The successful candidate will continue to work on other images and other books in this series.
Details:
1. The whole project should be done in less than 6 weeks. The first tryout illustration should be done in 1 week.
2. The budget for the whole project is about 300$. ( for 15 coloured pages and a book cover.)
3. The illustrations will be considered a work for hire, The client will hold the copyright for the images. The illustrator will be credited on the cover of the book.
4. If you are interested in applying for this project please send your portfolio with your previous coloured illustrations that demonstrate previous experience illustrating children's books.
$300.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Illustration
Character Design
+ 7 more
Activity on this job
Proposals:
20 to 50
Last viewed by client:
2 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 1, 2015
Canada
Toronto 5:22 AM
$51K total spent
893 hires, 400 active
28 hours
Additional Skills Mentioned:
- Drawing
- Layout Design
- Children's Book Illustration
- Cartoon Art
- Character Design
- Digital Illustration
- Watercolor
Job Link:https://www.upwork.com/freelance-jobs/apply/Children-picture-books-illustrator-transportation_~021878069496729840468/ | Children's picture books illustrator - transportation | Posted 4 days ago | Worldwide | I'm looking for an illustrator for a children's picture dictionary. In this edition we will need to illustrate different types of transportation (cars, planes, trains...). Candidate would ideally have an experience working with children's illustrations.
The book is aimed at children in the 4-8 year old age range. There will be 15 open pages +cover. I need large, bright, beautiful, deep illustrations with texture, color, and style that can capture a children's attention.
This book is the first in series of many books, so I would like to find someone reliable to work with in the long term.
A limited number of candidates will start with a paid single page tryout (the payment for one page tryout is 30$). The successful candidate will continue to work on other images and other books in this series.
Details:
1. The whole project should be done in less than 6 weeks. The first tryout illustration should be done in 1 week.
2. The budget for the whole project is about 300$. ( for 15 coloured pages and a book cover.)
3. The illustrations will be considered a work for hire, The client will hold the copyright for the images. The illustrator will be credited on the cover of the book.
4. If you are interested in applying for this project please send your portfolio with your previous coloured illustrations that demonstrate previous experience illustrating children's books. | [
"Drawing",
"Layout Design",
"Children's Book Illustration",
"Book",
"Cartoon Art",
"Illustration",
"Character Design",
"Digital Illustration",
"Watercolor"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Children-picture-books-illustrator-transportation_~021878069496729840468/ | ```json
{"title": "Children"s picture books illustrator - transportation", "post_date": "Posted 4 days ago", "Location": "Worldwide", "description": "I"m looking for an illustrator for a children"s picture dictionary. In this edition we will need to illustrate different types of transportation (cars, planes, trains...). Candidate would ideally have an experience working with children"s illustrations.\nThe book is aimed at children in the 4-8 year old age range. There will be 15 open pages +cover. I need large, bright, beautiful, deep illustrations with texture, color, and style that can capture a children"s attention.\nThis book is the first in series of many books, so I would like to find someone reliable to work with in the long term.\nA limited number of candidates will start with a paid single page tryout (the payment for one page tryout is 30$). The successful candidate will continue to work on other images and other books in this series.\nDetails:\n1. The whole project should be done in less than 6 weeks. The first tryout illustration should be done in 1 week.\n2. The budget for the whole project is about 300$. ( for 15 coloured pages and a book cover.)\n3.\xa0\xa0The illustrations will be considered a work for hire, The client will hold the copyright for the images. The illustrator will be credited on the cover of the book.\n4. If you are interested in applying for this project please send your portfolio with your previous coloured illustrations that demonstrate previous experience illustrating children"s books.", "skills": ["Drawing", "Layout Design", "Children"s Book Illustration", "Book", "Cartoon Art", "Illustration", "Character Design", "Digital Illustration", "Watercolor"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Children-picture-books-illustrator-transportation_~021878069496729840468/"}
``` |
Retail Design Expert Needed for Innovative Concept
Posted 2 days ago
Worldwide
Project Title:
Retail Design Expert Needed for an Innovative Concept
Project Description:
We are seeking a talented Retail Design Expert with proven experience in creating innovative and customer-centric retail spaces. Our project focuses on designing a compact, high-efficiency, and tech-enabled retail environment tailored to busy consumers.
This role requires a deep understanding of retail behavior, similar to how a UX designer approaches digital experiences. The ideal candidate should have a strong portfolio showcasing previous work in designing retail spaces that prioritize customer flow, product accessibility, and integration of technology.
Responsibilities:
Develop a concept for a small-format retail space (approximately 400–600 sq ft) that combines innovation, convenience, and energy-focused offerings.
Create a customer journey map that emphasizes seamless navigation, frictionless transactions, and quick product selection.
Design layouts and visual elements that reflect a modern brand identity.
Ensure the design integrates with self-checkout kiosks and other app-enabled interactions.
Recommend eco-friendly materials and sustainability practices for the retail environment.
Ideal Candidate:
Proven experience in retail design, particularly for small-format spaces.
Strong understanding of consumer behavior in physical environments, including traffic flow and product placement.
Experience integrating technology and automation into retail designs (e.g., kiosks, app-enabled solutions).
Knowledge of sustainability practices in design and construction.
Ability to collaborate and iterate based on feedback.
Deliverables:
Conceptual designs and layouts (e.g., floor plans, 3D renderings).
Customer journey map tailored to a tech-enabled retail experience.
Recommendations for materials, finishes, and sustainability practices.
Why Work with Us:
You’ll be working on a forward-thinking project aimed at redefining the retail experience. This is an opportunity to bring innovative ideas to life and create a space that caters to the needs of modern consumers.
Budget:
This is a paid project with a flexible budget based on experience and the scope of deliverables. Please include your rate and a link to your portfolio when applying.
Preferred Skills:
Retail Design
Space Planning
Customer Experience Design
Sustainability in Retail
Technology Integration
If you have the skills and expertise to help us create an exceptional retail experience, we’d love to hear from you! Submit your proposal, including examples of similar projects you’ve worked on.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Product Design Services
Ergonomics
Concept Design
Industry
Retail & Consumer Goods
Product Design Drawing Services
2D Design
3D Design
Other
Retail Design
Space Planning
+ 2 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Aug 20, 2020
United States
Haymarket 6:31 AM
$73K total spent
37 hires, 6 active
132 hours
Additional Skills Mentioned:
- Concept Design
- 2D Design
- Customer Experience Design
- Retail Design
- Technology Integration
- 3D Design
- Retail & Consumer Goods
- Space Planning
Job Link:https://www.upwork.com/freelance-jobs/apply/Retail-Design-Expert-Needed-for-Innovative-Concept_~021878678312752057278/ | Retail Design Expert Needed for Innovative Concept | Posted 2 days ago | Worldwide | Project Title:
Retail Design Expert Needed for an Innovative Concept
Project Description:
We are seeking a talented Retail Design Expert with proven experience in creating innovative and customer-centric retail spaces. Our project focuses on designing a compact, high-efficiency, and tech-enabled retail environment tailored to busy consumers.
This role requires a deep understanding of retail behavior, similar to how a UX designer approaches digital experiences. The ideal candidate should have a strong portfolio showcasing previous work in designing retail spaces that prioritize customer flow, product accessibility, and integration of technology.
Responsibilities:
Develop a concept for a small-format retail space (approximately 400–600 sq ft) that combines innovation, convenience, and energy-focused offerings.
Create a customer journey map that emphasizes seamless navigation, frictionless transactions, and quick product selection.
Design layouts and visual elements that reflect a modern brand identity.
Ensure the design integrates with self-checkout kiosks and other app-enabled interactions.
Recommend eco-friendly materials and sustainability practices for the retail environment.
Ideal Candidate:
Proven experience in retail design, particularly for small-format spaces.
Strong understanding of consumer behavior in physical environments, including traffic flow and product placement.
Experience integrating technology and automation into retail designs (e.g., kiosks, app-enabled solutions).
Knowledge of sustainability practices in design and construction.
Ability to collaborate and iterate based on feedback.
Deliverables:
Conceptual designs and layouts (e.g., floor plans, 3D renderings).
Customer journey map tailored to a tech-enabled retail experience.
Recommendations for materials, finishes, and sustainability practices.
Why Work with Us:
You’ll be working on a forward-thinking project aimed at redefining the retail experience. This is an opportunity to bring innovative ideas to life and create a space that caters to the needs of modern consumers.
Budget:
This is a paid project with a flexible budget based on experience and the scope of deliverables. Please include your rate and a link to your portfolio when applying.
Preferred Skills:
Retail Design
Space Planning
Customer Experience Design
Sustainability in Retail
Technology Integration
If you have the skills and expertise to help us create an exceptional retail experience, we’d love to hear from you! Submit your proposal, including examples of similar projects you’ve worked on. | [
"Concept Design",
"2D Design",
"Customer Experience Design",
"Retail Design",
"Technology Integration",
"3D Design",
"Retail & Consumer Goods",
"Space Planning",
"Ergonomics"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Retail-Design-Expert-Needed-for-Innovative-Concept_~021878678312752057278/ | ```json
{"title": "Retail Design Expert Needed for Innovative Concept", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Project Title:\nRetail Design Expert Needed for an Innovative Concept\n\nProject Description:\nWe are seeking a talented Retail Design Expert with proven experience in creating innovative and customer-centric retail spaces. Our project focuses on designing a compact, high-efficiency, and tech-enabled retail environment tailored to busy consumers.\nThis role requires a deep understanding of retail behavior, similar to how a UX designer approaches digital experiences. The ideal candidate should have a strong portfolio showcasing previous work in designing retail spaces that prioritize customer flow, product accessibility, and integration of technology.\n\nResponsibilities:\nDevelop a concept for a small-format retail space (approximately 400–600 sq ft) that combines innovation, convenience, and energy-focused offerings.\nCreate a customer journey map that emphasizes seamless navigation, frictionless transactions, and quick product selection.\nDesign layouts and visual elements that reflect a modern brand identity.\nEnsure the design integrates with self-checkout kiosks and other app-enabled interactions.\nRecommend eco-friendly materials and sustainability practices for the retail environment.\n\nIdeal Candidate:\nProven experience in retail design, particularly for small-format spaces.\nStrong understanding of consumer behavior in physical environments, including traffic flow and product placement.\nExperience integrating technology and automation into retail designs (e.g., kiosks, app-enabled solutions).\nKnowledge of sustainability practices in design and construction.\nAbility to collaborate and iterate based on feedback.\n\nDeliverables:\nConceptual designs and layouts (e.g., floor plans, 3D renderings).\nCustomer journey map tailored to a tech-enabled retail experience.\nRecommendations for materials, finishes, and sustainability practices.\n\nWhy Work with Us:\nYou’ll be working on a forward-thinking project aimed at redefining the retail experience. This is an opportunity to bring innovative ideas to life and create a space that caters to the needs of modern consumers.\n\nBudget:\nThis is a paid project with a flexible budget based on experience and the scope of deliverables. Please include your rate and a link to your portfolio when applying.\n\nPreferred Skills:\nRetail Design\nSpace Planning\nCustomer Experience Design\nSustainability in Retail\nTechnology Integration\n\nIf you have the skills and expertise to help us create an exceptional retail experience, we’d love to hear from you! Submit your proposal, including examples of similar projects you’ve worked on.", "skills": ["Concept Design", "2D Design", "Customer Experience Design", "Retail Design", "Technology Integration", "3D Design", "Retail & Consumer Goods", "Space Planning", "Ergonomics"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Retail-Design-Expert-Needed-for-Innovative-Concept_~021878678312752057278/"}
``` |
Civil Engineer Needed for Drawing Stamping and Permit Approval
Posted yesterday
Worldwide
We are seeking a qualified civil engineer with experience in stamping engineering drawings for permit approval which will include load calculations to truss. The ideal candidate will have a strong understanding of local building codes and regulations to ensure that all submitted documents meet the necessary standards. You will be responsible for reviewing and approving plans, coordinating with our design team, and ensuring compliance with all relevant regulations. Your expertise will help us expedite the permitting process while maintaining the highest quality standards.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
$20.00
-
$35.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Autodesk AutoCAD
Drafting
+ 2 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
5 hours ago
Interviewing:
8
Invites sent:
17
Unanswered invites:
9
About the client
Member since Sep 7, 2015
United States
4:40 AM
Real Estate
Individual client
Additional Skills Mentioned:
- Autodesk AutoCAD
- Civil Engineering
- CAD Drafting
Job Link:https://www.upwork.com/freelance-jobs/apply/Civil-Engineer-Needed-for-Drawing-Stamping-and-Permit-Approval_~021878893856356765076/ | Civil Engineer Needed for Drawing Stamping and Permit Approval | Posted yesterday | Worldwide | We are seeking a qualified civil engineer with experience in stamping engineering drawings for permit approval which will include load calculations to truss. The ideal candidate will have a strong understanding of local building codes and regulations to ensure that all submitted documents meet the necessary standards. You will be responsible for reviewing and approving plans, coordinating with our design team, and ensuring compliance with all relevant regulations. Your expertise will help us expedite the permitting process while maintaining the highest quality standards. | [
"Autodesk AutoCAD",
"Civil Engineering",
"Drafting",
"CAD Drafting"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Civil-Engineer-Needed-for-Drawing-Stamping-and-Permit-Approval_~021878893856356765076/ | ```json
{"title": "Civil Engineer Needed for Drawing Stamping and Permit Approval", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a qualified civil engineer with experience in stamping engineering drawings for permit approval which will include load calculations to truss. The ideal candidate will have a strong understanding of local building codes and regulations to ensure that all submitted documents meet the necessary standards. You will be responsible for reviewing and approving plans, coordinating with our design team, and ensuring compliance with all relevant regulations. Your expertise will help us expedite the permitting process while maintaining the highest quality standards.", "skills": ["Autodesk AutoCAD", "Civil Engineering", "Drafting", "CAD Drafting"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$20.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Civil-Engineer-Needed-for-Drawing-Stamping-and-Permit-Approval_~021878893856356765076/"}
``` |
Energy Data Exchange Platform Setup
Posted 2 months ago
Worldwide
Are you passionate about DevOps, cloud infrastructure, and creating scalable solutions for energy management? We’re looking for an engineer to join our team on an exciting project that leverages real-time data, scalable batch processing, and advanced API management to drive next-generation energy optimization.
As a key player in our team, you’ll be working on:
🔹 Designing and implementing CI/CD pipelines to streamline development workflows and deployments
🔹 Managing and automating AWS infrastructure for optimal performance and reliability
🔹 Optimizing data streaming and batch processing in a Lambda architecture with Kafka, AWS Glue, and more
🔹 Ensuring high availability and security with authentication and authorization best practices
Tech Stack Highlights:
AWS Services: Lambda, Glue, DynamoDB, S3, API Gateway, CloudWatch
Streaming/Data Processing: Kafka/MSK, Kinesis
Infrastructure as Code: Terraform, CloudFormation
Security: SSL/TLS, API Keys, OAuth, JWT
If you're someone who thrives on tackling complex challenges and driving innovation in energy technology, we want to hear from you!
Less than 30 hrs/week
Hourly
3-6 months
Duration
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Linux
Amazon Web Services
+ 11 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
3 weeks ago
Interviewing:
3
Invites sent:
6
Unanswered invites:
2
About the client
Member since May 19, 2024
Netherlands
Bodegraven 9:02 AM
Additional Skills Mentioned:
- Spanish
- BigQuery
- Apache Airflow
- Database
- Amazon Web Services
- AWS Lambda
- Machine Learning
- English
- Data Scraping
- AI Development
- Web Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Energy-Data-Exchange-Platform-Setup_~021854077078406891393/ | Energy Data Exchange Platform Setup | Posted 2 months ago | Worldwide | Are you passionate about DevOps, cloud infrastructure, and creating scalable solutions for energy management? We’re looking for an engineer to join our team on an exciting project that leverages real-time data, scalable batch processing, and advanced API management to drive next-generation energy optimization.
As a key player in our team, you’ll be working on:
🔹 Designing and implementing CI/CD pipelines to streamline development workflows and deployments
🔹 Managing and automating AWS infrastructure for optimal performance and reliability
🔹 Optimizing data streaming and batch processing in a Lambda architecture with Kafka, AWS Glue, and more
🔹 Ensuring high availability and security with authentication and authorization best practices
Tech Stack Highlights:
AWS Services: Lambda, Glue, DynamoDB, S3, API Gateway, CloudWatch
Streaming/Data Processing: Kafka/MSK, Kinesis
Infrastructure as Code: Terraform, CloudFormation
Security: SSL/TLS, API Keys, OAuth, JWT
If you're someone who thrives on tackling complex challenges and driving innovation in energy technology, we want to hear from you!
| [
"Spanish",
"BigQuery",
"Apache Airflow",
"Database",
"Amazon Web Services",
"API",
"AWS Lambda",
"Machine Learning",
"English",
"Data Scraping",
"Linux",
"AI Development",
"Web Development"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Energy-Data-Exchange-Platform-Setup_~021854077078406891393/ | ```json
{"title": "Energy Data Exchange Platform Setup", "post_date": "Posted 2 months ago", "Location": "Worldwide", "description": "Are you passionate about DevOps, cloud infrastructure, and creating scalable solutions for energy management? We’re looking for an engineer to join our team on an exciting project that leverages real-time data, scalable batch processing, and advanced API management to drive next-generation energy optimization.\n\nAs a key player in our team, you’ll be working on:\n\n🔹 Designing and implementing CI/CD pipelines to streamline development workflows and deployments\n🔹 Managing and automating AWS infrastructure for optimal performance and reliability\n🔹 Optimizing data streaming and batch processing in a Lambda architecture with Kafka, AWS Glue, and more\n🔹 Ensuring high availability and security with authentication and authorization best practices\n\nTech Stack Highlights:\n\nAWS Services: Lambda, Glue, DynamoDB, S3, API Gateway, CloudWatch\nStreaming/Data Processing: Kafka/MSK, Kinesis\nInfrastructure as Code: Terraform, CloudFormation\nSecurity: SSL/TLS, API Keys, OAuth, JWT\nIf you"re someone who thrives on tackling complex challenges and driving innovation in energy technology, we want to hear from you!\n", "skills": ["Spanish", "BigQuery", "Apache Airflow", "Database", "Amazon Web Services", "API", "AWS Lambda", "Machine Learning", "English", "Data Scraping", "Linux", "AI Development", "Web Development"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Energy-Data-Exchange-Platform-Setup_~021854077078406891393/"}
``` |
Join Our Finnish Sentence Recording Project: Native Speakers Wanted
Posted 15 hours ago
Worldwide
Recording Sentences by Native Finnish Speakers from Finland
Are you a native Finnish speaker born and raised in Finland ? We have an easy and rewarding task for you!
We're seeking native Finnish speakers from Finland to participate in a sentence recording project for AI development. As a participant, you'll record audio sentences in Finnish to help us improve our language models
- Record 200 short sentences in Finnish
- Contribute to the development of AI technology
- Flexible working hours and remote work arrangement
Be a Part of Ai. Be a part of Future
Task Details:
- *Record 200 Short Sentences:* Use the Funcrowd APP to record 200 short sentences.
It take only 15 to 20 minutes to complete it
- *Recording Device:* A good quality mobile phone.( iPhone is preferred)
- *Environment:* A quiet setting to ensure clear recordings.
*Compensation:*
- **Payment is $7 for this quick and simple task.
- *Bonus:* Receive a 5-star rating for your work.
- **. We need over 200 participants! You can also provide other people recordings
*Requirements:*
- *Exclusivity:* This task can only be done once per person. If you have previously recorded the same 200 sentences recently on Funcrowd APP, you are not eligible.
$7.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Finnish
Voice Acting
Proofreading
+ 5 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
10 hours ago
Interviewing:
0
Invites sent:
9
Unanswered invites:
9
About the client
Member since Dec 1, 2023
Pakistan
Faqir Wali 2:11 PM
$6.2K total spent
216 hires, 33 active
217 hours
Tech & IT
Individual client
Additional Skills Mentioned:
- Voice Recording
- Native Finnish
- Voice Acting
- Voice Talent
- Translation
- Audio Recording
Job Link:https://www.upwork.com/freelance-jobs/apply/Join-Our-Finnish-Sentence-Recording-Project-Native-Speakers-Wanted_~021879226888112717239/ | Join Our Finnish Sentence Recording Project: Native Speakers Wanted | Posted 15 hours ago | Worldwide | Recording Sentences by Native Finnish Speakers from Finland
Are you a native Finnish speaker born and raised in Finland ? We have an easy and rewarding task for you!
We're seeking native Finnish speakers from Finland to participate in a sentence recording project for AI development. As a participant, you'll record audio sentences in Finnish to help us improve our language models
- Record 200 short sentences in Finnish
- Contribute to the development of AI technology
- Flexible working hours and remote work arrangement
Be a Part of Ai. Be a part of Future
Task Details:
- *Record 200 Short Sentences:* Use the Funcrowd APP to record 200 short sentences.
It take only 15 to 20 minutes to complete it
- *Recording Device:* A good quality mobile phone.( iPhone is preferred)
- *Environment:* A quiet setting to ensure clear recordings.
*Compensation:*
- **Payment is $7 for this quick and simple task.
- *Bonus:* Receive a 5-star rating for your work.
- **. We need over 200 participants! You can also provide other people recordings
*Requirements:*
- *Exclusivity:* This task can only be done once per person. If you have previously recorded the same 200 sentences recently on Funcrowd APP, you are not eligible. | [
"Voice Recording",
"Native Finnish",
"Voice Acting",
"Voice Talent",
"Translation",
"Finnish",
"Audio Recording",
"Proofreading"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Join-Our-Finnish-Sentence-Recording-Project-Native-Speakers-Wanted_~021879226888112717239/ | ```json
{"title": "Join Our Finnish Sentence Recording Project: Native Speakers Wanted", "post_date": "Posted 15 hours ago", "Location": "Worldwide", "description": "Recording Sentences by Native Finnish Speakers from Finland\n\n\nAre you a native Finnish speaker born and raised in Finland ? We have an easy and rewarding task for you!\nWe"re seeking native Finnish speakers from Finland to participate in a sentence recording project for AI development. As a participant, you"ll record audio sentences in Finnish to help us improve our language models\n- Record 200 short sentences in Finnish\n- Contribute to the development of AI technology\n- Flexible working hours and remote work arrangement\n\nBe a Part of Ai. Be a part of Future\nTask Details:\n- *Record 200 Short Sentences:* Use the Funcrowd APP to record 200 short sentences.\nIt take only 15 to 20 minutes to complete it\n- *Recording Device:* A good quality mobile phone.( iPhone is preferred)\n- *Environment:* A quiet setting to ensure clear recordings.\n\n*Compensation:*\n- **Payment is\xa0\xa0$7 for this quick and simple task.\n- *Bonus:* Receive a 5-star rating for your work.\n- **. We need over 200 participants! You can also provide other people recordings\n\n*Requirements:*\n- *Exclusivity:* This task can only be done once per person. If you have previously recorded the same 200 sentences recently on Funcrowd APP, you are not eligible.", "skills": ["Voice Recording", "Native Finnish", "Voice Acting", "Voice Talent", "Translation", "Finnish", "Audio Recording", "Proofreading"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Join-Our-Finnish-Sentence-Recording-Project-Native-Speakers-Wanted_~021879226888112717239/"}
``` |
Database Structure Designer for Large Datasets in MongoDB
Posted 3 weeks ago
Worldwide
We are seeking an experienced database designer to create an efficient data structure for large datasets using MongoDB or a similarly powerful database. The ideal candidate will have a strong background in handling complex queries and optimizing database performance. Your expertise will be crucial in ensuring our data architecture can support scalability and efficiency. If you have a solid understanding of NoSQL databases and the ability to implement innovative solutions, we would love to hear from you. Need to have experience related to large ecommerce websites and also knowledge of elastic search.
$200.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
MongoDB
Database
Database Design
+ 2 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 16, 2023
United Kingdom
Reading 10:39 AM
$991 total spent
13 hires, 8 active
Small company (2-9 people)
Additional Skills Mentioned:
- Python
- Database Design
- JavaScript
Job Link:https://www.upwork.com/freelance-jobs/apply/Database-Structure-Designer-for-Large-Datasets-MongoDB_~021872220809268759956/ | Database Structure Designer for Large Datasets in MongoDB | Posted 3 weeks ago | Worldwide | We are seeking an experienced database designer to create an efficient data structure for large datasets using MongoDB or a similarly powerful database. The ideal candidate will have a strong background in handling complex queries and optimizing database performance. Your expertise will be crucial in ensuring our data architecture can support scalability and efficiency. If you have a solid understanding of NoSQL databases and the ability to implement innovative solutions, we would love to hear from you. Need to have experience related to large ecommerce websites and also knowledge of elastic search. | [
"MongoDB",
"Database",
"Python",
"Database Design",
"JavaScript"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Database-Structure-Designer-for-Large-Datasets-MongoDB_~021872220809268759956/ | ```json
{"title": "Database Structure Designer for Large Datasets in MongoDB", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "We are seeking an experienced database designer to create an efficient data structure for large datasets using MongoDB or a similarly powerful database. The ideal candidate will have a strong background in handling complex queries and optimizing database performance. Your expertise will be crucial in ensuring our data architecture can support scalability and efficiency. If you have a solid understanding of NoSQL databases and the ability to implement innovative solutions, we would love to hear from you. Need to have experience related to large ecommerce websites and also knowledge of elastic search.", "skills": ["MongoDB", "Database", "Python", "Database Design", "JavaScript"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Database-Structure-Designer-for-Large-Datasets-MongoDB_~021872220809268759956/"}
``` |
Animator Needed for Mother and Baby Sector Animations
Posted yesterday
Worldwide
We are seeking a talented animator to create engaging animations for our website and social media platforms, specifically within the mother and baby sector. The ideal candidate will have a strong understanding of our niche and be able to produce high-quality, visually appealing content that resonates with our target audience. If you are creative, detail-oriented, and have a passion for animation, we want to hear from you! Please provide samples of previous work related to our industry.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$20.00
-
$30.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
2D Animation
Motion Graphics
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
United Kingdom
7:39 AM
Additional Skills Mentioned:
- Traditional Animation
- 2D Animation
- Motion Graphics
- Adobe After Effects
Job Link:https://www.upwork.com/freelance-jobs/apply/Animator-Needed-for-Mother-and-Baby-Sector-Animations_~021879113161060922714/ | Animator Needed for Mother and Baby Sector Animations | Posted yesterday | Worldwide | We are seeking a talented animator to create engaging animations for our website and social media platforms, specifically within the mother and baby sector. The ideal candidate will have a strong understanding of our niche and be able to produce high-quality, visually appealing content that resonates with our target audience. If you are creative, detail-oriented, and have a passion for animation, we want to hear from you! Please provide samples of previous work related to our industry. | [
"Traditional Animation",
"Animation",
"2D Animation",
"Motion Graphics",
"Adobe After Effects"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Animator-Needed-for-Mother-and-Baby-Sector-Animations_~021879113161060922714/ | ```json
{"title": "Animator Needed for Mother and Baby Sector Animations", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a talented animator to create engaging animations for our website and social media platforms, specifically within the mother and baby sector. The ideal candidate will have a strong understanding of our niche and be able to produce high-quality, visually appealing content that resonates with our target audience. If you are creative, detail-oriented, and have a passion for animation, we want to hear from you! Please provide samples of previous work related to our industry.", "skills": ["Traditional Animation", "Animation", "2D Animation", "Motion Graphics", "Adobe After Effects"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$20.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Animator-Needed-for-Mother-and-Baby-Sector-Animations_~021879113161060922714/"}
``` |
Local Researcher Needed for Government Lists in Cook County
Posted 2 weeks ago
Worldwide
We are seeking a local researcher to visit the Cook County Assessor's office to obtain vital government lists, including Probates, Tax Liens, Pre-Foreclosures, and Water Liens. The ideal candidate should be detail-oriented, organized, and able to navigate governmental offices efficiently. This task requires someone who can physically visit the office and gather the necessary documents. If you're familiar with the Cook County area and have experience in government research, we would love to hear from you!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Entry level
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Research Methods
Contact List
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
1
Unanswered invites:
1
About the client
Member since Dec 18, 2024
USA
Oak Park 2:15 AM
$100 total spent
1 hire, 1 active
Additional Skills Mentioned:
- Critical Thinking Skills
- Research Methods
- Contact List
Job Link:https://www.upwork.com/freelance-jobs/apply/Local-Researcher-Needed-for-Government-Lists-Cook-County_~021874945082311702147/ | Local Researcher Needed for Government Lists in Cook County | Posted 2 weeks ago | Worldwide | We are seeking a local researcher to visit the Cook County Assessor's office to obtain vital government lists, including Probates, Tax Liens, Pre-Foreclosures, and Water Liens. The ideal candidate should be detail-oriented, organized, and able to navigate governmental offices efficiently. This task requires someone who can physically visit the office and gather the necessary documents. If you're familiar with the Cook County area and have experience in government research, we would love to hear from you! | [
"Critical Thinking Skills",
"Research Methods",
"Contact List"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Local-Researcher-Needed-for-Government-Lists-Cook-County_~021874945082311702147/ | ```json
{"title": "Local Researcher Needed for Government Lists in Cook County", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We are seeking a local researcher to visit the Cook County Assessor"s office to obtain vital government lists, including Probates, Tax Liens, Pre-Foreclosures, and Water Liens. The ideal candidate should be detail-oriented, organized, and able to navigate governmental offices efficiently. This task requires someone who can physically visit the office and gather the necessary documents. If you"re familiar with the Cook County area and have experience in government research, we would love to hear from you!", "skills": ["Critical Thinking Skills", "Research Methods", "Contact List"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Local-Researcher-Needed-for-Government-Lists-Cook-County_~021874945082311702147/"}
``` |
Amend Existing Plans for Project Development
Posted 4 weeks ago
Worldwide
We are seeking a detail-oriented freelancer to amend existing project plans. The ideal candidate will review the current plans thoroughly, suggest improvements, and implement necessary changes to ensure project alignment with our goals. Familiarity with project management software and strong communication skills are essential. The amendments may include timeline adjustments, resource allocation updates, and risk assessments. If you have a keen eye for detail and experience in project planning, we'd love to hear from you.
Hours to be determined
Hourly
< 1 month
Duration
Intermediate
Experience Level
$16.00
-
$35.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Technical Drawing Services
CAD Drafting
Other
Autodesk AutoCAD
Architectural Design
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
4 weeks ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since May 18, 2017
Australia
Balgowlah Heights 6:30 PM
$1.3K total spent
1 hire, 0 active
50 hours
Additional Skills Mentioned:
- AutoCAD Civil 3D
- Autodesk Revit
- CAD Drafting
- Architectural Design
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Amend-Existing-Plans-for-Project-Development_~021868615595330670933/ | Amend Existing Plans for Project Development | Posted 4 weeks ago | Worldwide | We are seeking a detail-oriented freelancer to amend existing project plans. The ideal candidate will review the current plans thoroughly, suggest improvements, and implement necessary changes to ensure project alignment with our goals. Familiarity with project management software and strong communication skills are essential. The amendments may include timeline adjustments, resource allocation updates, and risk assessments. If you have a keen eye for detail and experience in project planning, we'd love to hear from you. | [
"AutoCAD Civil 3D",
"CAD",
"Autodesk Revit",
"CAD Drafting",
"Architectural Design",
"Autodesk AutoCAD"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Amend-Existing-Plans-for-Project-Development_~021868615595330670933/ | ```json
{"title": "Amend Existing Plans for Project Development", "post_date": "Posted 4 weeks ago", "Location": "Worldwide", "description": "We are seeking a detail-oriented freelancer to amend existing project plans. The ideal candidate will review the current plans thoroughly, suggest improvements, and implement necessary changes to ensure project alignment with our goals. Familiarity with project management software and strong communication skills are essential. The amendments may include timeline adjustments, resource allocation updates, and risk assessments. If you have a keen eye for detail and experience in project planning, we"d love to hear from you.", "skills": ["AutoCAD Civil 3D", "CAD", "Autodesk Revit", "CAD Drafting", "Architectural Design", "Autodesk AutoCAD"], "work_schedule": "Hours to be determined", "experience_level": "Intermediate", "salary": "$16.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Amend-Existing-Plans-for-Project-Development_~021868615595330670933/"}
``` |
Seeking Ukrainian Casino Writers for Slots SEO Project - Minimal AI Usage!
Posted yesterday
Worldwide
We seek 1-2 talented Ukrainian writers to join our team for a Slot SEO site project. If you have a firm grasp of SEO principles, enjoy writing about casino topics, and can produce high-quality, engaging content, we'd love to hear from you!
What We Provide:
Topics: Clear and structured article topics.
Outlines: Detailed article outlines to guide your writing.
Keywords: Targeted keywords for SEO optimization.
Optimal Length: Specified word count for each piece.
What We Expect:
Article Quality: Full articles based on the supplied topics and guidelines.
AI Usage Policy:
AI can be used only for FAQs and summaries/conclusions.
All content will be run through Copyleaks AI and plagiarism detection tools. Excessive AI usage beyond the guidelines will not be tolerated.
Content Focus:
General casino pages (e.g., /casino, /bonuses, /slots).
Blog articles on casino-related topics.
Future potential for writing detailed casino reviews.
Payment:
We pay per word. When applying, please specify your rate per word.
If you're a skilled writer who can deliver SEO-friendly, original content on time and adhere to our AI usage policy, we look forward to your application!
More than 30 hrs/week
Hourly
3-6 months
Duration
Intermediate
Experience Level
$20.00
-
$40.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Language
Ukrainian
Industry
Amusement & Gambling
Other
Content Writing
SEO Writing
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
2
Invites sent:
12
Unanswered invites:
7
About the client
Member since May 17, 2024
Hungary
Budapest 9:13 AM
$126 total spent
1 hire, 1 active
Additional Skills Mentioned:
- Amusement & Gambling
- Creative Writing
- Blog Writing
- Content Writing
- SEO Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Seeking-Ukrainian-Casino-Writers-for-Slots-SEO-Project-Minimal-Usage_~021879103400733568014/ | Seeking Ukrainian Casino Writers for Slots SEO Project - Minimal AI Usage! | Posted yesterday | Worldwide | We seek 1-2 talented Ukrainian writers to join our team for a Slot SEO site project. If you have a firm grasp of SEO principles, enjoy writing about casino topics, and can produce high-quality, engaging content, we'd love to hear from you!
What We Provide:
Topics: Clear and structured article topics.
Outlines: Detailed article outlines to guide your writing.
Keywords: Targeted keywords for SEO optimization.
Optimal Length: Specified word count for each piece.
What We Expect:
Article Quality: Full articles based on the supplied topics and guidelines.
AI Usage Policy:
AI can be used only for FAQs and summaries/conclusions.
All content will be run through Copyleaks AI and plagiarism detection tools. Excessive AI usage beyond the guidelines will not be tolerated.
Content Focus:
General casino pages (e.g., /casino, /bonuses, /slots).
Blog articles on casino-related topics.
Future potential for writing detailed casino reviews.
Payment:
We pay per word. When applying, please specify your rate per word.
If you're a skilled writer who can deliver SEO-friendly, original content on time and adhere to our AI usage policy, we look forward to your application! | [
"Amusement & Gambling",
"Creative Writing",
"Blog Writing",
"Content Writing",
"Ukrainian",
"SEO Writing",
"Writing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Seeking-Ukrainian-Casino-Writers-for-Slots-SEO-Project-Minimal-Usage_~021879103400733568014/ | ```json
{"title": "Seeking Ukrainian Casino Writers for Slots SEO Project - Minimal AI Usage!", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We seek 1-2 talented Ukrainian writers to join our team for a Slot SEO site project. If you have a firm grasp of SEO principles, enjoy writing about casino topics, and can produce high-quality, engaging content, we"d love to hear from you!\n\nWhat We Provide:\nTopics: Clear and structured article topics.\nOutlines: Detailed article outlines to guide your writing.\nKeywords: Targeted keywords for SEO optimization.\nOptimal Length: Specified word count for each piece.\n\nWhat We Expect:\nArticle Quality: Full articles based on the supplied topics and guidelines.\n\nAI Usage Policy:\nAI can be used only for FAQs and summaries/conclusions.\nAll content will be run through Copyleaks AI and plagiarism detection tools. Excessive AI usage beyond the guidelines will not be tolerated.\n\nContent Focus:\nGeneral casino pages (e.g., /casino, /bonuses, /slots).\nBlog articles on casino-related topics.\nFuture potential for writing detailed casino reviews.\n\nPayment:\nWe pay per word. When applying, please specify your rate per word.\n\nIf you"re a skilled writer who can deliver SEO-friendly, original content on time and adhere to our AI usage policy, we look forward to your application!", "skills": ["Amusement & Gambling", "Creative Writing", "Blog Writing", "Content Writing", "Ukrainian", "SEO Writing", "Writing"], "work_schedule": "More than 30 hrs/week", "experience_level": "Intermediate", "salary": "$20.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Seeking-Ukrainian-Casino-Writers-for-Slots-SEO-Project-Minimal-Usage_~021879103400733568014/"}
``` |
searching Hebrew Psychologists, Business professionals, Scientists, Medical Doctors, Engineers
Posted 4 weeks ago
Worldwide
Needs to hire 5 Freelancers
NOTE: My rating is low. Of course, I am keeping all the good freelancer translators/proofreaders on my team and firing the ones who cheated and were not good enough.
This means it is a long-term project, and I would like to work with you for a long time, with a work ethic and professionalism.
We are doing university-level translations and proofreading, so I need you to be professional in your field, and know the terms by heart.
Quality is very important, since your work will be seen by a lot of professors and students. If you are not a careful person, do not apply.
Please inform me about your major, degrees you have, CV, hourly rate, and your availability.
- Deadline is important.
- I have met so many proofreaders who turn in the work without even looking at the file. You will have to prove to me your work.
- Any fraud will be reported to Upwork and won't be paid.
Please share your sample work with, and explain to me how you do the "proofreading"
Please also share with me what are the websites you use to improve translations, and what are the websites you use when you don't know or unsure of the terms.
More than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$5.00
-
$20.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Proofreading Services
Grammar & Syntax Review
+ 3 more
Proofreading Deliverables
Research Documentation
Language
Hebrew
Other
Proofreading
English
Translation
+ 8 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
4 weeks ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Sep 10, 2021
Nicaragua
Managua 1:49 AM
$381K total spent
293 hires, 217 active
28,827 hours
Additional Skills Mentioned:
- Research Documentation
- Engineering, Procurement & Construction
- Marketing
- Psychology
- Grammar & Syntax Review
- Science
- Formatting
- Academic Proofreading
- Engineering & Architecture
- Economics
- AI Content Editing
- Science & Medical Translation
Job Link:https://www.upwork.com/freelance-jobs/apply/searching-Hebrew-Psychologists-Business-professionals-Scientists-Medical-Doctors-Engineers_~021869631762146861767/ | searching Hebrew Psychologists, Business professionals, Scientists, Medical Doctors, Engineers | Posted 4 weeks ago | Worldwide | NOTE: My rating is low. Of course, I am keeping all the good freelancer translators/proofreaders on my team and firing the ones who cheated and were not good enough.
This means it is a long-term project, and I would like to work with you for a long time, with a work ethic and professionalism.
We are doing university-level translations and proofreading, so I need you to be professional in your field, and know the terms by heart.
Quality is very important, since your work will be seen by a lot of professors and students. If you are not a careful person, do not apply.
Please inform me about your major, degrees you have, CV, hourly rate, and your availability.
- Deadline is important.
- I have met so many proofreaders who turn in the work without even looking at the file. You will have to prove to me your work.
- Any fraud will be reported to Upwork and won't be paid.
Please share your sample work with, and explain to me how you do the "proofreading"
Please also share with me what are the websites you use to improve translations, and what are the websites you use when you don't know or unsure of the terms. | [
"Research Documentation",
"Engineering, Procurement & Construction",
"Marketing",
"Psychology",
"Grammar & Syntax Review",
"Business",
"Science",
"Translation",
"Formatting",
"Academic Proofreading",
"English",
"Hebrew",
"Engineering & Architecture",
"Economics",
"AI Content Editing",
"Science & Medical Translation",
"Proofreading"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/searching-Hebrew-Psychologists-Business-professionals-Scientists-Medical-Doctors-Engineers_~021869631762146861767/ | ```json
{"title": "searching Hebrew Psychologists, Business professionals, Scientists, Medical Doctors, Engineers", "post_date": "Posted 4 weeks ago", "Location": "Worldwide", "description": "NOTE: My rating is low. Of course, I am keeping all the good freelancer translators/proofreaders on my team and firing the ones who cheated and were not good enough.\n\nThis means it is a long-term project, and I would like to work with you for a long time, with a work ethic and professionalism.\n\nWe are doing university-level translations and proofreading, so I need you to be professional in your field, and know the terms by heart.\n\nQuality is very important, since your work will be seen by a lot of professors and students. If you are not a careful person, do not apply.\n\nPlease inform me about your major, degrees you have, CV, hourly rate, and your availability.\n\n- Deadline is important.\n- I have met so many proofreaders who turn in the work without even looking at the file. You will have to prove to me your work.\n- Any fraud will be reported to Upwork and won\"t be paid.\n\nPlease share your sample work with, and explain to me how you do the "proofreading"\n\nPlease also share with me what are the websites you use to improve translations, and what are the websites you use when you don\"t know or unsure of the terms.", "skills": ["Research Documentation", "Engineering, Procurement & Construction", "Marketing", "Psychology", "Grammar & Syntax Review", "Business", "Science", "Translation", "Formatting", "Academic Proofreading", "English", "Hebrew", "Engineering & Architecture", "Economics", "AI Content Editing", "Science & Medical Translation", "Proofreading"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$5.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/searching-Hebrew-Psychologists-Business-professionals-Scientists-Medical-Doctors-Engineers_~021869631762146861767/"}
``` |
Build a Data Platform for BI users using Superset that integrates into Membership Wordpress
Posted 3 days ago
Worldwide
Job Description:
We are seeking an experienced engineering team to develop a multi-tenant SaaS platform powered by Apache Superset (PreSet) and a MySQL backend. The platform will provide individualized dashboards and query tools for 100+ tenants, enabling users to interact with standardized datasets and save or share their work within their organization.
Key Requirements:
Multi-Tenancy Architecture:
Design and implement a secure multi-tenant environment with user-specific data isolation.
Role-based access control (RBAC) to differentiate permissions for tenant users, internal users, and administrators.
Data Query and Visualization:
Enable queries on datasets using NDC, HCPCS, and ICD codes.
Provide customizable visualization options for reports.
Save and share search configurations among tenant teams.
Custom Data Integration:
Allow clients to access custom datasets delivered by the organization within their accounts.
Provide functionality for previewing large datasets without requiring extensive client-side database integration.
Internal User Functionality:
Create restricted views for internal teams (BD, Engineering, QA) to access only their assigned tenant accounts.
Develop administrative tools for managing tenant accounts and overseeing system-wide performance.
Scalability and Security:
Ensure scalability for future growth in tenant numbers and data volumes.
Implement best practices for data security and user authentication (e.g., SSO, MFA).
Tech Stack:
Core: Apache Superset (PreSet)
Backend: MySQL
Frontend: Modern web framework (React preferred, but open to suggestions)
Authentication: OAuth or similar standard
Hosting: Cloud-based infrastructure with deployment automation (e.g., Docker, Kubernetes)
Deliverables:
Fully functional multi-tenant SaaS platform.
Role-based access controls and secure authentication mechanisms.
Query, visualization, and dataset preview tools for tenants.
Administrative dashboard for system management.
Documentation for platform setup, configuration, and usage.
Qualifications:
Proven experience with Apache Superset customization and deployment.
Expertise in building scalable multi-tenant SaaS platforms.
Strong understanding of MySQL database management.
Proficiency in front-end and back-end development for cloud-based applications.
Demonstrated knowledge of data security best practices.
If interested, please provide examples of similar projects you’ve completed, a proposed timeline, and a high-level budget estimate.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
$15.00
-
$30.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Full Stack Development Deliverables
Web Application
Full-Stack Development
Full Stack Development Skills
Apache Spark
Spring Framework
+ 3 more
Other
Apache Superset
WordPress
+ 1 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 days ago
Interviewing:
0
Invites sent:
3
Unanswered invites:
3
About the client
Member since Oct 31, 2015
United States
Houston 4:08 AM
$140K total spent
70 hires, 28 active
22,549 hours
Health & Fitness
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- jQuery
- Full-Stack Development
- Spring Framework
- Web Application
- Apache Superset
- Apache Spark
- Vue.js
- Web Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Build-Data-Platform-for-users-using-Superset-that-integrates-into-Membership-Wordpress_~021878355258325736977/ | Build a Data Platform for BI users using Superset that integrates into Membership Wordpress | Posted 3 days ago | Worldwide | Job Description:
We are seeking an experienced engineering team to develop a multi-tenant SaaS platform powered by Apache Superset (PreSet) and a MySQL backend. The platform will provide individualized dashboards and query tools for 100+ tenants, enabling users to interact with standardized datasets and save or share their work within their organization.
Key Requirements:
Multi-Tenancy Architecture:
Design and implement a secure multi-tenant environment with user-specific data isolation.
Role-based access control (RBAC) to differentiate permissions for tenant users, internal users, and administrators.
Data Query and Visualization:
Enable queries on datasets using NDC, HCPCS, and ICD codes.
Provide customizable visualization options for reports.
Save and share search configurations among tenant teams.
Custom Data Integration:
Allow clients to access custom datasets delivered by the organization within their accounts.
Provide functionality for previewing large datasets without requiring extensive client-side database integration.
Internal User Functionality:
Create restricted views for internal teams (BD, Engineering, QA) to access only their assigned tenant accounts.
Develop administrative tools for managing tenant accounts and overseeing system-wide performance.
Scalability and Security:
Ensure scalability for future growth in tenant numbers and data volumes.
Implement best practices for data security and user authentication (e.g., SSO, MFA).
Tech Stack:
Core: Apache Superset (PreSet)
Backend: MySQL
Frontend: Modern web framework (React preferred, but open to suggestions)
Authentication: OAuth or similar standard
Hosting: Cloud-based infrastructure with deployment automation (e.g., Docker, Kubernetes)
Deliverables:
Fully functional multi-tenant SaaS platform.
Role-based access controls and secure authentication mechanisms.
Query, visualization, and dataset preview tools for tenants.
Administrative dashboard for system management.
Documentation for platform setup, configuration, and usage.
Qualifications:
Proven experience with Apache Superset customization and deployment.
Expertise in building scalable multi-tenant SaaS platforms.
Strong understanding of MySQL database management.
Proficiency in front-end and back-end development for cloud-based applications.
Demonstrated knowledge of data security best practices.
If interested, please provide examples of similar projects you’ve completed, a proposed timeline, and a high-level budget estimate. | [
"jQuery",
"WordPress",
"Full-Stack Development",
"React",
"Spring Framework",
"Web Application",
"Apache Superset",
"Apache Spark",
"Vue.js",
"Web Development"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Build-Data-Platform-for-users-using-Superset-that-integrates-into-Membership-Wordpress_~021878355258325736977/ | ```json
{"title": "Build a Data Platform for BI users using Superset that integrates into Membership Wordpress", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "Job Description:\nWe are seeking an experienced engineering team to develop a multi-tenant SaaS platform powered by Apache Superset (PreSet) and a MySQL backend. The platform will provide individualized dashboards and query tools for 100+ tenants, enabling users to interact with standardized datasets and save or share their work within their organization.\n\nKey Requirements:\n\nMulti-Tenancy Architecture:\n\nDesign and implement a secure multi-tenant environment with user-specific data isolation.\nRole-based access control (RBAC) to differentiate permissions for tenant users, internal users, and administrators.\nData Query and Visualization:\n\nEnable queries on datasets using NDC, HCPCS, and ICD codes.\nProvide customizable visualization options for reports.\nSave and share search configurations among tenant teams.\nCustom Data Integration:\n\nAllow clients to access custom datasets delivered by the organization within their accounts.\nProvide functionality for previewing large datasets without requiring extensive client-side database integration.\nInternal User Functionality:\n\nCreate restricted views for internal teams (BD, Engineering, QA) to access only their assigned tenant accounts.\nDevelop administrative tools for managing tenant accounts and overseeing system-wide performance.\nScalability and Security:\n\nEnsure scalability for future growth in tenant numbers and data volumes.\nImplement best practices for data security and user authentication (e.g., SSO, MFA).\nTech Stack:\n\nCore: Apache Superset (PreSet)\nBackend: MySQL\nFrontend: Modern web framework (React preferred, but open to suggestions)\nAuthentication: OAuth or similar standard\nHosting: Cloud-based infrastructure with deployment automation (e.g., Docker, Kubernetes)\nDeliverables:\n\nFully functional multi-tenant SaaS platform.\nRole-based access controls and secure authentication mechanisms.\nQuery, visualization, and dataset preview tools for tenants.\nAdministrative dashboard for system management.\nDocumentation for platform setup, configuration, and usage.\nQualifications:\n\nProven experience with Apache Superset customization and deployment.\nExpertise in building scalable multi-tenant SaaS platforms.\nStrong understanding of MySQL database management.\nProficiency in front-end and back-end development for cloud-based applications.\nDemonstrated knowledge of data security best practices.\nIf interested, please provide examples of similar projects you’ve completed, a proposed timeline, and a high-level budget estimate.", "skills": ["jQuery", "WordPress", "Full-Stack Development", "React", "Spring Framework", "Web Application", "Apache Superset", "Apache Spark", "Vue.js", "Web Development"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$15.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Build-Data-Platform-for-users-using-Superset-that-integrates-into-Membership-Wordpress_~021878355258325736977/"}
``` |
Airtable & Softr
Posted 2 weeks ago
Worldwide
Job Description for Upwork: Database Administrator with Airtable & Softr.io Expertise
Overview:
We are seeking an experienced Database Administrator proficient in Airtable and Softr.io integration to refine and enhance our existing application. The ideal candidate will have proven experience in both Softr.io and Airtable, with expertise in linking front-end pages to the Airtable back-end database, improving user experience, and setting up intuitive dashboards. The application has already been created in Softr.io; your primary role will be to complete the integration and optimize functionality.
Responsibilities:
• Link existing Softr.io pages to Airtable databases for seamless functionality.
• Create and enhance dashboards that provide clear, actionable insights.
• Set up workflows and automations to improve user experience.
• Troubleshoot and resolve any integration or functionality issues.
• Optimize the front-end and back-end interaction for better performance.
• Provide suggestions and implement improvements to the overall user experience.
Requirements:
• Proven experience with Airtable database management and Softr.io integration (applications without this experience will not be considered).
• Strong understanding of front-end and back-end linking in Softr.io.
• Ability to design and optimize user-friendly dashboards.
• Experience in improving application performance and user experience.
• Excellent problem-solving skills and attention to detail.
• Strong communication skills to collaborate effectively with the team.
Project Details:
• Scope: Refinement and optimization of an existing Softr.io app.
• Deliverables: Fully functional and integrated Softr.io pages, dashboards linked to Airtable, and a seamless user experience.
• Timeline: Flexible, to be discussed with the chosen candidate.
• Budget: This is a fixed-price project, and we are looking for competitive offers. Please include your proposed budget along with your application.
Important Note:
We are only accepting applications from candidates with proven experience in both Softr.io and Airtable. If you do not meet this requirement, please do not apply.
How to Apply:
If you meet the above criteria and have the skills to bring our application to the next level, we’d love to hear from you! Please include:
1. Examples of previous Softr.io and Airtable integration work.
2. A brief outline of your proposed approach to the project.
3. Your fixed-price offer for completing this job.
We look forward to collaborating with a talented professional who can deliver outstanding results!
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Airtable
Data Entry
API
+ 5 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
2 weeks ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Feb 21, 2023
Australia
Brisbane 5:19 PM
$49K total spent
8 hires, 7 active
3,437 hours
Government & Public Sector
Large company (100-1,000 people)
Additional Skills Mentioned:
- Critical Thinking Skills
- Automation
- Data Entry
- Administrative Support
- Zapier
Job Link:https://www.upwork.com/freelance-jobs/apply/Airtable-Softr_~021875086922436513172/ | Airtable & Softr | Posted 2 weeks ago | Worldwide | Job Description for Upwork: Database Administrator with Airtable & Softr.io Expertise
Overview:
We are seeking an experienced Database Administrator proficient in Airtable and Softr.io integration to refine and enhance our existing application. The ideal candidate will have proven experience in both Softr.io and Airtable, with expertise in linking front-end pages to the Airtable back-end database, improving user experience, and setting up intuitive dashboards. The application has already been created in Softr.io; your primary role will be to complete the integration and optimize functionality.
Responsibilities:
• Link existing Softr.io pages to Airtable databases for seamless functionality.
• Create and enhance dashboards that provide clear, actionable insights.
• Set up workflows and automations to improve user experience.
• Troubleshoot and resolve any integration or functionality issues.
• Optimize the front-end and back-end interaction for better performance.
• Provide suggestions and implement improvements to the overall user experience.
Requirements:
• Proven experience with Airtable database management and Softr.io integration (applications without this experience will not be considered).
• Strong understanding of front-end and back-end linking in Softr.io.
• Ability to design and optimize user-friendly dashboards.
• Experience in improving application performance and user experience.
• Excellent problem-solving skills and attention to detail.
• Strong communication skills to collaborate effectively with the team.
Project Details:
• Scope: Refinement and optimization of an existing Softr.io app.
• Deliverables: Fully functional and integrated Softr.io pages, dashboards linked to Airtable, and a seamless user experience.
• Timeline: Flexible, to be discussed with the chosen candidate.
• Budget: This is a fixed-price project, and we are looking for competitive offers. Please include your proposed budget along with your application.
Important Note:
We are only accepting applications from candidates with proven experience in both Softr.io and Airtable. If you do not meet this requirement, please do not apply.
How to Apply:
If you meet the above criteria and have the skills to bring our application to the next level, we’d love to hear from you! Please include:
1. Examples of previous Softr.io and Airtable integration work.
2. A brief outline of your proposed approach to the project.
3. Your fixed-price offer for completing this job.
We look forward to collaborating with a talented professional who can deliver outstanding results! | [
"Critical Thinking Skills",
"Airtable",
"Database",
"API",
"Automation",
"Data Entry",
"Administrative Support",
"Zapier"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Airtable-Softr_~021875086922436513172/ | ```json
{"title": "Airtable & Softr", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Job Description for Upwork: Database Administrator with Airtable & Softr.io Expertise\n\nOverview:\nWe are seeking an experienced Database Administrator proficient in Airtable and Softr.io integration to refine and enhance our existing application. The ideal candidate will have proven experience in both Softr.io and Airtable, with expertise in linking front-end pages to the Airtable back-end database, improving user experience, and setting up intuitive dashboards. The application has already been created in Softr.io; your primary role will be to complete the integration and optimize functionality.\n\nResponsibilities:\n• Link existing Softr.io pages to Airtable databases for seamless functionality.\n• Create and enhance dashboards that provide clear, actionable insights.\n• Set up workflows and automations to improve user experience.\n• Troubleshoot and resolve any integration or functionality issues.\n• Optimize the front-end and back-end interaction for better performance.\n• Provide suggestions and implement improvements to the overall user experience.\n\nRequirements:\n• Proven experience with Airtable database management and Softr.io integration (applications without this experience will not be considered).\n• Strong understanding of front-end and back-end linking in Softr.io.\n• Ability to design and optimize user-friendly dashboards.\n• Experience in improving application performance and user experience.\n• Excellent problem-solving skills and attention to detail.\n• Strong communication skills to collaborate effectively with the team.\n\nProject Details:\n• Scope: Refinement and optimization of an existing Softr.io app.\n• Deliverables: Fully functional and integrated Softr.io pages, dashboards linked to Airtable, and a seamless user experience.\n• Timeline: Flexible, to be discussed with the chosen candidate.\n• Budget: This is a fixed-price project, and we are looking for competitive offers. Please include your proposed budget along with your application.\n\nImportant Note:\nWe are only accepting applications from candidates with proven experience in both Softr.io and Airtable. If you do not meet this requirement, please do not apply.\n\nHow to Apply:\nIf you meet the above criteria and have the skills to bring our application to the next level, we’d love to hear from you! Please include:\n1. Examples of previous Softr.io and Airtable integration work.\n2. A brief outline of your proposed approach to the project.\n3. Your fixed-price offer for completing this job.\n\nWe look forward to collaborating with a talented professional who can deliver outstanding results!", "skills": ["Critical Thinking Skills", "Airtable", "Database", "API", "Automation", "Data Entry", "Administrative Support", "Zapier"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Airtable-Softr_~021875086922436513172/"}
``` |
Coloring artist for a mobile coloring game
Posted 3 days ago
Worldwide
Hello,
We are a mobile gaming studio based in Barcelona currently working on a coloring game similar to Happy Color / Zen Color / Tap color (please check IOS store or the Play store)
We are looking for 2D artist to do the line art + coloring from images we will will provide. Images attached as an example.
Certains guidelines will have to be respected.
You will be paid per image colored.
Any questions, please let us know.
Previous experience is MANDATORY (no point to apply otherwise). Please share your previous work with us.
Thanks!
Less than 30 hrs/week
Hourly
3-6 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Illustration Software
Stable Diffusion
Adobe Photoshop
Other
Adobe Illustrator
Illustration
+ 4 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 10, 2023
Spain
Barcelona 10:28 AM
$24K total spent
20 hires, 14 active
67 hours
Media & Entertainment
Small company (2-9 people)
Additional Skills Mentioned:
- Drawing
- Adobe Illustrator
- Stable Diffusion
- Adobe Photoshop
- 2D Game Art
- Line Drawing
- 2D Drawing
Job Link:https://www.upwork.com/freelance-jobs/apply/Coloring-artist-for-mobile-coloring-game_~021878450819801615294/ | Coloring artist for a mobile coloring game | Posted 3 days ago | Worldwide | Hello,
We are a mobile gaming studio based in Barcelona currently working on a coloring game similar to Happy Color / Zen Color / Tap color (please check IOS store or the Play store)
We are looking for 2D artist to do the line art + coloring from images we will will provide. Images attached as an example.
Certains guidelines will have to be respected.
You will be paid per image colored.
Any questions, please let us know.
Previous experience is MANDATORY (no point to apply otherwise). Please share your previous work with us.
Thanks! | [
"Drawing",
"Adobe Illustrator",
"Stable Diffusion",
"Illustration",
"Adobe Photoshop",
"2D Game Art",
"Line Drawing",
"2D Drawing"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Coloring-artist-for-mobile-coloring-game_~021878450819801615294/ | ```json
{"title": "Coloring artist for a mobile coloring game", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "Hello,\nWe are a mobile gaming studio based in Barcelona currently working on a coloring game similar to Happy Color /\xa0\xa0Zen Color / Tap color (please check IOS store or the Play store)\nWe are looking for 2D artist to do the line art + coloring from images we will will provide.\xa0\xa0Images attached as an example.\nCertains guidelines will have to be respected.\nYou will be paid per image colored.\nAny questions, please let us know.\nPrevious experience is MANDATORY (no point to apply otherwise). Please share your previous work with us.\nThanks!", "skills": ["Drawing", "Adobe Illustrator", "Stable Diffusion", "Illustration", "Adobe Photoshop", "2D Game Art", "Line Drawing", "2D Drawing"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Coloring-artist-for-mobile-coloring-game_~021878450819801615294/"}
``` |
CFD analysis
Posted 5 days ago
Worldwide
I need a professional to conduct thermal and motion analysis for a cocktail shaker. All CAD models are prepared and ready for use. The goal is to run 7 simulations to identify the best design shaker that produces the highest mixing ratio, minimizes ice collision and breakage, and reduces the time spent mixing.
Key objectives:
- Achieve a temperature goal of -8°C
- Assess the melting of ice
- Evaluate collision ratio and ice breakage
- Analyze the mixing of liquid and ice
- Measure the time taken for each simulation
The analysis should prioritize:
- Minimizing time spent mixing
- Meeting the temperature goal of -8°C
- Optimising mixing efficiency
Ideal skills and experience:
- Proficiency in CAD software
- Expertise in thermal and motion analysis
- Experience with cocktail shaker design is a plus
- Ability to conduct simulations and interpret results
- Strong problem-solving skills and attention to detail
Not Sure
Hourly
< 1 month
Duration
Expert
Experience Level
$10.00
-
$15.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
CFD Analysis
Data Analysis
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Aug 13, 2024
PAK
Rawalpindi 1:03 AM
$328 total spent
7 hires, 2 active
Additional Skills Mentioned:
- Computational Fluid Dynamics
- Data Analysis
- CFD Analysis
- Simulation Software
Job Link:https://www.upwork.com/freelance-jobs/apply/CFD-analysis_~021877652616596360596/ | CFD analysis | Posted 5 days ago | Worldwide | I need a professional to conduct thermal and motion analysis for a cocktail shaker. All CAD models are prepared and ready for use. The goal is to run 7 simulations to identify the best design shaker that produces the highest mixing ratio, minimizes ice collision and breakage, and reduces the time spent mixing.
Key objectives:
- Achieve a temperature goal of -8°C
- Assess the melting of ice
- Evaluate collision ratio and ice breakage
- Analyze the mixing of liquid and ice
- Measure the time taken for each simulation
The analysis should prioritize:
- Minimizing time spent mixing
- Meeting the temperature goal of -8°C
- Optimising mixing efficiency
Ideal skills and experience:
- Proficiency in CAD software
- Expertise in thermal and motion analysis
- Experience with cocktail shaker design is a plus
- Ability to conduct simulations and interpret results
- Strong problem-solving skills and attention to detail | [
"Computational Fluid Dynamics",
"Data Analysis",
"CFD Analysis",
"Simulation Software"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/CFD-analysis_~021877652616596360596/ | ```json
{"title": "CFD analysis", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "I need a professional to conduct thermal and motion analysis for a cocktail shaker. All CAD models are prepared and ready for use. The goal is to run 7 simulations to identify the best design shaker that produces the highest mixing ratio, minimizes ice collision and breakage, and reduces the time spent mixing.\n\nKey objectives:\n- Achieve a temperature goal of -8°C\n- Assess the melting of ice\n- Evaluate collision ratio and ice breakage\n- Analyze the mixing of liquid and ice\n- Measure the time taken for each simulation\n\nThe analysis should prioritize:\n- Minimizing time spent mixing\n- Meeting the temperature goal of -8°C\n- Optimising mixing efficiency\n\nIdeal skills and experience:\n- Proficiency in CAD software\n- Expertise in thermal and motion analysis\n- Experience with cocktail shaker design is a plus\n- Ability to conduct simulations and interpret results\n- Strong problem-solving skills and attention to detail", "skills": ["Computational Fluid Dynamics", "Data Analysis", "CFD Analysis", "Simulation Software"], "work_schedule": "Not Sure", "experience_level": "Expert", "salary": "$10.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/CFD-analysis_~021877652616596360596/"}
``` |
Lead Generation
Posted 2 weeks ago
Worldwide
Objective: We are seeking to procure a comprehensive list of contact details for HR managers, recruitment managers, directors, and business owners. This list should encompass emails, LinkedIn profiles, and mobile phone numbers.
Scope: The required data pertains to professionals from companies actively posting job advertisements on Indeed or Reed. Specifically, these advertisements should be for the following positions: Project Manager, Marketing, Digital Marketing Specialist, Marketing Assistant, Marketing Support, and Marketing Specialist.
In Nottingham, Nottinghamshire, Derby and Derbyshire
Deliverables:
A detailed and verified list of contact information as specified.
Assurance of data accuracy and compliance with data protection regulations.
$150.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Lead Generation
List Building
+ 5 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
2 weeks ago
Hires:
1
Interviewing:
7
Invites sent:
8
Unanswered invites:
0
About the client
Member since Jan 22, 2022
GBR
Maidstone 10:41 AM
1 hire, 1 active
Additional Skills Mentioned:
- List Building
- Market Research
- Data Mining
- Data Entry
- Data Scraping
- Lead Generation
- Prospect List
Job Link:https://www.upwork.com/freelance-jobs/apply/Lead-Generation_~021873868690891410836/ | Lead Generation | Posted 2 weeks ago | Worldwide | Objective: We are seeking to procure a comprehensive list of contact details for HR managers, recruitment managers, directors, and business owners. This list should encompass emails, LinkedIn profiles, and mobile phone numbers.
Scope: The required data pertains to professionals from companies actively posting job advertisements on Indeed or Reed. Specifically, these advertisements should be for the following positions: Project Manager, Marketing, Digital Marketing Specialist, Marketing Assistant, Marketing Support, and Marketing Specialist.
In Nottingham, Nottinghamshire, Derby and Derbyshire
Deliverables:
A detailed and verified list of contact information as specified.
Assurance of data accuracy and compliance with data protection regulations. | [
"List Building",
"Market Research",
"Data Mining",
"Data Entry",
"Data Scraping",
"Lead Generation",
"Prospect List"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Lead-Generation_~021873868690891410836/ | ```json
{"title": "Lead Generation", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Objective: We are seeking to procure a comprehensive list of contact details for HR managers, recruitment managers, directors, and business owners. This list should encompass emails, LinkedIn profiles, and mobile phone numbers.\n\nScope: The required data pertains to professionals from companies actively posting job advertisements on Indeed or Reed. Specifically, these advertisements should be for the following positions: Project Manager, Marketing, Digital Marketing Specialist, Marketing Assistant, Marketing Support, and Marketing Specialist.\n\nIn Nottingham, Nottinghamshire, Derby and Derbyshire\n\nDeliverables:\n\nA detailed and verified list of contact information as specified.\nAssurance of data accuracy and compliance with data protection regulations.", "skills": ["List Building", "Market Research", "Data Mining", "Data Entry", "Data Scraping", "Lead Generation", "Prospect List"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Lead-Generation_~021873868690891410836/"}
``` |
MATLAB Simulink Expert Needed for Small Modification in Quadrotor Dynamics Task
Posted 4 weeks ago
Worldwide
Hello,
I am seeking a MATLAB Simulink expert to assist with a small modification in an already completed project involving quadrotor dynamics.
The task includes:
Converting an existing 3D model to a 2D model.
Adding a new parameter to the controller.
All necessary Simulink files and results will be provided for reference.
Requirements:
Strong background in control systems and quadrotor dynamics.
$25.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
MATLAB
MATLAB Script
Simulink
+ 2 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
last week
Interviewing:
10
Invites sent:
14
Unanswered invites:
6
About the client
Member since Jul 19, 2023
ITA
Rome 10:06 AM
$243 total spent
4 hires, 0 active
5 hours
Education
Individual client
Additional Skills Mentioned:
- Engineering Simulation
- Control Engineering
- MATLAB Script
Job Link:https://www.upwork.com/freelance-jobs/apply/MATLAB-Simulink-Expert-Needed-for-Small-Modification-Quadrotor-Dynamics-Task_~021869782456520154273/ | MATLAB Simulink Expert Needed for Small Modification in Quadrotor Dynamics Task | Posted 4 weeks ago | Worldwide | Hello,
I am seeking a MATLAB Simulink expert to assist with a small modification in an already completed project involving quadrotor dynamics.
The task includes:
Converting an existing 3D model to a 2D model.
Adding a new parameter to the controller.
All necessary Simulink files and results will be provided for reference.
Requirements:
Strong background in control systems and quadrotor dynamics. | [
"MATLAB",
"Simulink",
"Engineering Simulation",
"Control Engineering",
"MATLAB Script"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/MATLAB-Simulink-Expert-Needed-for-Small-Modification-Quadrotor-Dynamics-Task_~021869782456520154273/ | ```json
{"title": "MATLAB Simulink Expert Needed for Small Modification in Quadrotor Dynamics Task", "post_date": "Posted 4 weeks ago", "Location": "Worldwide", "description": "Hello,\n\nI am seeking a MATLAB Simulink expert to assist with a small modification in an already completed project involving quadrotor dynamics.\n\nThe task includes:\n\nConverting an existing 3D model to a 2D model.\nAdding a new parameter to the controller.\nAll necessary Simulink files and results will be provided for reference.\n\n\nRequirements:\n\nStrong background in control systems and quadrotor dynamics.", "skills": ["MATLAB", "Simulink", "Engineering Simulation", "Control Engineering", "MATLAB Script"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/MATLAB-Simulink-Expert-Needed-for-Small-Modification-Quadrotor-Dynamics-Task_~021869782456520154273/"}
``` |
Hiring passionate Talent for any position in an Affiliate Marketing Tech company.
Posted 4 days ago
Worldwide
Looking to hire a passionate Talanet in no specific position. So, if you live and breathe what you do, let's connect.
We're a fast growing community / tech company that teach anyone how to become a marketer and promote affiliate marketing offers, either through paid ads or organic.
Right now, we have over 30,000 active students.
We build tools, bots, and apps and create guides and resources for our students.
If you have ideas and you want to be a part of such a company full-time, please apply!
$2,000.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Affiliate Marketing
Marketing
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
3 days ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 3, 2017
Latvia
Jekabpils 9:23 AM
$1.7K total spent
5 hires, 0 active
34 hours
Individual client
Additional Skills Mentioned:
- Affiliate Marketing
- Back-End Development
- Affiliate Marketing Website
Job Link:https://www.upwork.com/freelance-jobs/apply/Hiring-passionate-Talent-for-any-position-Affiliate-Marketing-Tech-company_~021877782288173116244/ | Hiring passionate Talent for any position in an Affiliate Marketing Tech company. | Posted 4 days ago | Worldwide | Looking to hire a passionate Talanet in no specific position. So, if you live and breathe what you do, let's connect.
We're a fast growing community / tech company that teach anyone how to become a marketer and promote affiliate marketing offers, either through paid ads or organic.
Right now, we have over 30,000 active students.
We build tools, bots, and apps and create guides and resources for our students.
If you have ideas and you want to be a part of such a company full-time, please apply! | [
"Affiliate Marketing",
"Back-End Development",
"Marketing",
"Affiliate Marketing Website"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Hiring-passionate-Talent-for-any-position-Affiliate-Marketing-Tech-company_~021877782288173116244/ | ```json
{"title": "Hiring passionate Talent for any position in an Affiliate Marketing Tech company.", "post_date": "Posted 4 days ago", "Location": "Worldwide", "description": "Looking to hire a passionate Talanet in no specific position. So, if you live and breathe what you do, let"s connect.\n\nWe"re a fast growing community / tech company that teach anyone how to become a marketer and promote affiliate marketing offers, either through paid ads or organic.\n\nRight now, we have over 30,000 active students.\n\nWe build tools, bots, and apps and create guides and resources for our students.\n\nIf you have ideas and you want to be a part of such a company full-time, please apply!", "skills": ["Affiliate Marketing", "Back-End Development", "Marketing", "Affiliate Marketing Website"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Hiring-passionate-Talent-for-any-position-Affiliate-Marketing-Tech-company_~021877782288173116244/"}
``` |
Uzbek Content writer for betting (Eng/Ru/Uz/)
Posted yesterday
Worldwide
- good knowledge of the language at the B2 level: English, Uzbek
- It will be a plus if you know other languages: Russian, Tajik, Kazakh, Azerbaijani
- be on call 9 hours a day GMT+2, every day
- be able to write 1,000 words per day
- meet deadlines
- be able to write correctly and without mistakes
- knowledge of tools for checking over spam, anti-plagiarism, AI
- DON’T use AI in your work
- be responsible and ready to correct the text as much as necessary
$1,000.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
English
Content Writing
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
15 hours ago
Interviewing:
2
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 19, 2024
Ukraine
Kyiv 10:11 AM
$7.8K total spent
116 hires, 58 active
Additional Skills Mentioned:
- Content Writing
- SEO Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Uzbek-Content-writer-for-betting-Eng_~021879162271393115150/ | Uzbek Content writer for betting (Eng/Ru/Uz/) | Posted yesterday | Worldwide | - good knowledge of the language at the B2 level: English, Uzbek
- It will be a plus if you know other languages: Russian, Tajik, Kazakh, Azerbaijani
- be on call 9 hours a day GMT+2, every day
- be able to write 1,000 words per day
- meet deadlines
- be able to write correctly and without mistakes
- knowledge of tools for checking over spam, anti-plagiarism, AI
- DON’T use AI in your work
- be responsible and ready to correct the text as much as necessary | [
"Russian",
"Content Writing",
"English",
"SEO Writing",
"Writing"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Uzbek-Content-writer-for-betting-Eng_~021879162271393115150/ | ```json
{"title": "Uzbek Content writer for betting (Eng/Ru/Uz/)", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "- good knowledge of the language at the B2 level: English, Uzbek\n- It will be a plus if you know other languages: Russian, Tajik, Kazakh, Azerbaijani\n- be on call 9 hours a day GMT+2, every day\n- be able to write 1,000 words per day\n- meet deadlines\n- be able to write correctly and without mistakes\n- knowledge of tools for checking over spam, anti-plagiarism, AI\n- DON’T use AI in your work\n- be responsible and ready to correct the text as much as necessary", "skills": ["Russian", "Content Writing", "English", "SEO Writing", "Writing"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Uzbek-Content-writer-for-betting-Eng_~021879162271393115150/"}
``` |
App Store Approval Specialist Needed
Posted 2 weeks ago
Worldwide
Project Overview:
I have developed a FlutterFlow-based iOS app focused on scientific dream interpretation, setting it apart from astrology or spiritual dream apps. Despite this unique approach, Apple has rejected the app, citing its similarity to astrology and horoscope apps. I need an experienced consultant to help me navigate this issue and get my app approved on the App Store.
What I Need Help With:
1. Reviewing Apple’s rejection feedback and understanding the root cause.
2. Crafting a compelling appeal through the Resolution Center, clearly highlighting the app’s unique, science-based approach.
3. Suggesting and implementing any necessary updates to the app’s functionality, UI, or metadata to align with App Store guidelines.
4. Ensuring the app effectively communicates its scientific value proposition to Apple reviewers.
Ideal Candidate:
• Proven track record of getting apps approved on the App Store, especially those rejected for similarity to other apps.
• Expertise in Apple’s App Store Review Guidelines and experience with the Resolution Center process.
• Familiarity with FlutterFlow and ability to suggest minor functional or design updates if needed.
• Excellent communication skills to create a strong case for Apple reviewers
$50.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Mobile App Dev Deliverables
AI Mobile App Development
+ 3 more
Other
iOS
Mobile App Development
+ 2 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
4 days ago
Interviewing:
3
Invites sent:
15
Unanswered invites:
5
About the client
Member since May 4, 2021
TUR
Yunusemre 10:25 AM
$2.9K total spent
5 hires, 2 active
Additional Skills Mentioned:
- iOS Development
- App Store Optimization
- Mobile App Improvement
- Mobile App Development
- Mobile App Development Consultation
- AI Mobile App Development
- Mobile App Redesign
Job Link:https://www.upwork.com/freelance-jobs/apply/App-Store-Approval-Specialist-Needed_~021875277458090954132/ | App Store Approval Specialist Needed | Posted 2 weeks ago | Worldwide | Project Overview:
I have developed a FlutterFlow-based iOS app focused on scientific dream interpretation, setting it apart from astrology or spiritual dream apps. Despite this unique approach, Apple has rejected the app, citing its similarity to astrology and horoscope apps. I need an experienced consultant to help me navigate this issue and get my app approved on the App Store.
What I Need Help With:
1. Reviewing Apple’s rejection feedback and understanding the root cause.
2. Crafting a compelling appeal through the Resolution Center, clearly highlighting the app’s unique, science-based approach.
3. Suggesting and implementing any necessary updates to the app’s functionality, UI, or metadata to align with App Store guidelines.
4. Ensuring the app effectively communicates its scientific value proposition to Apple reviewers.
Ideal Candidate:
• Proven track record of getting apps approved on the App Store, especially those rejected for similarity to other apps.
• Expertise in Apple’s App Store Review Guidelines and experience with the Resolution Center process.
• Familiarity with FlutterFlow and ability to suggest minor functional or design updates if needed.
• Excellent communication skills to create a strong case for Apple reviewers | [
"iOS Development",
"App Store Optimization",
"iOS",
"Mobile App Improvement",
"Mobile App Development",
"Mobile App Development Consultation",
"AI Mobile App Development",
"Mobile App Redesign"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/App-Store-Approval-Specialist-Needed_~021875277458090954132/ | ```json
{"title": "App Store Approval Specialist Needed", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Project Overview:\nI have developed a FlutterFlow-based iOS app focused on scientific dream interpretation, setting it apart from astrology or spiritual dream apps. Despite this unique approach, Apple has rejected the app, citing its similarity to astrology and horoscope apps. I need an experienced consultant to help me navigate this issue and get my app approved on the App Store.\n\nWhat I Need Help With:\n1. Reviewing Apple’s rejection feedback and understanding the root cause.\n2. Crafting a compelling appeal through the Resolution Center, clearly highlighting the app’s unique, science-based approach.\n3. Suggesting and implementing any necessary updates to the app’s functionality, UI, or metadata to align with App Store guidelines.\n4. Ensuring the app effectively communicates its scientific value proposition to Apple reviewers.\n\nIdeal Candidate:\n• Proven track record of getting apps approved on the App Store, especially those rejected for similarity to other apps.\n• Expertise in Apple’s App Store Review Guidelines and experience with the Resolution Center process.\n• Familiarity with FlutterFlow and ability to suggest minor functional or design updates if needed.\n• Excellent communication skills to create a strong case for Apple reviewers", "skills": ["iOS Development", "App Store Optimization", "iOS", "Mobile App Improvement", "Mobile App Development", "Mobile App Development Consultation", "AI Mobile App Development", "Mobile App Redesign"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/App-Store-Approval-Specialist-Needed_~021875277458090954132/"}
``` |
Remote Personal Trainer & Nutritionist Needed for Customised Meal Planning
Posted 2 weeks ago
Worldwide
Job Description:
Leppan Physiques, a high-quality fitness coaching company specialising in physique transformation, is seeking a qualified Personal Trainer and Nutritionist to join our remote team. We provide clients with personalised, results-driven training and meal plans to help them achieve their aesthetic and performance goals.
As a key member of our team, you’ll work remotely to create customised meal plans for new clients and adjust these plans weekly based on client check-ins. Your role will be integral to our clients’ progress and success, as nutrition is a cornerstone of our program.
If you’re an experienced PT and Nutritionist who is passionate about providing clients with tailored, sustainable nutrition strategies, we’d love to hear from you!
Responsibilities:
Create Personalised Meal Plans: Develop comprehensive, individualised meal plans for new clients based on their goals, dietary preferences, and health needs.
Weekly Adjustments: Review weekly client check-ins to adjust and refine meal plans to support their progress, ensure they’re staying on track, and address any challenges they’re facing.
Nutritional Guidance: Provide education and advice to clients, helping them understand the importance of their meal plans and empowering them to make healthy, sustainable choices.
Collaboration with Coaches: Work closely with our coaching team to ensure clients' nutrition and training plans align for optimal results.
Client Communication: Communicate adjustments and updates to clients in a clear, motivating way to help them understand and stay committed to their nutrition goals.
Maintain Documentation: Accurately log changes, feedback, and progress in each client’s profile to track their journey and refine the program over time.
Qualifications:
Certification in Personal Training (e.g., Cert III/IV in Fitness, NASM, ACE, or equivalent).
Certification in Nutrition (e.g., Diploma in Nutrition, Certified Nutrition Specialist, or equivalent recognised qualification).
Experience in Meal Planning and Diet Adjustments: Proven experience creating meal plans and making adjustments based on client needs, preferences, and progress.
Knowledge of Hypertrophy and Physique Training: Strong understanding of hypertrophy, fat loss, and physique-focused nutrition to support specific client goals.
Excellent Communication Skills: Ability to explain nutrition strategies clearly, provide encouragement, and engage clients remotely.
Organised and Detail-Oriented: Capable of managing multiple client profiles, tracking changes, and staying on top of weekly check-ins and adjustments.
Passionate About Client Success: A positive, motivating attitude with a commitment to helping clients achieve sustainable, long-term results.
Preferred Qualifications:
Experience working with high-ticket clients or in a remote coaching environment.
Familiarity with Trainerize or similar coaching software for managing client profiles and communication.
Ability to create meal plans that align with different dietary preferences (e.g., vegan, gluten-free, low-carb).
Why Join Leppan Physiques?
High-Impact Coaching: Be part of a team that values in-depth, personalised coaching that makes a real difference in clients’ lives.
Remote Flexibility: Work from anywhere with a reliable internet connection, allowing you to balance your work and life.
Collaborative Environment: Join a supportive, knowledgeable team of fitness and nutrition experts.
Client-Focused Approach: Our clients are highly motivated, dedicated individuals who value expert guidance and meaningful, measurable progress.
Compensation:
Competitive hourly rate or project-based fee, depending on experience and qualifications. Opportunities for ongoing work and potential performance-based bonuses.
How to Apply:
If you’re excited to help clients achieve their best physiques with sustainable nutrition strategies, we’d love to hear from you!
Please submit your:
Resume with relevant qualifications and certifications.
A brief cover letter detailing your approach to nutrition and why you’re passionate about helping clients succeed.
Examples of past meal plans or client success stories (if available).
Be Part of the Transformation!
Join Leppan Physiques in providing high-quality, personalised coaching that delivers real results. Help us take our clients’ transformations to the next level through expertly crafted nutrition plans that are as effective as they are sustainable. Apply today!
Less than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$6.00
-
$10.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Nutrition
Dietetics
Physical Fitness
+ 4 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
last week
Interviewing:
1
Invites sent:
1
Unanswered invites:
0
About the client
Member since Jul 18, 2023
Australia
Surfers Paradise 7:59 PM
$2.6K total spent
10 hires, 4 active
145 hours
Health & Fitness
Small company (2-9 people)
Additional Skills Mentioned:
- Sports & Fitness
- Physical Fitness
- Health & Wellness
- Recipe Writing
- Content Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Remote-Personal-Trainer-Nutritionist-Needed-for-Customised-Meal-Planning_~021875086545579337614/ | Remote Personal Trainer & Nutritionist Needed for Customised Meal Planning | Posted 2 weeks ago | Worldwide | Job Description:
Leppan Physiques, a high-quality fitness coaching company specialising in physique transformation, is seeking a qualified Personal Trainer and Nutritionist to join our remote team. We provide clients with personalised, results-driven training and meal plans to help them achieve their aesthetic and performance goals.
As a key member of our team, you’ll work remotely to create customised meal plans for new clients and adjust these plans weekly based on client check-ins. Your role will be integral to our clients’ progress and success, as nutrition is a cornerstone of our program.
If you’re an experienced PT and Nutritionist who is passionate about providing clients with tailored, sustainable nutrition strategies, we’d love to hear from you!
Responsibilities:
Create Personalised Meal Plans: Develop comprehensive, individualised meal plans for new clients based on their goals, dietary preferences, and health needs.
Weekly Adjustments: Review weekly client check-ins to adjust and refine meal plans to support their progress, ensure they’re staying on track, and address any challenges they’re facing.
Nutritional Guidance: Provide education and advice to clients, helping them understand the importance of their meal plans and empowering them to make healthy, sustainable choices.
Collaboration with Coaches: Work closely with our coaching team to ensure clients' nutrition and training plans align for optimal results.
Client Communication: Communicate adjustments and updates to clients in a clear, motivating way to help them understand and stay committed to their nutrition goals.
Maintain Documentation: Accurately log changes, feedback, and progress in each client’s profile to track their journey and refine the program over time.
Qualifications:
Certification in Personal Training (e.g., Cert III/IV in Fitness, NASM, ACE, or equivalent).
Certification in Nutrition (e.g., Diploma in Nutrition, Certified Nutrition Specialist, or equivalent recognised qualification).
Experience in Meal Planning and Diet Adjustments: Proven experience creating meal plans and making adjustments based on client needs, preferences, and progress.
Knowledge of Hypertrophy and Physique Training: Strong understanding of hypertrophy, fat loss, and physique-focused nutrition to support specific client goals.
Excellent Communication Skills: Ability to explain nutrition strategies clearly, provide encouragement, and engage clients remotely.
Organised and Detail-Oriented: Capable of managing multiple client profiles, tracking changes, and staying on top of weekly check-ins and adjustments.
Passionate About Client Success: A positive, motivating attitude with a commitment to helping clients achieve sustainable, long-term results.
Preferred Qualifications:
Experience working with high-ticket clients or in a remote coaching environment.
Familiarity with Trainerize or similar coaching software for managing client profiles and communication.
Ability to create meal plans that align with different dietary preferences (e.g., vegan, gluten-free, low-carb).
Why Join Leppan Physiques?
High-Impact Coaching: Be part of a team that values in-depth, personalised coaching that makes a real difference in clients’ lives.
Remote Flexibility: Work from anywhere with a reliable internet connection, allowing you to balance your work and life.
Collaborative Environment: Join a supportive, knowledgeable team of fitness and nutrition experts.
Client-Focused Approach: Our clients are highly motivated, dedicated individuals who value expert guidance and meaningful, measurable progress.
Compensation:
Competitive hourly rate or project-based fee, depending on experience and qualifications. Opportunities for ongoing work and potential performance-based bonuses.
How to Apply:
If you’re excited to help clients achieve their best physiques with sustainable nutrition strategies, we’d love to hear from you!
Please submit your:
Resume with relevant qualifications and certifications.
A brief cover letter detailing your approach to nutrition and why you’re passionate about helping clients succeed.
Examples of past meal plans or client success stories (if available).
Be Part of the Transformation!
Join Leppan Physiques in providing high-quality, personalised coaching that delivers real results. Help us take our clients’ transformations to the next level through expertly crafted nutrition plans that are as effective as they are sustainable. Apply today! | [
"Sports & Fitness",
"Dietetics",
"Physical Fitness",
"Health & Wellness",
"Recipe Writing",
"Content Writing",
"Nutrition"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Remote-Personal-Trainer-Nutritionist-Needed-for-Customised-Meal-Planning_~021875086545579337614/ | ```json
{"title": "Remote Personal Trainer & Nutritionist Needed for Customised Meal Planning", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Job Description:\n\nLeppan Physiques, a high-quality fitness coaching company specialising in physique transformation, is seeking a qualified Personal Trainer and Nutritionist to join our remote team. We provide clients with personalised, results-driven training and meal plans to help them achieve their aesthetic and performance goals.\n\nAs a key member of our team, you’ll work remotely to create customised meal plans for new clients and adjust these plans weekly based on client check-ins. Your role will be integral to our clients’ progress and success, as nutrition is a cornerstone of our program.\n\nIf you’re an experienced PT and Nutritionist who is passionate about providing clients with tailored, sustainable nutrition strategies, we’d love to hear from you!\n\n\nResponsibilities:\n\nCreate Personalised Meal Plans: Develop comprehensive, individualised meal plans for new clients based on their goals, dietary preferences, and health needs.\n\nWeekly Adjustments: Review weekly client check-ins to adjust and refine meal plans to support their progress, ensure they’re staying on track, and address any challenges they’re facing.\n\nNutritional Guidance: Provide education and advice to clients, helping them understand the importance of their meal plans and empowering them to make healthy, sustainable choices.\n\nCollaboration with Coaches: Work closely with our coaching team to ensure clients" nutrition and training plans align for optimal results.\n\nClient Communication: Communicate adjustments and updates to clients in a clear, motivating way to help them understand and stay committed to their nutrition goals.\n\nMaintain Documentation: Accurately log changes, feedback, and progress in each client’s profile to track their journey and refine the program over time.\n\n\nQualifications:\n\nCertification in Personal Training (e.g., Cert III/IV in Fitness, NASM, ACE, or equivalent).\nCertification in Nutrition (e.g., Diploma in Nutrition, Certified Nutrition Specialist, or equivalent recognised qualification).\nExperience in Meal Planning and Diet Adjustments: Proven experience creating meal plans and making adjustments based on client needs, preferences, and progress.\nKnowledge of Hypertrophy and Physique Training: Strong understanding of hypertrophy, fat loss, and physique-focused nutrition to support specific client goals.\nExcellent Communication Skills: Ability to explain nutrition strategies clearly, provide encouragement, and engage clients remotely.\nOrganised and Detail-Oriented: Capable of managing multiple client profiles, tracking changes, and staying on top of weekly check-ins and adjustments.\nPassionate About Client Success: A positive, motivating attitude with a commitment to helping clients achieve sustainable, long-term results.\n\n\nPreferred Qualifications:\n\nExperience working with high-ticket clients or in a remote coaching environment.\nFamiliarity with Trainerize or similar coaching software for managing client profiles and communication.\nAbility to create meal plans that align with different dietary preferences (e.g., vegan, gluten-free, low-carb).\n\n\nWhy Join Leppan Physiques?\n\nHigh-Impact Coaching: Be part of a team that values in-depth, personalised coaching that makes a real difference in clients’ lives.\nRemote Flexibility: Work from anywhere with a reliable internet connection, allowing you to balance your work and life.\nCollaborative Environment: Join a supportive, knowledgeable team of fitness and nutrition experts.\nClient-Focused Approach: Our clients are highly motivated, dedicated individuals who value expert guidance and meaningful, measurable progress.\n\n\nCompensation:\n\nCompetitive hourly rate or project-based fee, depending on experience and qualifications. Opportunities for ongoing work and potential performance-based bonuses.\n\n\nHow to Apply:\n\nIf you’re excited to help clients achieve their best physiques with sustainable nutrition strategies, we’d love to hear from you!\n\nPlease submit your:\n\nResume with relevant qualifications and certifications.\nA brief cover letter detailing your approach to nutrition and why you’re passionate about helping clients succeed.\nExamples of past meal plans or client success stories (if available).\n\n\nBe Part of the Transformation!\nJoin Leppan Physiques in providing high-quality, personalised coaching that delivers real results. Help us take our clients’ transformations to the next level through expertly crafted nutrition plans that are as effective as they are sustainable. Apply today!", "skills": ["Sports & Fitness", "Dietetics", "Physical Fitness", "Health & Wellness", "Recipe Writing", "Content Writing", "Nutrition"], "work_schedule": "Less than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$6.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Remote-Personal-Trainer-Nutritionist-Needed-for-Customised-Meal-Planning_~021875086545579337614/"}
``` |
Board Game Artist for Wonton Themed Game
Posted 2 months ago
Worldwide
Hello, we are looking for an artist to create card art for our upcoming release, Wonton Destruction. This is a fast paced, family friendly card game that, gameplay wise, focuses on hand management.
Thematically, it is about friends fighting over their plates full of wontons.
We will need 32 pieces of art, but will write the contract for 50, just to be safe.
We do have an idea of an art style we think would work with this game, HOWEVER, we are open to ANY unique styles!
Our idea for the style is a retro anime/manga style, like Astro Boy, Kikaider, and Cyborg 009.
Think 70's anime/manga.
WE DO NOT WANT GENERIC, MODERN, ANIME OR CHIBI STYLE!
The art will need to be sent to us digitally. So it will need to be drawn digitally or you will need to be able to scan it into a computer.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Game Art Skills
Game Art
Game Dimension
2D Game Art
Game Genre
Card Game
Other
Character Design
Cartoon Art
+ 3 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 weeks ago
Hires:
1
Interviewing:
3
Invites sent:
5
Unanswered invites:
1
About the client
Member since Nov 18, 2024
USA
Chickasha 12:24 AM
$30 total spent
1 hire, 1 active
Additional Skills Mentioned:
- Drawing
- Card Game
- Cartoon Art
- 2D Game Art
- Illustration
- Game Art
- Character Design
- Unique Style
Job Link:https://www.upwork.com/freelance-jobs/apply/Board-Game-Artist-for-Wonton-Themed-Game_~021861288426334140833/ | Board Game Artist for Wonton Themed Game | Posted 2 months ago | Worldwide | Hello, we are looking for an artist to create card art for our upcoming release, Wonton Destruction. This is a fast paced, family friendly card game that, gameplay wise, focuses on hand management.
Thematically, it is about friends fighting over their plates full of wontons.
We will need 32 pieces of art, but will write the contract for 50, just to be safe.
We do have an idea of an art style we think would work with this game, HOWEVER, we are open to ANY unique styles!
Our idea for the style is a retro anime/manga style, like Astro Boy, Kikaider, and Cyborg 009.
Think 70's anime/manga.
WE DO NOT WANT GENERIC, MODERN, ANIME OR CHIBI STYLE!
The art will need to be sent to us digitally. So it will need to be drawn digitally or you will need to be able to scan it into a computer. | [
"Drawing",
"Card Game",
"Cartoon Art",
"2D Game Art",
"Illustration",
"Game Art",
"Character Design",
"Unique Style"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Board-Game-Artist-for-Wonton-Themed-Game_~021861288426334140833/ | ```json
{"title": "Board Game Artist for Wonton Themed Game", "post_date": "Posted 2 months ago", "Location": "Worldwide", "description": "Hello, we are looking for an artist to create card art for our upcoming release, Wonton Destruction. This is a fast paced, family friendly card game that, gameplay wise, focuses on hand management.\nThematically, it is about friends fighting over their plates full of wontons.\n\nWe will need 32 pieces of art, but will write the contract for 50, just to be safe.\n\nWe do have an idea of an art style we think would work with this game, HOWEVER, we are open to ANY unique styles!\nOur idea for the style is a retro anime/manga style, like Astro Boy, Kikaider, and Cyborg 009.\nThink 70"s anime/manga.\nWE DO NOT WANT GENERIC, MODERN, ANIME OR CHIBI STYLE!\n\nThe art will need to be sent to us digitally. So it will need to be drawn digitally or you will need to be able to scan it into a computer.", "skills": ["Drawing", "Card Game", "Cartoon Art", "2D Game Art", "Illustration", "Game Art", "Character Design", "Unique Style"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Board-Game-Artist-for-Wonton-Themed-Game_~021861288426334140833/"}
``` |
VIrtual Assistant
Posted 12 hours ago
Worldwide
I need to hire a part-time long-term virtual assistant who is able to handle a wide variety of tasks (outlined below).
Unlike my prior VAs, this role will have significant emphasis on overseeing delivery of a sales strategy which will primarily be executed on LinkedIn.
The work will demand a significant degree of curiosity, creativity, critical thinking or the ability to figure things out (often with the help of a GPT), but some might be repetitive and mundane.
Over time, the goal is to incorporate or build systems that automate the repetitive and mundane work so attention will continue shift to focus on more complicated activities. This will allow the VA to continually contribute at a higher level which will unlock the opportunity to greater compensation.
You will be very involved with the application of AI and automation tools with the core objective of finding all the best ways to utilize it, understand limitations, and be skilled at adopting now AI capabilities as they appear. My goal is for you to continually keep your skills ahead of what AI can do without a human-in-the-loop.
This is for someone that wants to be pushed and challenged to meet a high standard, and to be regularly learning in order to keep up with a world that is rapidly changing. I am operating in startup-mode so the goal is to be fast and lean.
Most work will be planned in advance, but some may require quick responses or immediate action. I will avoid this urgency as much as possible.
Applying for this position will require taking the QLVR compatibility assessment. This is the startup product you will be working on as part of the role. It is designed to predict the compatibility of any individual with another individual, a specific position or a team (in this case, it will be used to assess your compatibility with me and with the VA role).
The assessment will take almost an hour to complete so please do not apply if you are not willing to make this investment. In return, you will receive your results for free, which includes three reports even if you do not make it to the next step in my hiring process.
If this interests you, reply with two, and only two things:
• The words “send me the assessment”
• Post a brief video ( less than 90 seconds) with your proposal answering this question: How is Artificial Intelligence and automation going to change how people work and interact over the next few years? Please have this be your original thoughts and not just reading back a GPT response (which will be obvious).
WARNING: I’ve have been overwhelmed with prior job postings getting literally hundreds of proposals with almost all full of GPT content. I apologize if I do not read or respond to your proposal if the same happens to this post.
The above text and a more detail is in the attached file.
Less than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$3.00
-
$10.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Blog Writing
Candidate Interviewing
+ 6 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
5 hours ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Oct 18, 2016
United States
Fayetteville 5:14 AM
$23K total spent
32 hires, 3 active
1,523 hours
Additional Skills Mentioned:
- Administrative Support
- Executive Support
- Blog Writing
- Scheduling
- Candidate Interviewing
- Microsoft Office
- Data Entry
- Email Communication
Job Link:https://www.upwork.com/freelance-jobs/apply/VIrtual-Assistant_~021879248975648535898/ | VIrtual Assistant | Posted 12 hours ago | Worldwide | I need to hire a part-time long-term virtual assistant who is able to handle a wide variety of tasks (outlined below).
Unlike my prior VAs, this role will have significant emphasis on overseeing delivery of a sales strategy which will primarily be executed on LinkedIn.
The work will demand a significant degree of curiosity, creativity, critical thinking or the ability to figure things out (often with the help of a GPT), but some might be repetitive and mundane.
Over time, the goal is to incorporate or build systems that automate the repetitive and mundane work so attention will continue shift to focus on more complicated activities. This will allow the VA to continually contribute at a higher level which will unlock the opportunity to greater compensation.
You will be very involved with the application of AI and automation tools with the core objective of finding all the best ways to utilize it, understand limitations, and be skilled at adopting now AI capabilities as they appear. My goal is for you to continually keep your skills ahead of what AI can do without a human-in-the-loop.
This is for someone that wants to be pushed and challenged to meet a high standard, and to be regularly learning in order to keep up with a world that is rapidly changing. I am operating in startup-mode so the goal is to be fast and lean.
Most work will be planned in advance, but some may require quick responses or immediate action. I will avoid this urgency as much as possible.
Applying for this position will require taking the QLVR compatibility assessment. This is the startup product you will be working on as part of the role. It is designed to predict the compatibility of any individual with another individual, a specific position or a team (in this case, it will be used to assess your compatibility with me and with the VA role).
The assessment will take almost an hour to complete so please do not apply if you are not willing to make this investment. In return, you will receive your results for free, which includes three reports even if you do not make it to the next step in my hiring process.
If this interests you, reply with two, and only two things:
• The words “send me the assessment”
• Post a brief video ( less than 90 seconds) with your proposal answering this question: How is Artificial Intelligence and automation going to change how people work and interact over the next few years? Please have this be your original thoughts and not just reading back a GPT response (which will be obvious).
WARNING: I’ve have been overwhelmed with prior job postings getting literally hundreds of proposals with almost all full of GPT content. I apologize if I do not read or respond to your proposal if the same happens to this post.
The above text and a more detail is in the attached file. | [
"Administrative Support",
"Executive Support",
"Blog Writing",
"Scheduling",
"Candidate Interviewing",
"Microsoft Office",
"Data Entry",
"Email Communication"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/VIrtual-Assistant_~021879248975648535898/ | ```json
{"title": "VIrtual Assistant", "post_date": "Posted 12 hours ago", "Location": "Worldwide", "description": "I need to hire a part-time long-term virtual assistant who is able to handle a wide variety of tasks (outlined below).\xa0\xa0\n\nUnlike my prior VAs, this role will have significant emphasis on overseeing delivery of a sales strategy which will primarily be executed on LinkedIn.\n\nThe work will demand a significant degree of curiosity, creativity, critical thinking or the ability to figure things out (often with the help of a GPT), but some might be repetitive and mundane.\xa0\xa0\n\nOver time, the goal is to incorporate or build systems that automate the repetitive and mundane work so attention will continue shift to focus on more complicated activities.\xa0\xa0This will allow the VA to continually contribute at a higher level which will unlock the opportunity to greater compensation.\n\nYou will be very involved with the application of AI and automation tools with the core objective of finding all the best ways to utilize it, understand limitations, and be skilled at adopting now AI capabilities as they appear.\xa0\xa0My goal is for you to continually keep your skills ahead of what AI can do without a human-in-the-loop.\n\nThis is for someone that wants to be pushed and challenged to meet a high standard, and to be regularly learning in order to keep up with a world that is rapidly changing. I am operating in startup-mode so the goal is to be fast and lean.\n\nMost work will be planned in advance, but some may require quick responses or immediate action.\xa0\xa0I will avoid this urgency as much as possible.\n\nApplying for this position will require taking the QLVR compatibility assessment.\xa0\xa0This is the startup product you will be working on as part of the role.\xa0\xa0It is designed to predict the compatibility of any individual with another individual, a specific position or a team (in this case, it will be used to assess your compatibility with me and with the VA role).\n\nThe assessment will take almost an hour to complete so please do not apply if you are not willing to make this investment.\xa0\xa0In return, you will receive your results for free, which includes three reports even if you do not make it to the next step in my hiring process.\n\nIf this interests you, reply with two, and only two things:\n• The words “send me the assessment”\n• Post a brief video ( less than 90 seconds) with your proposal answering this question:\xa0\xa0How is Artificial Intelligence and automation going to change how people work and interact over the next few years?\xa0\xa0Please have this be your original thoughts and not just reading back a GPT response (which will be obvious).\n\nWARNING:\xa0\xa0I’ve have been overwhelmed with prior job postings getting literally hundreds of proposals with almost all full of GPT content.\xa0\xa0I apologize if I do not read or respond to your proposal if the same happens to this post.\n\nThe above text and a more detail is in the attached file.", "skills": ["Administrative Support", "Executive Support", "Blog Writing", "Scheduling", "Candidate Interviewing", "Microsoft Office", "Data Entry", "Email Communication"], "work_schedule": "Less than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$3.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/VIrtual-Assistant_~021879248975648535898/"}
``` |
Looking for a pro video-editor in animation!
Posted last week
Worldwide
Do you have a passion for editing animation? Do you want to make videos of the highest possible quality and be part of a young and driven team? Then we have the dream job for you!
We are looking for an experienced video editor with proven experience editing videos on animation for our YouTube channel.
Requirements:
- Able to use multiple editing styles
- Able to use real interviews/footage
- Change music often and add music in line with the feeling and flow of the story
- Clear communication
- Be skilled in video editing and animation integration
- Lip-syncing expertise
Feature information:
- Videos of 16 - 18 minutes
- 2 / 3 videos per week
- Experience with animation videos is a must
- Basic knowledge of crypto
Budget:
- $30 per video
- Bonus structure for excellent work, when I earn; You earn too.
Advantages:
- Unlimited earning opportunities
- Bonus opportunities
- Opportunity for long-term collaboration and promotions
- Join us now and be part of upcoming channels in the near future
Hours to be determined
Hourly
3-6 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
3D Animation Deliverables
3D Animation
Character Animation
3D Animation Software
Autodesk Maya
Other
Video Editing
Adobe After Effects
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
4 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 18, 2024
Netherlands
10:37 AM
Additional Skills Mentioned:
- Video Editing
- 3D Animation
- Adobe After Effects
- Motion Graphics
- Adobe Premiere Pro
- Videography
- Character Animation
- Autodesk Maya
Job Link:https://www.upwork.com/freelance-jobs/apply/Looking-for-pro-video-editor-animation_~021876710207192501652/ | Looking for a pro video-editor in animation! | Posted last week | Worldwide | Do you have a passion for editing animation? Do you want to make videos of the highest possible quality and be part of a young and driven team? Then we have the dream job for you!
We are looking for an experienced video editor with proven experience editing videos on animation for our YouTube channel.
Requirements:
- Able to use multiple editing styles
- Able to use real interviews/footage
- Change music often and add music in line with the feeling and flow of the story
- Clear communication
- Be skilled in video editing and animation integration
- Lip-syncing expertise
Feature information:
- Videos of 16 - 18 minutes
- 2 / 3 videos per week
- Experience with animation videos is a must
- Basic knowledge of crypto
Budget:
- $30 per video
- Bonus structure for excellent work, when I earn; You earn too.
Advantages:
- Unlimited earning opportunities
- Bonus opportunities
- Opportunity for long-term collaboration and promotions
- Join us now and be part of upcoming channels in the near future | [
"Animation",
"Video Editing",
"3D Animation",
"Adobe After Effects",
"Motion Graphics",
"Adobe Premiere Pro",
"Videography",
"Character Animation",
"Autodesk Maya"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Looking-for-pro-video-editor-animation_~021876710207192501652/ | ```json
{"title": "Looking for a pro video-editor in animation!", "post_date": "Posted last week", "Location": "Worldwide", "description": "Do you have a passion for editing animation? Do you want to make videos of the highest possible quality and be part of a young and driven team? Then we have the dream job for you!\n\nWe are looking for an experienced video editor with proven experience editing videos on animation for our YouTube channel.\n\nRequirements:\n- Able to use multiple editing styles\n- Able to use real interviews/footage\n- Change music often and add music in line with the feeling and flow of the story\n- Clear communication\n- Be skilled in video editing and animation integration\n- Lip-syncing expertise\n\nFeature information:\n- Videos of 16 - 18 minutes\n- 2 / 3 videos per week\n- Experience with animation videos is a must\n- Basic knowledge of crypto\n\n\nBudget:\n- $30 per video\n- Bonus structure for excellent work, when I earn; You earn too.\n\n\nAdvantages:\n- Unlimited earning opportunities\n- Bonus opportunities\n- Opportunity for long-term collaboration and promotions\n- Join us now and be part of upcoming channels in the near future", "skills": ["Animation", "Video Editing", "3D Animation", "Adobe After Effects", "Motion Graphics", "Adobe Premiere Pro", "Videography", "Character Animation", "Autodesk Maya"], "work_schedule": "Hours to be determined", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Looking-for-pro-video-editor-animation_~021876710207192501652/"}
``` |
Contact List Research
Posted 2 weeks ago
Worldwide
I am seeking a detail-oriented freelancer to help compile a list of contacts from a provided company list. You will be given specific job titles to target, and your task will be to gather relevant contact information for individuals holding these titles. Strong research skills and attention to detail are essential for accuracy.
$5.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Contact List
Company Research
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Hires:
1
Interviewing:
0
Invites sent:
1
Unanswered invites:
0
About the client
Member since Mar 31, 2024
United States
Tijuana 12:15 AM
$1.3K total spent
114 hires, 7 active
1 hour
Additional Skills Mentioned:
- Company Research
- List Building
- Market Research
- Contact List
- Data Entry
- Data Scraping
Job Link:https://www.upwork.com/freelance-jobs/apply/Contact-List-Research_~021874154124841118560/ | Contact List Research | Posted 2 weeks ago | Worldwide | I am seeking a detail-oriented freelancer to help compile a list of contacts from a provided company list. You will be given specific job titles to target, and your task will be to gather relevant contact information for individuals holding these titles. Strong research skills and attention to detail are essential for accuracy. | [
"Company Research",
"List Building",
"Market Research",
"Contact List",
"Data Entry",
"Data Scraping"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Contact-List-Research_~021874154124841118560/ | ```json
{"title": "Contact List Research", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "I am seeking a detail-oriented freelancer to help compile a list of contacts from a provided company list. You will be given specific job titles to target, and your task will be to gather relevant contact information for individuals holding these titles. Strong research skills and attention to detail are essential for accuracy.", "skills": ["Company Research", "List Building", "Market Research", "Contact List", "Data Entry", "Data Scraping"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Contact-List-Research_~021874154124841118560/"}
``` |
Lead Generation Specialist: Retail Partnership Acquisition
Posted last week
Worldwide
We are seeking a proactive and detail-oriented individual to research and curate lead lists, prepare them for cold emailing, cold calling, and in-person visits. Additionally, you will be responsible for researching relevant conferences and events to attend. Your primary goal will be to secure as many appointments as possible for our CEO with potential retailers. This role requires strong organizational skills, excellent communication abilities, and a proactive approach to lead generation. Join us in driving our business growth and expanding our retail partnerships!
$5.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Lead Generation Services
Lead Generation Strategy
+ 5 more
Other
Lead Generation
List Building
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
6 days ago
Hires:
3
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 12, 2023
Bahrain
Muharraq 12:53 PM
$17K total spent
634 hires, 6 active
441 hours
HR & Business Services
Individual client
Additional Skills Mentioned:
- List Building
- Prospect List
- Market Research
- Lead Generation Strategy
- Appointment Setting
- Data Entry
- Lead Generation
- Data Cleaning
- Lead Generation Analysis
- Email Marketing
Job Link:https://www.upwork.com/freelance-jobs/apply/Lead-Generation-Specialist-Retail-Partnership-Acquisition_~021876677683093241644/ | Lead Generation Specialist: Retail Partnership Acquisition | Posted last week | Worldwide | We are seeking a proactive and detail-oriented individual to research and curate lead lists, prepare them for cold emailing, cold calling, and in-person visits. Additionally, you will be responsible for researching relevant conferences and events to attend. Your primary goal will be to secure as many appointments as possible for our CEO with potential retailers. This role requires strong organizational skills, excellent communication abilities, and a proactive approach to lead generation. Join us in driving our business growth and expanding our retail partnerships! | [
"List Building",
"Prospect List",
"Market Research",
"Lead Generation Strategy",
"Appointment Setting",
"Data Entry",
"Lead Generation",
"Data Cleaning",
"Lead Generation Analysis",
"Email Marketing"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Lead-Generation-Specialist-Retail-Partnership-Acquisition_~021876677683093241644/ | ```json
{"title": "Lead Generation Specialist: Retail Partnership Acquisition", "post_date": "Posted last week", "Location": "Worldwide", "description": "We are seeking a proactive and detail-oriented individual to research and curate lead lists, prepare them for cold emailing, cold calling, and in-person visits. Additionally, you will be responsible for researching relevant conferences and events to attend. Your primary goal will be to secure as many appointments as possible for our CEO with potential retailers. This role requires strong organizational skills, excellent communication abilities, and a proactive approach to lead generation. Join us in driving our business growth and expanding our retail partnerships!", "skills": ["List Building", "Prospect List", "Market Research", "Lead Generation Strategy", "Appointment Setting", "Data Entry", "Lead Generation", "Data Cleaning", "Lead Generation Analysis", "Email Marketing"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Lead-Generation-Specialist-Retail-Partnership-Acquisition_~021876677683093241644/"}
``` |
Copywriter for Gambling
Posted 5 days ago
Worldwide
I am looking for a copywriter to create articles in Bulgarian on gambling-related topics. The content should be written according to the technical specifications (brief) that I will provide in private messages. Experienced writers are welcome to apply!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Language
Bulgarian
Other
Copywriting
Content Writing
+ 2 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 16, 2024
Cyprus
Limassol 11:12 AM
Tech & IT
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Content Writing
- Website Content
- SEO Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Copywriter-for-Gambling_~021877705821002861972/ | Copywriter for Gambling | Posted 5 days ago | Worldwide | I am looking for a copywriter to create articles in Bulgarian on gambling-related topics. The content should be written according to the technical specifications (brief) that I will provide in private messages. Experienced writers are welcome to apply! | [
"Copywriting",
"Content Writing",
"Bulgarian",
"Website Content",
"SEO Writing"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Copywriter-for-Gambling_~021877705821002861972/ | ```json
{"title": "Copywriter for Gambling", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "I am looking for a copywriter to create articles in Bulgarian on gambling-related topics. The content should be written according to the technical specifications (brief) that I will provide in private messages. Experienced writers are welcome to apply!", "skills": ["Copywriting", "Content Writing", "Bulgarian", "Website Content", "SEO Writing"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Copywriter-for-Gambling_~021877705821002861972/"}
``` |
Cold Water Swimming Pool Design with Countercurrent System
Posted 3 days ago
Worldwide
We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.
The design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.
Pool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.
The ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.
EDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.
Please provide a portfolio of relevant work and your approach to this project.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Autodesk AutoCAD
3D Modeling
+ 6 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
3
Invites sent:
3
Unanswered invites:
0
About the client
Member since Jun 16, 2019
Hong Kong
Hong Kong 9:05 AM
$3.3K total spent
13 hires, 1 active
Additional Skills Mentioned:
- Mechanical Engineering
- CAD
- Engineering Design
- Product Design
- 3D Design
- Content Writing
- 3D Modeling
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/ | Cold Water Swimming Pool Design with Countercurrent System | Posted 3 days ago | Worldwide | We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.
The design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.
Pool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.
The ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.
EDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.
Please provide a portfolio of relevant work and your approach to this project. | [
"Mechanical Engineering",
"CAD",
"Engineering Design",
"Product Design",
"3D Design",
"Content Writing",
"3D Modeling",
"Autodesk AutoCAD"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/ | ```json
{"title": "Cold Water Swimming Pool Design with Countercurrent System", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.\n\nThe design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.\n\nPool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.\n\nThe ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.\n\nEDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.\n\nPlease provide a portfolio of relevant work and your approach to this project.", "skills": ["Mechanical Engineering", "CAD", "Engineering Design", "Product Design", "3D Design", "Content Writing", "3D Modeling", "Autodesk AutoCAD"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/"}
``` |
Content Writer Wanted for a Long-Term Creative Partnership
Posted 5 days ago
Worldwide
Hi!
I’m Marija Hajster, a graphic designer who’s been on Upwork since the very beginning!
With over 14 years of experience as a freelancer, I specialize in creating media kits, press kits, brochures, company profiles, presentation design and many other type of graphic design projects.
More about me on my website:
https://www.mayapages.com/
or my Upwork profile: https://www.upwork.com/freelancers/mhajster
What I’m Looking For:
I’m looking for a content writer to team up with so we can offer clients a complete service — combining your words and my designs.
Ideally, you’re a great writer who can craft clear and engaging content for media kits, brochures, and similar projects, someone who’s proactive, organized, and open to brainstorming ideas, and a collaborator who values simple, clear communication and knows how to keep things fair and easy.
What We’ll Do Together:
- Search for projects on Upwork and work as a team.
- Create a strategy to promote our services.
- Support each other while focusing on our strengths — you write, I design!
If this sounds like a good fit, please send:
A bit about your experience and some work samples.
Your thoughts on my website mayapages.com: What do you like, what don’t like, and what could be improved?
Looking forward to starting a successful collaboration in 2025!
Marija
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Content Writing
Blog Writing
+ 8 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
yesterday
Interviewing:
7
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 15, 2011
Serbia
Belgrade 9:19 AM
$44 total spent
1 hire, 0 active
Additional Skills Mentioned:
- Brochure
- press kit
- Social Media Ad Campaign
- Blog Writing
- Company Profile
- Content Writing
- Media Kit
- LinkedIn Marketing
- SEO Writing
- Press Release Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Content-Writer-Wanted-for-Long-Term-Creative-Partnership_~021877622204469808532/ | Content Writer Wanted for a Long-Term Creative Partnership | Posted 5 days ago | Worldwide | Hi!
I’m Marija Hajster, a graphic designer who’s been on Upwork since the very beginning!
With over 14 years of experience as a freelancer, I specialize in creating media kits, press kits, brochures, company profiles, presentation design and many other type of graphic design projects.
More about me on my website:
https://www.mayapages.com/
or my Upwork profile: https://www.upwork.com/freelancers/mhajster
What I’m Looking For:
I’m looking for a content writer to team up with so we can offer clients a complete service — combining your words and my designs.
Ideally, you’re a great writer who can craft clear and engaging content for media kits, brochures, and similar projects, someone who’s proactive, organized, and open to brainstorming ideas, and a collaborator who values simple, clear communication and knows how to keep things fair and easy.
What We’ll Do Together:
- Search for projects on Upwork and work as a team.
- Create a strategy to promote our services.
- Support each other while focusing on our strengths — you write, I design!
If this sounds like a good fit, please send:
A bit about your experience and some work samples.
Your thoughts on my website mayapages.com: What do you like, what don’t like, and what could be improved?
Looking forward to starting a successful collaboration in 2025!
Marija | [
"Brochure",
"press kit",
"Social Media Ad Campaign",
"Blog Writing",
"Company Profile",
"Content Writing",
"Media Kit",
"LinkedIn Marketing",
"SEO Writing",
"Press Release Writing"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Content-Writer-Wanted-for-Long-Term-Creative-Partnership_~021877622204469808532/ | ```json
{"title": "Content Writer Wanted for a Long-Term Creative Partnership", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "Hi!\nI’m Marija Hajster, a graphic designer who’s been on Upwork since the very beginning!\n\nWith over 14 years of experience as a freelancer, I specialize in creating media kits, press kits, brochures, company profiles, presentation design and many other type of graphic design projects.\n\nMore about me on my website:\nhttps://www.mayapages.com/\nor my Upwork profile: https://www.upwork.com/freelancers/mhajster\n\nWhat I’m Looking For:\nI’m looking for a content writer to team up with so we can offer clients a complete service — combining your words and my designs.\nIdeally, you’re a great writer who can craft clear and engaging content for media kits, brochures, and similar projects, someone who’s proactive, organized, and open to brainstorming ideas, and a collaborator who values simple, clear communication and knows how to keep things fair and easy.\n\nWhat We’ll Do Together:\n\n- Search for projects on Upwork and work as a team.\n- Create a strategy to promote our services.\n- Support each other while focusing on our strengths — you write, I design!\n\nIf this sounds like a good fit, please send:\n\nA bit about your experience and some work samples.\nYour thoughts on my website mayapages.com: What do you like, what don’t like, and what could be improved?\n\nLooking forward to starting a successful collaboration in 2025!\nMarija", "skills": ["Brochure", "press kit", "Social Media Ad Campaign", "Blog Writing", "Company Profile", "Content Writing", "Media Kit", "LinkedIn Marketing", "SEO Writing", "Press Release Writing"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Content-Writer-Wanted-for-Long-Term-Creative-Partnership_~021877622204469808532/"}
``` |
Home Decor Sourcing Agent | Messe Frankfurt in Germany | Urgent – Starts Jan 14
Posted 5 days ago
Worldwide
*Why You'll Love Working with Us**
This is an extraordinary opportunity for you to represent our company at one of the largest trade shows in Germany. Your unique skills and expertise in the textiles industry will be invaluable as we seek to expand our product offerings. You will play a crucial role in building relationships with key vendors and discovering innovative solutions that align with our brand's vision.
**What We're Looking For**
We are seeking a professional, warm, and approachable individual who can give off a good impression of potential future business. The ideal candidate will have:
Experience in sourcing and evaluating home decor products, especially in textiles.
Strong communication and interpersonal skills.
Ability to quickly understand our style and requirements.
Proficiency in gathering and relaying detailed information about products, pricing, and vendor capabilities.
Excellent organizational skills to upload data to our vendor database and share scorecards.
**Your Role**
As our Home Decor Sourcing Agent, you will:
Attend the trade show in Germany as our company representative.
Engage with vendors, discuss their products, and gather comprehensive information on their offerings.
Focus on finding suppliers for decorative pillows, table top decor, and design and print houses for fabric.
Seek out vendors that can provide custom design, printing, sourcing, and furniture-grade materials.
Ensure the vendors can meet our standards, including possibly applying stain treatments and other custom processes.
Relay information about vendor operations, catalogs, pricing, MOQ, flexibility, and lead times to our team.
Upload all gathered information into our vendor database and complete scorecards for each vendor.
**Who We Are**
We are a company passionate about home decor and textiles, dedicated to finding the best products and solutions for our customers. Our mission is to offer high-quality, beautiful, and functional home decor items that meet the diverse needs of our clientele. We value innovation, excellence, and building strong relationships with our partners.
**Availability**
**Must be in Germany** and available for the trade show dates starting Jan 14 in Germany. Additional availability for future trade shows is a plus.
**Experience**
Minimum 3 years of experience in the home decor or textiles industry.
Experience attending and representing companies at trade shows is preferred.
Education and Software Tools
Bachelor's degree in a related field is preferred.
Proficiency with data management and communication tools.
**Our Hiring Process**
Submit your application with your resume and examples of your work.
Take a short skills test (link will be provided upon application).
If your skills align with what we need, our HR team will reach out with next steps, including interviews and additional assessments.
We look forward to receiving your application and working with you to make our next trade show a resounding success!
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$10.00
-
$30.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Sourcing & Procurement Services
Buying
Logistics Coordination
+ 3 more
Industry
Retail & Consumer Goods
Other
English
Price & Quote Negotiation
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
4 days ago
Interviewing:
1
Invites sent:
8
Unanswered invites:
3
About the client
Member since Dec 19, 2010
United States
Houston 5:11 AM
$244K total spent
246 hires, 23 active
7,220 hours
Additional Skills Mentioned:
- Request for Information
- Supplier Search
- Retail & Consumer Goods
- Logistics Coordination
- Price & Quote Negotiation
- Product Sourcing
Job Link:https://www.upwork.com/freelance-jobs/apply/Home-Decor-Sourcing-Agent-Messe-Frankfurt-Germany-Urgent-Starts-Jan_~021877720517117353489/ | Home Decor Sourcing Agent | Messe Frankfurt in Germany | Urgent – Starts Jan 14 | Posted 5 days ago | Worldwide | *Why You'll Love Working with Us**
This is an extraordinary opportunity for you to represent our company at one of the largest trade shows in Germany. Your unique skills and expertise in the textiles industry will be invaluable as we seek to expand our product offerings. You will play a crucial role in building relationships with key vendors and discovering innovative solutions that align with our brand's vision.
**What We're Looking For**
We are seeking a professional, warm, and approachable individual who can give off a good impression of potential future business. The ideal candidate will have:
Experience in sourcing and evaluating home decor products, especially in textiles.
Strong communication and interpersonal skills.
Ability to quickly understand our style and requirements.
Proficiency in gathering and relaying detailed information about products, pricing, and vendor capabilities.
Excellent organizational skills to upload data to our vendor database and share scorecards.
**Your Role**
As our Home Decor Sourcing Agent, you will:
Attend the trade show in Germany as our company representative.
Engage with vendors, discuss their products, and gather comprehensive information on their offerings.
Focus on finding suppliers for decorative pillows, table top decor, and design and print houses for fabric.
Seek out vendors that can provide custom design, printing, sourcing, and furniture-grade materials.
Ensure the vendors can meet our standards, including possibly applying stain treatments and other custom processes.
Relay information about vendor operations, catalogs, pricing, MOQ, flexibility, and lead times to our team.
Upload all gathered information into our vendor database and complete scorecards for each vendor.
**Who We Are**
We are a company passionate about home decor and textiles, dedicated to finding the best products and solutions for our customers. Our mission is to offer high-quality, beautiful, and functional home decor items that meet the diverse needs of our clientele. We value innovation, excellence, and building strong relationships with our partners.
**Availability**
**Must be in Germany** and available for the trade show dates starting Jan 14 in Germany. Additional availability for future trade shows is a plus.
**Experience**
Minimum 3 years of experience in the home decor or textiles industry.
Experience attending and representing companies at trade shows is preferred.
Education and Software Tools
Bachelor's degree in a related field is preferred.
Proficiency with data management and communication tools.
**Our Hiring Process**
Submit your application with your resume and examples of your work.
Take a short skills test (link will be provided upon application).
If your skills align with what we need, our HR team will reach out with next steps, including interviews and additional assessments.
We look forward to receiving your application and working with you to make our next trade show a resounding success! | [
"Sourcing",
"Request for Information",
"Supplier Search",
"Retail & Consumer Goods",
"Logistics Coordination",
"Price & Quote Negotiation",
"Product Sourcing",
"English",
"Buying"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Home-Decor-Sourcing-Agent-Messe-Frankfurt-Germany-Urgent-Starts-Jan_~021877720517117353489/ | ```json
{"title": "Home Decor Sourcing Agent | Messe Frankfurt in Germany | Urgent – Starts Jan 14", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "*Why You"ll Love Working with Us**\n\nThis is an extraordinary opportunity for you to represent our company at one of the largest trade shows in Germany. Your unique skills and expertise in the textiles industry will be invaluable as we seek to expand our product offerings. You will play a crucial role in building relationships with key vendors and discovering innovative solutions that align with our brand"s vision.\n\n**What We"re Looking For**\n\nWe are seeking a professional, warm, and approachable individual who can give off a good impression of potential future business. The ideal candidate will have:\n\nExperience in sourcing and evaluating home decor products, especially in textiles.\nStrong communication and interpersonal skills.\nAbility to quickly understand our style and requirements.\nProficiency in gathering and relaying detailed information about products, pricing, and vendor capabilities.\nExcellent organizational skills to upload data to our vendor database and share scorecards.\n\n**Your Role**\n\nAs our Home Decor Sourcing Agent, you will:\n\nAttend the trade show in Germany as our company representative.\nEngage with vendors, discuss their products, and gather comprehensive information on their offerings.\nFocus on finding suppliers for decorative pillows, table top decor, and design and print houses for fabric.\nSeek out vendors that can provide custom design, printing, sourcing, and furniture-grade materials.\nEnsure the vendors can meet our standards, including possibly applying stain treatments and other custom processes.\nRelay information about vendor operations, catalogs, pricing, MOQ, flexibility, and lead times to our team.\nUpload all gathered information into our vendor database and complete scorecards for each vendor.\n\n**Who We Are**\n\nWe are a company passionate about home decor and textiles, dedicated to finding the best products and solutions for our customers. Our mission is to offer high-quality, beautiful, and functional home decor items that meet the diverse needs of our clientele. We value innovation, excellence, and building strong relationships with our partners.\n\n**Availability**\n\n**Must be in Germany** and available for the trade show dates starting Jan 14 in Germany. Additional availability for future trade shows is a plus.\n\n**Experience**\n\nMinimum 3 years of experience in the home decor or textiles industry.\nExperience attending and representing companies at trade shows is preferred.\nEducation and Software Tools\nBachelor"s degree in a related field is preferred.\nProficiency with data management and communication tools.\n\n**Our Hiring Process**\n\nSubmit your application with your resume and examples of your work.\nTake a short skills test (link will be provided upon application).\nIf your skills align with what we need, our HR team will reach out with next steps, including interviews and additional assessments.\nWe look forward to receiving your application and working with you to make our next trade show a resounding success!", "skills": ["Sourcing", "Request for Information", "Supplier Search", "Retail & Consumer Goods", "Logistics Coordination", "Price & Quote Negotiation", "Product Sourcing", "English", "Buying"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$10.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Home-Decor-Sourcing-Agent-Messe-Frankfurt-Germany-Urgent-Starts-Jan_~021877720517117353489/"}
``` |
Reformat Adobe PDF Exported Word Files
Posted 2 days ago
Worldwide
We are seeking a detail-oriented freelancer to help us reformat Word documents that have been exported from Adobe PDF. The goal is to ensure these documents are well-organized and easy to read. This task involves adjusting layouts, fixing formatting issues, and ensuring consistent styling across all files. If you have experience with document formatting and can deliver high-quality results in a timely manner, we would love to hear from you! Please refer to the "kstate_womens_tennis_fmt" as an example for how the final word document should appear like.
The assigment is to reformat the 3 word documents listed in the cloud link. The basketball roster, soccer roster, and volleyball roster. Please follow the instructions below.
Reformat the roster sheet:
1. Set Margins to Moderate Margins
2. Delete Shapes & Objects
Reformat every table in each roster sheet to be:
- Plain Tables: Table Grid
- Font: 12 pt Arial
- Trim the text in each cell
- Left-Align the text in the tables cells
- Autofit Contents in the Table
Add two columns to the end of each table in the roster and label them, Roster Year, Roster Season. Then label add the Roster Year to every row for that table to reflect the roster year stated on the pages header section to the Roster Year Column for said page.
Ensure that there are 7-9 Columns
#; NAME; CLASS; POS; HOMETOWN; Roster Year; Roster Season
#; NAME; ACADEMIC YEAR; POS; HT; HOMETOWN; PREVIOUS SCHOOL; Roster Year; Roster Season
https://airlinemcas-my.sharepoint.com/:f:/g/personal/selawik_admin_selawikcorp_com/ElrEDMW0zWNGsR9kHMSqrTwBLial9Cs8rWJOzQ4q5k_Pig?e=CCw61Y
$5.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
PDF
PDF Conversion
Adobe InDesign
+ 2 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
2 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 13, 2024
United States
Emporia 12:49 AM
$418 total spent
22 hires, 2 active
Additional Skills Mentioned:
- Adobe InDesign
- PDF Conversion
- Microsoft Word
- Adobe Acrobat
Job Link:https://www.upwork.com/freelance-jobs/apply/Reformat-Adobe-PDF-Exported-Word-Files_~021878749357773098388/ | Reformat Adobe PDF Exported Word Files | Posted 2 days ago | Worldwide | We are seeking a detail-oriented freelancer to help us reformat Word documents that have been exported from Adobe PDF. The goal is to ensure these documents are well-organized and easy to read. This task involves adjusting layouts, fixing formatting issues, and ensuring consistent styling across all files. If you have experience with document formatting and can deliver high-quality results in a timely manner, we would love to hear from you! Please refer to the "kstate_womens_tennis_fmt" as an example for how the final word document should appear like.
The assigment is to reformat the 3 word documents listed in the cloud link. The basketball roster, soccer roster, and volleyball roster. Please follow the instructions below.
Reformat the roster sheet:
1. Set Margins to Moderate Margins
2. Delete Shapes & Objects
Reformat every table in each roster sheet to be:
- Plain Tables: Table Grid
- Font: 12 pt Arial
- Trim the text in each cell
- Left-Align the text in the tables cells
- Autofit Contents in the Table
Add two columns to the end of each table in the roster and label them, Roster Year, Roster Season. Then label add the Roster Year to every row for that table to reflect the roster year stated on the pages header section to the Roster Year Column for said page.
Ensure that there are 7-9 Columns
#; NAME; CLASS; POS; HOMETOWN; Roster Year; Roster Season
#; NAME; ACADEMIC YEAR; POS; HT; HOMETOWN; PREVIOUS SCHOOL; Roster Year; Roster Season
https://airlinemcas-my.sharepoint.com/:f:/g/personal/selawik_admin_selawikcorp_com/ElrEDMW0zWNGsR9kHMSqrTwBLial9Cs8rWJOzQ4q5k_Pig?e=CCw61Y | [
"Adobe InDesign",
"PDF Conversion",
"PDF",
"Microsoft Word",
"Adobe Acrobat"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Reformat-Adobe-PDF-Exported-Word-Files_~021878749357773098388/ | ```json
{"title": "Reformat Adobe PDF Exported Word Files", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "We are seeking a detail-oriented freelancer to help us reformat Word documents that have been exported from Adobe PDF. The goal is to ensure these documents are well-organized and easy to read. This task involves adjusting layouts, fixing formatting issues, and ensuring consistent styling across all files. If you have experience with document formatting and can deliver high-quality results in a timely manner, we would love to hear from you! Please refer to the "kstate_womens_tennis_fmt" as an example for how the final word document should appear like.\n\nThe assigment is to reformat the 3 word documents listed in the cloud link. The basketball roster, soccer roster, and volleyball roster. Please follow the instructions below.\n\nReformat the roster sheet:\n1. Set Margins to Moderate Margins\n2. Delete Shapes & Objects\n\n\nReformat every table in each roster sheet to be:\n- Plain Tables: Table Grid\n- Font: 12 pt Arial\n- Trim the text in each cell\n- Left-Align the text in the tables cells\n- Autofit Contents in the Table\n\nAdd two columns to the end of each table in the roster and label them, Roster Year, Roster Season. Then label add the Roster Year to every row for that table to reflect the roster year stated on the pages header section to the Roster Year Column for said page.\n\n\nEnsure that there are 7-9 Columns\n#; NAME; CLASS; POS; HOMETOWN; Roster Year; Roster Season\n#; NAME; ACADEMIC YEAR; POS; HT; HOMETOWN; PREVIOUS SCHOOL; Roster Year; Roster Season\n\nhttps://airlinemcas-my.sharepoint.com/:f:/g/personal/selawik_admin_selawikcorp_com/ElrEDMW0zWNGsR9kHMSqrTwBLial9Cs8rWJOzQ4q5k_Pig?e=CCw61Y", "skills": ["Adobe InDesign", "PDF Conversion", "PDF", "Microsoft Word", "Adobe Acrobat"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Reformat-Adobe-PDF-Exported-Word-Files_~021878749357773098388/"}
``` |
Edit jackets for the man and woman to look correct
Posted 2 weeks ago
Worldwide
Man’s jacket button at bottom was not buttoned properly, so need that to be changed to it being buttoned. Need natural, non edited look. I included the crop of another photo taken after he fixed his jacket, so you can see how it should look.
Woman’s jacket on left was tucked back and not covering breast like it should, so need the left jacket panel to be over breast to look more professional and match the other side. Again need natural non edited look.
Need the image in highest res for printing and sharing.
Thank you!
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Image Editing Software
Adobe Lightroom
Adobe Illustrator
Retouching Services
Manipulation & Compositing
Other
Photo Editing
Adobe Photoshop
+ 3 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Hires:
1
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Aug 15, 2017
United States
Elk City 3:52 AM
$2.7K total spent
79 hires, 8 active
Art & Design
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Adobe Illustrator
- Image Editing
- Adobe Lightroom
- Photo Editing
- Adobe Photoshop
- Manipulation & Compositing
- Photo Retouching
Job Link:https://www.upwork.com/freelance-jobs/apply/Edit-jackets-for-the-man-and-woman-look-correct_~021873811413397333902/ | Edit jackets for the man and woman to look correct | Posted 2 weeks ago | Worldwide | Man’s jacket button at bottom was not buttoned properly, so need that to be changed to it being buttoned. Need natural, non edited look. I included the crop of another photo taken after he fixed his jacket, so you can see how it should look.
Woman’s jacket on left was tucked back and not covering breast like it should, so need the left jacket panel to be over breast to look more professional and match the other side. Again need natural non edited look.
Need the image in highest res for printing and sharing.
Thank you! | [
"Adobe Illustrator",
"Image Editing",
"Adobe Lightroom",
"Photo Editing",
"Adobe Photoshop",
"Manipulation & Compositing",
"Photo Retouching",
"People"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Edit-jackets-for-the-man-and-woman-look-correct_~021873811413397333902/ | ```json
{"title": "Edit jackets for the man and woman to look correct", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Man’s jacket button at bottom was not buttoned properly, so need that to be changed to it being buttoned. Need natural, non edited look. I included the crop of another photo taken after he fixed his jacket, so you can see how it should look.\n\nWoman’s jacket on left was tucked back and not covering breast like it should, so need the left jacket panel to be over breast to look more professional and match the other side. Again need natural non edited look.\n\nNeed the image in highest res for printing and sharing.\n\nThank you!", "skills": ["Adobe Illustrator", "Image Editing", "Adobe Lightroom", "Photo Editing", "Adobe Photoshop", "Manipulation & Compositing", "Photo Retouching", "People"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Edit-jackets-for-the-man-and-woman-look-correct_~021873811413397333902/"}
``` |
Social Media campaign and billboard design
Posted yesterday
Worldwide
I want someone to develop a campaign both on social media and a bill board a campaign is about touch less KYC technology and it needs to go viral on digital platforms and on one of The big bill boards in the street.
Someone must deliver the plan and creatives of the campaign.
$50.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Campaign Management Services
360 Marketing
Other
Graphic Design
Social Media Imagery
+ 7 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 6, 2020
Tanzania
Dar Es Salaam 9:48 AM
$2.1K total spent
19 hires, 6 active
Additional Skills Mentioned:
- Adobe Illustrator
- Facebook
- Social Media Marketing
- Banner Ad Design
- Social Media Imagery
- 360 Marketing
- Adobe Photoshop
- Instagram
- Graphic Design
- Infographic
Job Link:https://www.upwork.com/freelance-jobs/apply/Social-Media-campaign-and-billboard-design_~021879053151614680503/ | Social Media campaign and billboard design | Posted yesterday | Worldwide | I want someone to develop a campaign both on social media and a bill board a campaign is about touch less KYC technology and it needs to go viral on digital platforms and on one of The big bill boards in the street.
Someone must deliver the plan and creatives of the campaign. | [
"Adobe Illustrator",
"Facebook",
"Social Media Marketing",
"Banner Ad Design",
"Social Media Imagery",
"360 Marketing",
"Adobe Photoshop",
"Instagram",
"Graphic Design",
"Infographic"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Social-Media-campaign-and-billboard-design_~021879053151614680503/ | ```json
{"title": "Social Media campaign and billboard design", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "I want someone to develop a campaign both on social media and a bill board a campaign is about touch less KYC technology and it needs to go viral on digital platforms and on one of The big bill boards in the street.\n\nSomeone must deliver the plan and creatives of the campaign.", "skills": ["Adobe Illustrator", "Facebook", "Social Media Marketing", "Banner Ad Design", "Social Media Imagery", "360 Marketing", "Adobe Photoshop", "Instagram", "Graphic Design", "Infographic"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Social-Media-campaign-and-billboard-design_~021879053151614680503/"}
``` |
Health testing instruction leaflet redesign
Posted 5 days ago
Only freelancers located in the U.K. may apply.
We are seeking a skilled designer to revamp our health testing instruction leaflets. The original instructions leaflets are provided in PDF format but require simplification and clarity for English-speaking audiences.
The most important part of this redesign is that the instructions are clear and easy to understand. Your creativity and expertise will help us convey essential health information effectively.
There are 12 sets of instructions to redesign in total.
These instructions will be printed and included within our test packaging.
Hours to be determined
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Graphic Design
Adobe Illustrator
+ 6 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 days ago
Interviewing:
3
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 16, 2021
United Kingdom
Northampton 8:54 AM
$5K total spent
13 hires, 6 active
20 hours
Additional Skills Mentioned:
- Adobe Illustrator
- Layout Design
- Adobe InDesign
- Adobe Photoshop
- Graphic Design
- Infographic
- Brochure
- Instruction Manual
Job Link:https://www.upwork.com/freelance-jobs/apply/Health-testing-instruction-leaflet-redesign_~021877696045837781950/ | Health testing instruction leaflet redesign | Posted 5 days ago | Only freelancers located in the U.K. may apply. | We are seeking a skilled designer to revamp our health testing instruction leaflets. The original instructions leaflets are provided in PDF format but require simplification and clarity for English-speaking audiences.
The most important part of this redesign is that the instructions are clear and easy to understand. Your creativity and expertise will help us convey essential health information effectively.
There are 12 sets of instructions to redesign in total.
These instructions will be printed and included within our test packaging. | [
"Adobe Illustrator",
"Layout Design",
"Adobe InDesign",
"Adobe Photoshop",
"Graphic Design",
"Infographic",
"Brochure",
"Instruction Manual"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Health-testing-instruction-leaflet-redesign_~021877696045837781950/ | ```json
{"title": "Health testing instruction leaflet redesign", "post_date": "Posted 5 days ago", "Location": "Only freelancers located in the U.K. may apply.", "description": "We are seeking a skilled designer to revamp our health testing instruction leaflets. The original instructions leaflets are provided in PDF format but require simplification and clarity for English-speaking audiences.\n\nThe most important part of this redesign is that the instructions are clear and easy to understand. Your creativity and expertise will help us convey essential health information effectively.\n\nThere are 12 sets of instructions to redesign in total.\n\nThese instructions will be printed and included within our test packaging.", "skills": ["Adobe Illustrator", "Layout Design", "Adobe InDesign", "Adobe Photoshop", "Graphic Design", "Infographic", "Brochure", "Instruction Manual"], "work_schedule": "Hours to be determined", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Health-testing-instruction-leaflet-redesign_~021877696045837781950/"}
``` |
Setting up a non profit
Posted 3 days ago
Worldwide
We are a for profit that wants to set up a non profit
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
$70.00
-
$150.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Business & Corporate Law Practice
Contract Law
Corporate Law
Industry
Fashion & Beauty
Sports & Recreation
Other
Nonprofit Organization
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since May 22, 2015
United Arab Emirates
Abu Dhabi 8:09 AM
$45K total spent
251 hires, 77 active
2,783 hours
Food & Beverage
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Contract Law
- Corporate Law
- Sports & Recreation
- Fashion & Beauty
- Nonprofit Organization
Job Link:https://www.upwork.com/freelance-jobs/apply/Setting-non-profit_~021878175537662066476/ | Setting up a non profit | Posted 3 days ago | Worldwide | We are a for profit that wants to set up a non profit | [
"Contract Law",
"Corporate Law",
"Sports & Recreation",
"Fashion & Beauty",
"Nonprofit Organization"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Setting-non-profit_~021878175537662066476/ | ```json
{"title": "Setting up a non profit", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "We are a for profit that wants to set up a non profit", "skills": ["Contract Law", "Corporate Law", "Sports & Recreation", "Fashion & Beauty", "Nonprofit Organization"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$70.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Setting-non-profit_~021878175537662066476/"}
``` |
Calling Tattoo Artists & Enthusiasts! Get Paid for Your Tattoos!
Posted last month
Worldwide
Needs to hire 25 Freelancers
We seek dynamic, tattoo-related content to feature in our Meta ad campaigns. Whether you're a tattoo artist showcasing your work or an enthusiast sharing your passion, we want to collaborate! Here's what we're looking for:
Tattoo Artists or Enthusiasts with Tattoos:
Ideal candidates are tattoo artists actively creating designs or individuals who have a significant collection of tattoos.
Content Types:
Short, engaging 10-15 second videos capturing the tattooing process in your studio/shop.
Tattoo tours showcasing your artwork or the unique atmosphere of your studio.
Collaboration Options:
Custom Video Creation: We’ll provide specific briefs for short videos featuring your tattooing process or tattoo tours.
Pre-existing Content: If you’ve already created tattoo-related videos and published them on your social media, we’re interested in purchasing the rights to use them.
Flexible Payment Options:
We’re open to discussing a package price for pre-existing content or compensation for new, custom videos.
This is a fantastic opportunity to showcase your talent and reach a wider audience while collaborating with us to create stunning, tattoo-focused content. If you're interested, let’s talk and explore how we can work together!
Less than 30 hrs/week
Hourly
3-6 months
Duration
Entry level
Experience Level
$10.00
-
$25.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Illustration Deliverables
Digital Art
Other
Graphic Design
Social Media Marketing
+ 7 more
Activity on this job
Proposals:
15 to 20
Last viewed by client:
2 weeks ago
Hires:
1
Interviewing:
13
Invites sent:
29
Unanswered invites:
18
About the client
Member since Apr 25, 2013
Turkey
Izmir 9:27 AM
$200K total spent
133 hires, 53 active
3,393 hours
Tech & IT
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Facebook
- Adobe Illustrator
- Social Media Marketing
- Digital Art
- Design Concept
- Adobe Photoshop
- Art & Design
- Instagram
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Calling-Tattoo-Artists-Enthusiasts-Get-Paid-for-Your-Tattoos_~021864326063121684605/ | Calling Tattoo Artists & Enthusiasts! Get Paid for Your Tattoos! | Posted last month | Worldwide | We seek dynamic, tattoo-related content to feature in our Meta ad campaigns. Whether you're a tattoo artist showcasing your work or an enthusiast sharing your passion, we want to collaborate! Here's what we're looking for:
Tattoo Artists or Enthusiasts with Tattoos:
Ideal candidates are tattoo artists actively creating designs or individuals who have a significant collection of tattoos.
Content Types:
Short, engaging 10-15 second videos capturing the tattooing process in your studio/shop.
Tattoo tours showcasing your artwork or the unique atmosphere of your studio.
Collaboration Options:
Custom Video Creation: We’ll provide specific briefs for short videos featuring your tattooing process or tattoo tours.
Pre-existing Content: If you’ve already created tattoo-related videos and published them on your social media, we’re interested in purchasing the rights to use them.
Flexible Payment Options:
We’re open to discussing a package price for pre-existing content or compensation for new, custom videos.
This is a fantastic opportunity to showcase your talent and reach a wider audience while collaborating with us to create stunning, tattoo-focused content. If you're interested, let’s talk and explore how we can work together! | [
"Facebook",
"Adobe Illustrator",
"Social Media Marketing",
"Digital Art",
"Design Concept",
"Illustration",
"Adobe Photoshop",
"Art & Design",
"Instagram",
"Graphic Design"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Calling-Tattoo-Artists-Enthusiasts-Get-Paid-for-Your-Tattoos_~021864326063121684605/ | ```json
{"title": "Calling Tattoo Artists & Enthusiasts! Get Paid for Your Tattoos!", "post_date": "Posted last month", "Location": "Worldwide", "description": "We seek dynamic, tattoo-related content to feature in our Meta ad campaigns. Whether you"re a tattoo artist showcasing your work or an enthusiast sharing your passion, we want to collaborate! Here"s what we"re looking for:\n\nTattoo Artists or Enthusiasts with Tattoos:\n\nIdeal candidates are tattoo artists actively creating designs or individuals who have a significant collection of tattoos.\nContent Types:\n\nShort, engaging 10-15 second videos capturing the tattooing process in your studio/shop.\nTattoo tours showcasing your artwork or the unique atmosphere of your studio.\n\nCollaboration Options:\n\nCustom Video Creation: We’ll provide specific briefs for short videos featuring your tattooing process or tattoo tours.\nPre-existing Content: If you’ve already created tattoo-related videos and published them on your social media, we’re interested in purchasing the rights to use them.\nFlexible Payment Options:\n\nWe’re open to discussing a package price for pre-existing content or compensation for new, custom videos.\nThis is a fantastic opportunity to showcase your talent and reach a wider audience while collaborating with us to create stunning, tattoo-focused content. If you"re interested, let’s talk and explore how we can work together!", "skills": ["Facebook", "Adobe Illustrator", "Social Media Marketing", "Digital Art", "Design Concept", "Illustration", "Adobe Photoshop", "Art & Design", "Instagram", "Graphic Design"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Entry level", "salary": "$10.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Calling-Tattoo-Artists-Enthusiasts-Get-Paid-for-Your-Tattoos_~021864326063121684605/"}
``` |
3D Walkthrough Visualization for House Plans
Posted 5 days ago
Worldwide
We are looking for a skilled 3D designer to create detailed walkthrough images of a house based on existing floor plans. The project involves creating realistic interior and exterior views to visualize the completed building. The ideal candidate will have experience in architectural visualization and be proficient in relevant software. Your work will help us better understand the layout and aesthetics of the project before construction begins. Please provide samples of past projects that showcase your ability to create engaging 3D renderings.
$500.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Architectural Design
Architectural Rendering
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
3 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Oct 10, 2021
South Africa
Bellville 7:33 AM
Additional Skills Mentioned:
- 3D Rendering
- Architectural Rendering
- 3D Design
- Architectural Design
- 3D Modeling
Job Link:https://www.upwork.com/freelance-jobs/apply/Walkthrough-Visualization-for-House-Plans_~021877449745271892820/ | 3D Walkthrough Visualization for House Plans | Posted 5 days ago | Worldwide | We are looking for a skilled 3D designer to create detailed walkthrough images of a house based on existing floor plans. The project involves creating realistic interior and exterior views to visualize the completed building. The ideal candidate will have experience in architectural visualization and be proficient in relevant software. Your work will help us better understand the layout and aesthetics of the project before construction begins. Please provide samples of past projects that showcase your ability to create engaging 3D renderings. | [
"3D Rendering",
"Architectural Rendering",
"3D Design",
"Architectural Design",
"3D Modeling"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Walkthrough-Visualization-for-House-Plans_~021877449745271892820/ | ```json
{"title": "3D Walkthrough Visualization for House Plans", "post_date": "Posted 5 days ago", "Location": "Worldwide", "description": "We are looking for a skilled 3D designer to create detailed walkthrough images of a house based on existing floor plans. The project involves creating realistic interior and exterior views to visualize the completed building. The ideal candidate will have experience in architectural visualization and be proficient in relevant software. Your work will help us better understand the layout and aesthetics of the project before construction begins. Please provide samples of past projects that showcase your ability to create engaging 3D renderings.", "skills": ["3D Rendering", "Architectural Rendering", "3D Design", "Architectural Design", "3D Modeling"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Walkthrough-Visualization-for-House-Plans_~021877449745271892820/"}
``` |
UK Lawyer Needed to Respond to Winding-Up Petition for Business Dispute
Posted 5 days ago
Only freelancers located in the U.K. may apply.
We are seeking an experienced UK lawyer specializing in insolvency and commercial disputes to assist with a winding-up petition filed against our company. The claim is based on an alleged debt, but no signed contract exists, and we believe this petition is being used as an intimidation tactic.
BACKGROUND:
- Petitioner: A software development company that previously provided services to us.
- Claim: £88,350.34, which we dispute due to the lack of a signed contract and previous issues with the petitioner’s performance.
- Status: The petition has been issued in the High Court (Rolls Building), with a first hearing scheduled for 12 February 2025 at 10:30 AM.
The petitioner has not yet served the petition, as required under the rules.
WHAT WE NEED:
1) Draft and Send Response:
- Review a draft response letter we’ve prepared and revise/send it on behalf of our company to the petitioner’s solicitors.
- Highlight the lack of a signed agreement and dispute the claim’s validity.
2) Legal Representation:
- Advise on the best course of action leading up to the hearing.
- Represent our company at the hearing, if necessary.
3) Case Strategy:
- Identify potential procedural or substantive defenses against the claim.
- Ensure all necessary steps are taken to protect the company from undue harm or reputational damage.
IDEAL CANDIDATE:
- Qualified solicitor or barrister with experience in UK insolvency law and commercial disputes.
- Strong track record in handling winding-up petitions or similar matters.
- Excellent communication and negotiation skills.
DELIVERABLES:
- Initial review and response within 3-5 days of starting the job.
- Ongoing advice and representation as needed, including preparation for the scheduled hearing.
ADDITIONAL INFORMATION:
- Relevant documents, including the petition details and our draft response letter, will be provided upon hiring.
- This is a time-sensitive matter, so prompt availability is essential.
If you have the necessary experience and can confidently assist in resolving this dispute, please submit your proposal detailing your qualifications, relevant experience, and availability.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
$125.00
-
$200.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Legal
Corporate Law
Legal Consulting
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
5 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Mar 15, 2018
United Kingdom
London 8:09 AM
$27K total spent
11 hires, 5 active
917 hours
Individual client
Additional Skills Mentioned:
- Legal Consulting
- Corporate Law
- Contract Law
Job Link:https://www.upwork.com/freelance-jobs/apply/Lawyer-Needed-Respond-Winding-Petition-for-Business-Dispute_~021877435102251650452/ | UK Lawyer Needed to Respond to Winding-Up Petition for Business Dispute | Posted 5 days ago | Only freelancers located in the U.K. may apply. | We are seeking an experienced UK lawyer specializing in insolvency and commercial disputes to assist with a winding-up petition filed against our company. The claim is based on an alleged debt, but no signed contract exists, and we believe this petition is being used as an intimidation tactic.
BACKGROUND:
- Petitioner: A software development company that previously provided services to us.
- Claim: £88,350.34, which we dispute due to the lack of a signed contract and previous issues with the petitioner’s performance.
- Status: The petition has been issued in the High Court (Rolls Building), with a first hearing scheduled for 12 February 2025 at 10:30 AM.
The petitioner has not yet served the petition, as required under the rules.
WHAT WE NEED:
1) Draft and Send Response:
- Review a draft response letter we’ve prepared and revise/send it on behalf of our company to the petitioner’s solicitors.
- Highlight the lack of a signed agreement and dispute the claim’s validity.
2) Legal Representation:
- Advise on the best course of action leading up to the hearing.
- Represent our company at the hearing, if necessary.
3) Case Strategy:
- Identify potential procedural or substantive defenses against the claim.
- Ensure all necessary steps are taken to protect the company from undue harm or reputational damage.
IDEAL CANDIDATE:
- Qualified solicitor or barrister with experience in UK insolvency law and commercial disputes.
- Strong track record in handling winding-up petitions or similar matters.
- Excellent communication and negotiation skills.
DELIVERABLES:
- Initial review and response within 3-5 days of starting the job.
- Ongoing advice and representation as needed, including preparation for the scheduled hearing.
ADDITIONAL INFORMATION:
- Relevant documents, including the petition details and our draft response letter, will be provided upon hiring.
- This is a time-sensitive matter, so prompt availability is essential.
If you have the necessary experience and can confidently assist in resolving this dispute, please submit your proposal detailing your qualifications, relevant experience, and availability. | [
"Legal Consulting",
"Corporate Law",
"Contract Law",
"Legal"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Lawyer-Needed-Respond-Winding-Petition-for-Business-Dispute_~021877435102251650452/ | ```json
{"title": "UK Lawyer Needed to Respond to Winding-Up Petition for Business Dispute", "post_date": "Posted 5 days ago", "Location": "Only freelancers located in the U.K. may apply.", "description": "We are seeking an experienced UK lawyer specializing in insolvency and commercial disputes to assist with a winding-up petition filed against our company. The claim is based on an alleged debt, but no signed contract exists, and we believe this petition is being used as an intimidation tactic.\n\nBACKGROUND:\n\n- Petitioner: A software development company that previously provided services to us.\n- Claim: £88,350.34, which we dispute due to the lack of a signed contract and previous issues with the petitioner’s performance.\n- Status: The petition has been issued in the High Court (Rolls Building), with a first hearing scheduled for 12 February 2025 at 10:30 AM.\n\nThe petitioner has not yet served the petition, as required under the rules.\n\nWHAT WE NEED:\n1) Draft and Send Response:\n\n- Review a draft response letter we’ve prepared and revise/send it on behalf of our company to the petitioner’s solicitors.\n- Highlight the lack of a signed agreement and dispute the claim’s validity.\n\n2) Legal Representation:\n- Advise on the best course of action leading up to the hearing.\n- Represent our company at the hearing, if necessary.\n\n3) Case Strategy:\n\n- Identify potential procedural or substantive defenses against the claim.\n- Ensure all necessary steps are taken to protect the company from undue harm or reputational damage.\n\nIDEAL CANDIDATE:\n- Qualified solicitor or barrister with experience in UK insolvency law and commercial disputes.\n- Strong track record in handling winding-up petitions or similar matters.\n- Excellent communication and negotiation skills.\n\nDELIVERABLES:\n- Initial review and response within 3-5 days of starting the job.\n- Ongoing advice and representation as needed, including preparation for the scheduled hearing.\n\nADDITIONAL INFORMATION:\n- Relevant documents, including the petition details and our draft response letter, will be provided upon hiring.\n- This is a time-sensitive matter, so prompt availability is essential.\n\nIf you have the necessary experience and can confidently assist in resolving this dispute, please submit your proposal detailing your qualifications, relevant experience, and availability.", "skills": ["Legal Consulting", "Corporate Law", "Contract Law", "Legal"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$125.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Lawyer-Needed-Respond-Winding-Petition-for-Business-Dispute_~021877435102251650452/"}
``` |
Chef Needed for Recipe Video Production
Posted 4 weeks ago
Worldwide
We are looking for a talented chef to create engaging and visually appealing recipe videos for our online platform. The ideal candidate should have experience in cooking as well as skills in video production. You will be responsible for preparing dishes, filming the cooking process, and editing the footage to create polished videos. Creativity and a passion for food are essential. If you love to share your culinary skills and can produce high-quality content, we’d love to hear from you!
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$15.00
-
$60.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Videography
Video Production
+ 2 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 25, 2024
Netherlands
10:14 AM
Additional Skills Mentioned:
- Video Production
- Video Editing
Job Link:https://www.upwork.com/freelance-jobs/apply/Chef-Needed-for-Recipe-Video-Production_~021869667751112286919/ | Chef Needed for Recipe Video Production | Posted 4 weeks ago | Worldwide | We are looking for a talented chef to create engaging and visually appealing recipe videos for our online platform. The ideal candidate should have experience in cooking as well as skills in video production. You will be responsible for preparing dishes, filming the cooking process, and editing the footage to create polished videos. Creativity and a passion for food are essential. If you love to share your culinary skills and can produce high-quality content, we’d love to hear from you! | [
"Video Production",
"Videography",
"Video Editing",
"Cooking"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Chef-Needed-for-Recipe-Video-Production_~021869667751112286919/ | ```json
{"title": "Chef Needed for Recipe Video Production", "post_date": "Posted 4 weeks ago", "Location": "Worldwide", "description": "We are looking for a talented chef to create engaging and visually appealing recipe videos for our online platform. The ideal candidate should have experience in cooking as well as skills in video production. You will be responsible for preparing dishes, filming the cooking process, and editing the footage to create polished videos. Creativity and a passion for food are essential. If you love to share your culinary skills and can produce high-quality content, we’d love to hear from you!", "skills": ["Video Production", "Videography", "Video Editing", "Cooking"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$15.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Chef-Needed-for-Recipe-Video-Production_~021869667751112286919/"}
``` |
Huggingface embedding ai widget to framer
Posted yesterday
Worldwide
huggingface.co
hi i need someone who can duplicate this space: https://huggingface.co/spaces/JeffreyXiang/TRELLIS
and then change the text, color and font of the space and embed it onto my framer website: https://refreshed-hands-086198.framer.app/
its an easy task you need to duplicate the space and then you can edit the look.
$20.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Front-End Development Languages
HTML
Other
Framer
API
Artificial Intelligence
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 22, 2021
Germany
Berlin 8:17 AM
$12K total spent
39 hires, 16 active
444 hours
Additional Skills Mentioned:
- Artificial Intelligence
Job Link:https://www.upwork.com/freelance-jobs/apply/Huggingface-embedding-widget-framer_~021879059767503108900/ | Huggingface embedding ai widget to framer | Posted yesterday | Worldwide | huggingface.co
hi i need someone who can duplicate this space: https://huggingface.co/spaces/JeffreyXiang/TRELLIS
and then change the text, color and font of the space and embed it onto my framer website: https://refreshed-hands-086198.framer.app/
its an easy task you need to duplicate the space and then you can edit the look. | [
"Artificial Intelligence",
"HTML",
"Framer",
"API"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Huggingface-embedding-widget-framer_~021879059767503108900/ | ```json
{"title": "Huggingface embedding ai widget to framer", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "huggingface.co\n\nhi i need someone who can duplicate this space: https://huggingface.co/spaces/JeffreyXiang/TRELLIS\n\nand then change the text, color and font of the space and embed it onto my framer website: https://refreshed-hands-086198.framer.app/\n\nits an easy task you need to duplicate the space and then you can edit the look.", "skills": ["Artificial Intelligence", "HTML", "Framer", "API"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Huggingface-embedding-widget-framer_~021879059767503108900/"}
``` |
Need someone with advanced anti bot knowledge
Posted 3 days ago
Worldwide
Hi,
I need someone with previous experience of bypassing advanced anti-bot systems in ecommerce sites. If you have done work like this before please apply. My previous software was using selenium with residential ips. That doesnt work anymore. Please do not apply if you only have entry level experience with selenium.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
$20.00
-
$60.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Scripting & Automation Skills
Selenium
Other
Python
Data Scraping
Bot
+ 4 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
3 days ago
Hires:
1
Interviewing:
9
Invites sent:
12
Unanswered invites:
2
About the client
Member since Jan 9, 2025
ITA
Roma 9:04 AM
$150 total spent
3 hires, 1 active
Engineering & Architecture
Individual client
Additional Skills Mentioned:
- Appium
- Data Mining
- Bot Development
- Data Scraping
- JavaScript
Job Link:https://www.upwork.com/freelance-jobs/apply/Need-someone-with-advanced-anti-bot-knowledge_~021878141701997788972/ | Need someone with advanced anti bot knowledge | Posted 3 days ago | Worldwide | Hi,
I need someone with previous experience of bypassing advanced anti-bot systems in ecommerce sites. If you have done work like this before please apply. My previous software was using selenium with residential ips. That doesnt work anymore. Please do not apply if you only have entry level experience with selenium. | [
"Appium",
"Python",
"Data Mining",
"Bot",
"Bot Development",
"Data Scraping",
"Selenium",
"JavaScript"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Need-someone-with-advanced-anti-bot-knowledge_~021878141701997788972/ | ```json
{"title": "Need someone with advanced anti bot knowledge", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "Hi,\nI need someone with previous experience of bypassing advanced anti-bot systems in ecommerce sites. If you have done work like this before please apply. My previous software was using selenium with residential ips. That doesnt work anymore. Please do not apply if you only have entry level experience with selenium.", "skills": ["Appium", "Python", "Data Mining", "Bot", "Bot Development", "Data Scraping", "Selenium", "JavaScript"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$20.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Need-someone-with-advanced-anti-bot-knowledge_~021878141701997788972/"}
``` |
Aesthetic Skin Clinic Interior Design, Layout, Lighting, and Electric Point Selection.
Posted 2 weeks ago
Worldwide
We have a 1,000 sqft space (approx) that we would like to convert into a aesthetic (Dermatology) clinic. The space will require at least 5 procedure rooms and two doctors offices. The procedure rooms will house various machines for conducting dermatology procedures. In addition, a lobby/waiting room is required, a toilet and a small kitchenette area.
A suggested layout is attached, which can be changed if the designer feels a better layout would be suitable.
The interior design (including wall finishes, ceiling design, suggested soft interior items, lighting) is required to be completed. Electrical outlets (2 in each room at least), and split-AC should be provisioned for. The design should reflect a high-end and modern aesthetic which reflects the SkinTech brands commitment to delivering the most professional, high quality, and cutting edge medical treatments. It should exude luxury and make high paying customers feel at home.
A video of the space and suggested layout is attached.
3D-renders and 2-D layout is required.
TIMELINE; 10 DAYS (stage wise, approval of design mood board, approval of 2d, approval of 3d)
$350.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
3D Modeling & Rendering Services
3D Rendering
3D Modeling
Other
2D Design
Interior Design
+ 6 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
1
Unanswered invites:
1
About the client
Member since Jan 14, 2021
Pakistan
Islamabad 2:09 PM
Additional Skills Mentioned:
- Interior Design
- 2D Design
- 3D Rendering
- Architectural Rendering
- Furniture Design
- CAD Drafting
- Software Architecture & Design
- 3D Modeling
- Autodesk AutoCAD
- Office Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Aesthetic-Skin-Clinic-Interior-Design-Layout-Lighting-and-Electric-Point-Selection_~021874761286321891215/ | Aesthetic Skin Clinic Interior Design, Layout, Lighting, and Electric Point Selection. | Posted 2 weeks ago | Worldwide | We have a 1,000 sqft space (approx) that we would like to convert into a aesthetic (Dermatology) clinic. The space will require at least 5 procedure rooms and two doctors offices. The procedure rooms will house various machines for conducting dermatology procedures. In addition, a lobby/waiting room is required, a toilet and a small kitchenette area.
A suggested layout is attached, which can be changed if the designer feels a better layout would be suitable.
The interior design (including wall finishes, ceiling design, suggested soft interior items, lighting) is required to be completed. Electrical outlets (2 in each room at least), and split-AC should be provisioned for. The design should reflect a high-end and modern aesthetic which reflects the SkinTech brands commitment to delivering the most professional, high quality, and cutting edge medical treatments. It should exude luxury and make high paying customers feel at home.
A video of the space and suggested layout is attached.
3D-renders and 2-D layout is required.
TIMELINE; 10 DAYS (stage wise, approval of design mood board, approval of 2d, approval of 3d) | [
"Interior Design",
"2D Design",
"3D Rendering",
"Architectural Rendering",
"Furniture Design",
"CAD Drafting",
"Software Architecture & Design",
"3D Modeling",
"Autodesk AutoCAD",
"Office Design"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Aesthetic-Skin-Clinic-Interior-Design-Layout-Lighting-and-Electric-Point-Selection_~021874761286321891215/ | ```json
{"title": "Aesthetic Skin Clinic Interior Design, Layout, Lighting, and Electric Point Selection.", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We have a 1,000 sqft space (approx) that we would like to convert into a aesthetic (Dermatology) clinic. The space will require at least 5 procedure rooms and two doctors offices. The procedure rooms will house various machines for conducting dermatology procedures. In addition, a lobby/waiting room is required, a toilet and a small kitchenette area.\n\nA suggested layout is attached, which can be changed if the designer feels a better layout would be suitable.\n\nThe interior design (including wall finishes, ceiling design, suggested soft interior items, lighting) is required to be completed. Electrical outlets (2 in each room at least), and split-AC should be provisioned for. The design should reflect a high-end and modern aesthetic which reflects the SkinTech brands commitment to delivering the most professional, high quality, and cutting edge medical treatments. It should exude luxury and make high paying customers feel at home.\n\nA video of the space and suggested layout is attached.\n\n3D-renders and 2-D layout is required.\n\nTIMELINE; 10 DAYS (stage wise, approval of design mood board, approval of 2d,\xa0approval\xa0of\xa03d)", "skills": ["Interior Design", "2D Design", "3D Rendering", "Architectural Rendering", "Furniture Design", "CAD Drafting", "Software Architecture & Design", "3D Modeling", "Autodesk AutoCAD", "Office Design"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Aesthetic-Skin-Clinic-Interior-Design-Layout-Lighting-and-Electric-Point-Selection_~021874761286321891215/"}
``` |
Process Engineering, Documentation and Process Mapping Specialist
Posted last month
Worldwide
We are seeking a skilled Business Process Specialist to review, optimize, and map our existing processes while driving continuous improvement and adherence. Our company has documented processes in place for key departments, including Operations, Sales and Business Development, Marketing, HR & Admin, Strategy and Management, Research and Development, and Finance. We now require a specialist to validate these processes, refine them for optimization, create detailed process maps, and establish adherence policies to ensure consistency and team training.
Key Responsibilities:
Business Process Review and Validation:
Analyze and validate existing process documentation to ensure accuracy and alignment with business objectives.
Identify inefficiencies, redundancies, and gaps in the current workflows.
Process Design and Optimization:
Redesign and refine workflows to improve efficiency, scalability, and effectiveness across departments.
Implement business process modeling techniques to ensure clarity and functionality.
Provide recommendations for business process re-engineering where necessary.
Process Mapping:
Develop professional and easy-to-follow process maps for each department using tools such as Lucidchart, Visio, or Miro.
Ensure process maps align with best practices and are designed for easy comprehension and execution by the team.
Policy Development and Adherence Testing:
Create adherence policies and guidelines to ensure team compliance with the documented processes.
Design testing frameworks and tools to evaluate team understanding and adherence to processes.
Assist in developing training materials and sessions to onboard team members effectively.
Continuous Improvement:
Establish a framework for ongoing process review and continuous improvement to adapt to changing business needs.
Provide actionable insights and strategies for maintaining optimized workflows over time
Qualifications:
Proven experience in business process modeling, process design, and optimization.
Strong understanding of business process re-engineering and continuous improvement methodologies.
Proficiency in process mapping tools like Lucidchart, Visio, Miro, or similar platforms.
Excellent analytical and organizational skills, with a focus on streamlining workflows.
Experience in policy development, adherence testing, and team training.
Strong communication skills with the ability to collaborate with cross-functional teams.
Familiarity with processes in Operations, Marketing, Sales, HR, Strategy, R&D, and Finance is a plus.
Examples of business process modeling or process mapping projects you’ve completed.
A brief overview of your approach to reviewing, re-engineering, and optimizing processes.
Your availability and proposed timeline for completing this project.
Engagement Details:
Duration: Estimated 3-4 weeks.
Regular weekly check-ins via Zoom, Teams, or similar platforms.
How to Apply:
If you are an experienced process documentation specialist with a knack for creating clear and effective process maps, we’d love to hear from you.
Please include:
Examples of process maps or documentation projects you’ve completed.
A brief overview of your approach to validating and organizing processes.
Your availability for a quick zoom meeting and proposed timeline for completing this project.
$500.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Continuous Improvement
+ 8 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 weeks ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 16, 2011
United States
Murphy 5:08 AM
$115K total spent
135 hires, 9 active
Health & Fitness
Small company (2-9 people)
Additional Skills Mentioned:
- Continuous Improvement
- Business Process Reengineering
- Process Optimization
- Six Sigma
- Process Infographics
- Business Process Modeling
- Process Design
- Procedure Development
- Process Engineering
Job Link:https://www.upwork.com/freelance-jobs/apply/Process-Engineering-Documentation-and-Process-Mapping-Specialist_~021868401741288002116/ | Process Engineering, Documentation and Process Mapping Specialist | Posted last month | Worldwide | We are seeking a skilled Business Process Specialist to review, optimize, and map our existing processes while driving continuous improvement and adherence. Our company has documented processes in place for key departments, including Operations, Sales and Business Development, Marketing, HR & Admin, Strategy and Management, Research and Development, and Finance. We now require a specialist to validate these processes, refine them for optimization, create detailed process maps, and establish adherence policies to ensure consistency and team training.
Key Responsibilities:
Business Process Review and Validation:
Analyze and validate existing process documentation to ensure accuracy and alignment with business objectives.
Identify inefficiencies, redundancies, and gaps in the current workflows.
Process Design and Optimization:
Redesign and refine workflows to improve efficiency, scalability, and effectiveness across departments.
Implement business process modeling techniques to ensure clarity and functionality.
Provide recommendations for business process re-engineering where necessary.
Process Mapping:
Develop professional and easy-to-follow process maps for each department using tools such as Lucidchart, Visio, or Miro.
Ensure process maps align with best practices and are designed for easy comprehension and execution by the team.
Policy Development and Adherence Testing:
Create adherence policies and guidelines to ensure team compliance with the documented processes.
Design testing frameworks and tools to evaluate team understanding and adherence to processes.
Assist in developing training materials and sessions to onboard team members effectively.
Continuous Improvement:
Establish a framework for ongoing process review and continuous improvement to adapt to changing business needs.
Provide actionable insights and strategies for maintaining optimized workflows over time
Qualifications:
Proven experience in business process modeling, process design, and optimization.
Strong understanding of business process re-engineering and continuous improvement methodologies.
Proficiency in process mapping tools like Lucidchart, Visio, Miro, or similar platforms.
Excellent analytical and organizational skills, with a focus on streamlining workflows.
Experience in policy development, adherence testing, and team training.
Strong communication skills with the ability to collaborate with cross-functional teams.
Familiarity with processes in Operations, Marketing, Sales, HR, Strategy, R&D, and Finance is a plus.
Examples of business process modeling or process mapping projects you’ve completed.
A brief overview of your approach to reviewing, re-engineering, and optimizing processes.
Your availability and proposed timeline for completing this project.
Engagement Details:
Duration: Estimated 3-4 weeks.
Regular weekly check-ins via Zoom, Teams, or similar platforms.
How to Apply:
If you are an experienced process documentation specialist with a knack for creating clear and effective process maps, we’d love to hear from you.
Please include:
Examples of process maps or documentation projects you’ve completed.
A brief overview of your approach to validating and organizing processes.
Your availability for a quick zoom meeting and proposed timeline for completing this project. | [
"Continuous Improvement",
"Business Process Reengineering",
"Process Optimization",
"Six Sigma",
"Process Infographics",
"Business Process Modeling",
"Process Design",
"Procedure Development",
"Process Engineering"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Process-Engineering-Documentation-and-Process-Mapping-Specialist_~021868401741288002116/ | ```json
{"title": "Process Engineering, Documentation and Process Mapping Specialist", "post_date": "Posted last month", "Location": "Worldwide", "description": "We are seeking a skilled Business Process Specialist to review, optimize, and map our existing processes while driving continuous improvement and adherence. Our company has documented processes in place for key departments, including Operations, Sales and Business Development, Marketing, HR & Admin, Strategy and Management, Research and Development, and Finance. We now require a specialist to validate these processes, refine them for optimization, create detailed process maps, and establish adherence policies to ensure consistency and team training.\n\nKey Responsibilities:\n\nBusiness Process Review and Validation:\nAnalyze and validate existing process documentation to ensure accuracy and alignment with business objectives.\nIdentify inefficiencies, redundancies, and gaps in the current workflows.\n\nProcess Design and Optimization:\nRedesign and refine workflows to improve efficiency, scalability, and effectiveness across departments.\nImplement business process modeling techniques to ensure clarity and functionality.\nProvide recommendations for business process re-engineering where necessary.\n\nProcess Mapping:\nDevelop professional and easy-to-follow process maps for each department using tools such as Lucidchart, Visio, or Miro.\nEnsure process maps align with best practices and are designed for easy comprehension and execution by the team.\n\nPolicy Development and Adherence Testing:\nCreate adherence policies and guidelines to ensure team compliance with the documented processes.\nDesign testing frameworks and tools to evaluate team understanding and adherence to processes.\nAssist in developing training materials and sessions to onboard team members effectively.\n\nContinuous Improvement:\nEstablish a framework for ongoing process review and continuous improvement to adapt to changing business needs.\nProvide actionable insights and strategies for maintaining optimized workflows over time\n\nQualifications:\nProven experience in business process modeling, process design, and optimization.\nStrong understanding of business process re-engineering and continuous improvement methodologies.\nProficiency in process mapping tools like Lucidchart, Visio, Miro, or similar platforms.\nExcellent analytical and organizational skills, with a focus on streamlining workflows.\nExperience in policy development, adherence testing, and team training.\nStrong communication skills with the ability to collaborate with cross-functional teams.\nFamiliarity with processes in Operations, Marketing, Sales, HR, Strategy, R&D, and Finance is a plus.\n\n\nExamples of business process modeling or process mapping projects you’ve completed.\nA brief overview of your approach to reviewing, re-engineering, and optimizing processes.\nYour availability and proposed timeline for completing this project.\n\nEngagement Details:\nDuration: Estimated 3-4 weeks.\nRegular weekly check-ins via Zoom, Teams, or similar platforms.\n\nHow to Apply:\nIf you are an experienced process documentation specialist with a knack for creating clear and effective process maps, we’d love to hear from you.\n\nPlease include:\nExamples of process maps or documentation projects you’ve completed.\nA brief overview of your approach to validating and organizing processes.\nYour availability for a quick zoom meeting and proposed timeline for completing this project.", "skills": ["Continuous Improvement", "Business Process Reengineering", "Process Optimization", "Six Sigma", "Process Infographics", "Business Process Modeling", "Process Design", "Procedure Development", "Process Engineering"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Process-Engineering-Documentation-and-Process-Mapping-Specialist_~021868401741288002116/"}
``` |
Roblox Character Customization and Upload
Posted 4 days ago
Worldwide
We are looking for a skilled developer to fix and upload a Roblox character with dynamic skin color options. The ideal candidate will enhance the character's appearance by implementing multiple color choices for the skin, ensuring a visually appealing and fun experience for users. If you have experience with Roblox Studio and character modeling, we want to hear from you. Please provide examples of your previous work in Roblox customization.
$40.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Game Engines
Roblox Studio
Other
3D Modeling
Unity
Character Design
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Hires:
1
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since May 2, 2024
United States
Hartford 1:56 AM
$521 total spent
9 hires, 2 active
Art & Design
Individual client
Additional Skills Mentioned:
- Blender
- Roblox Studio
- Character Design
- 3D Modeling
Job Link:https://www.upwork.com/freelance-jobs/apply/Roblox-Character-Customization-and-Upload_~021878015579111099326/ | Roblox Character Customization and Upload | Posted 4 days ago | Worldwide | We are looking for a skilled developer to fix and upload a Roblox character with dynamic skin color options. The ideal candidate will enhance the character's appearance by implementing multiple color choices for the skin, ensuring a visually appealing and fun experience for users. If you have experience with Roblox Studio and character modeling, we want to hear from you. Please provide examples of your previous work in Roblox customization. | [
"Blender",
"Roblox Studio",
"Character Design",
"3D Modeling",
"Unity",
"Roblox"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Roblox-Character-Customization-and-Upload_~021878015579111099326/ | ```json
{"title": "Roblox Character Customization and Upload", "post_date": "Posted 4 days ago", "Location": "Worldwide", "description": "We are looking for a skilled developer to fix and upload a Roblox character with dynamic skin color options. The ideal candidate will enhance the character"s appearance by implementing multiple color choices for the skin, ensuring a visually appealing and fun experience for users. If you have experience with Roblox Studio and character modeling, we want to hear from you. Please provide examples of your previous work in Roblox customization.", "skills": ["Blender", "Roblox Studio", "Character Design", "3D Modeling", "Unity", "Roblox"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Roblox-Character-Customization-and-Upload_~021878015579111099326/"}
``` |
Experienced Extrusion Mold Designer Needed
Posted yesterday
Worldwide
We are seeking an experienced extrusion mold designer to create high-quality mold designs for our production needs. The ideal candidate will have a strong background in mold design tailored for extrusion processes, ensuring efficiency and effectiveness in material flow and product quality. The project involves collaboration with our engineering team to meet specific requirements and deadlines. If you have a proven track record in this field and are passionate about designing innovative solutions, we would love to hear from you.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$21.00
-
$50.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Product Design
3D Modeling
+ 3 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
Thailand
7:23 AM
Additional Skills Mentioned:
- 3D Rendering
- Product Design
- 3D Design
- 3D Modeling
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Experienced-Extrusion-Mold-Designer-Needed_~021879110177010759002/ | Experienced Extrusion Mold Designer Needed | Posted yesterday | Worldwide | We are seeking an experienced extrusion mold designer to create high-quality mold designs for our production needs. The ideal candidate will have a strong background in mold design tailored for extrusion processes, ensuring efficiency and effectiveness in material flow and product quality. The project involves collaboration with our engineering team to meet specific requirements and deadlines. If you have a proven track record in this field and are passionate about designing innovative solutions, we would love to hear from you. | [
"3D Rendering",
"Product Design",
"3D Design",
"3D Modeling",
"Autodesk AutoCAD"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Experienced-Extrusion-Mold-Designer-Needed_~021879110177010759002/ | ```json
{"title": "Experienced Extrusion Mold Designer Needed", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking an experienced extrusion mold designer to create high-quality mold designs for our production needs. The ideal candidate will have a strong background in mold design tailored for extrusion processes, ensuring efficiency and effectiveness in material flow and product quality. The project involves collaboration with our engineering team to meet specific requirements and deadlines. If you have a proven track record in this field and are passionate about designing innovative solutions, we would love to hear from you.", "skills": ["3D Rendering", "Product Design", "3D Design", "3D Modeling", "Autodesk AutoCAD"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$21.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Experienced-Extrusion-Mold-Designer-Needed_~021879110177010759002/"}
``` |
Simples changes to a vector file
Posted 3 weeks ago
Worldwide
Need someone to make a simple change to a vector file. Basically i have a vector file with online outline and want to fill the interior. The job must be done quickly, tonight.
$5.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Graphic Design Services
Graphic Design
Graphic Design Deliverables
Vector Graphic
Graphic Design Software
CorelDRAW
Inkscape
Other
Adobe Illustrator
Adobe InDesign
+ 3 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 weeks ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 11, 2018
Portugal
Sobreda 9:26 AM
$393 total spent
24 hires, 8 active
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Adobe Illustrator
- Adobe InDesign
- Illustration
- Adobe Photoshop
- Vector Tracing
- Graphic Design
- Vector Graphic
Job Link:https://www.upwork.com/freelance-jobs/apply/Simples-changes-vector-file_~021872446677858152136/ | Simples changes to a vector file | Posted 3 weeks ago | Worldwide | Need someone to make a simple change to a vector file. Basically i have a vector file with online outline and want to fill the interior. The job must be done quickly, tonight. | [
"Adobe Illustrator",
"Adobe InDesign",
"Illustration",
"Adobe Photoshop",
"Inkscape",
"Vector Tracing",
"Graphic Design",
"Vector Graphic",
"CorelDRAW"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Simples-changes-vector-file_~021872446677858152136/ | ```json
{"title": "Simples changes to a vector file", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Need someone to make a simple change to a vector file. Basically i have a vector file with online outline and want to fill the interior. The job must be done quickly, tonight.", "skills": ["Adobe Illustrator", "Adobe InDesign", "Illustration", "Adobe Photoshop", "Inkscape", "Vector Tracing", "Graphic Design", "Vector Graphic", "CorelDRAW"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Simples-changes-vector-file_~021872446677858152136/"}
``` |
Looking for GCP Data Engineer
Posted 2 months ago
Worldwide
Needs to hire 2 Freelancers
Must be ready to work in US EST hours
Must have Skills:
3+ years of experience on Data Warehousing, Data Engineering or Data Integration projects.
Good experience on SPARK and Airflow
Strong knowledge of relational databases like SQL Server, PostgreSQL, MySQL.
GCP & Google BigQuery, Composer (Airflow), Dataflow, Dataproc, Cloud Function and GCS
Good to have
Knowledge Traditional ETl like Talend or Pentaho is a plus
Experience in integration using APIs, XML, JSONs etc.
In-depth understanding of database management systems, online analytical processing (OLAP) and ETL (Extract, transform, load) framework, data-warehousing and Data Lakes
Good to have knowledge on SQL Server Reporting Services (SSRS), and SQL Server Integration Services (SSIS).
Knowledge of AWS and Azure Cloud is a plus.
Please send your resume along with the proposal
More than 30 hrs/week
Hourly
3-6 months
Duration
Intermediate
Experience Level
$12.00
-
$15.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Data Engineering Deliverables
Data Engineering
ETL Pipeline
Data Engineering Tools
Apache Spark
Apache Airflow
+ 1 more
Other
Google Cloud Platform
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
4 weeks ago
Interviewing:
7
Invites sent:
0
Unanswered invites:
0
About the client
Member since Mar 30, 2022
United States
Iselin 7:08 AM
$89K total spent
2 hires, 1 active
5,640 hours
Tech & IT
Large company (100-1,000 people)
Additional Skills Mentioned:
- ETL Pipeline
- Apache Airflow
- Google Cloud Platform
- Apache Spark
- Data Engineering
- Data Warehousing
Job Link:https://www.upwork.com/freelance-jobs/apply/Looking-for-GCP-Data-Engineer_~021858859857325322540/ | Looking for GCP Data Engineer | Posted 2 months ago | Worldwide | Must be ready to work in US EST hours
Must have Skills:
3+ years of experience on Data Warehousing, Data Engineering or Data Integration projects.
Good experience on SPARK and Airflow
Strong knowledge of relational databases like SQL Server, PostgreSQL, MySQL.
GCP & Google BigQuery, Composer (Airflow), Dataflow, Dataproc, Cloud Function and GCS
Good to have
Knowledge Traditional ETl like Talend or Pentaho is a plus
Experience in integration using APIs, XML, JSONs etc.
In-depth understanding of database management systems, online analytical processing (OLAP) and ETL (Extract, transform, load) framework, data-warehousing and Data Lakes
Good to have knowledge on SQL Server Reporting Services (SSRS), and SQL Server Integration Services (SSIS).
Knowledge of AWS and Azure Cloud is a plus.
Please send your resume along with the proposal | [
"BigQuery",
"ETL",
"ETL Pipeline",
"Apache Airflow",
"Google Cloud Platform",
"SQL",
"Apache Spark",
"Data Engineering",
"Data Warehousing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Looking-for-GCP-Data-Engineer_~021858859857325322540/ | ```json
{"title": "Looking for GCP Data Engineer", "post_date": "Posted 2 months ago", "Location": "Worldwide", "description": "Must be ready to work in US EST hours\n\nMust have Skills:\n3+ years of experience on Data Warehousing, Data Engineering or Data Integration projects.\nGood experience on SPARK and Airflow\nStrong knowledge of relational databases like SQL Server, PostgreSQL, MySQL.\nGCP & Google BigQuery, Composer (Airflow), Dataflow, Dataproc, Cloud Function and GCS\n\nGood to have\nKnowledge Traditional ETl like Talend or Pentaho is a plus\nExperience in integration using APIs, XML, JSONs etc.\nIn-depth understanding of database management systems, online analytical processing (OLAP) and ETL (Extract, transform, load) framework, data-warehousing and Data Lakes\nGood to have knowledge on SQL Server Reporting Services (SSRS), and SQL Server Integration Services (SSIS).\nKnowledge of AWS and Azure Cloud is a plus.\n\nPlease send your resume along with the proposal", "skills": ["BigQuery", "ETL", "ETL Pipeline", "Apache Airflow", "Google Cloud Platform", "SQL", "Apache Spark", "Data Engineering", "Data Warehousing"], "work_schedule": "More than 30 hrs/week", "experience_level": "Intermediate", "salary": "$12.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Looking-for-GCP-Data-Engineer_~021858859857325322540/"}
``` |
Music Video Production for Recorded Song
Posted 2 weeks ago
Worldwide
Job Title:
Video Creator for Heartfelt Music Video - Faceless Creation
Job Description:
I am looking for a skilled video creator to produce a heartfelt and emotional music video for my song, “Chasing Forever.” This song captures themes of faith, family, and second chances, focusing on the bond between a father and his young son. The visual style should evoke warmth, nostalgia, and connection, without requiring actors’ faces to appear in the video.
The ideal candidate will have experience creating compelling, faceless storytelling videos using a combination of stock footage, animations, and symbolic visuals. Creativity, attention to detail, and the ability to evoke emotion through visuals are key.
Project Requirements:
1. Video Style:
• Warm, nostalgic, and heartfelt.
• Faceless storytelling using symbolic visuals, stock footage, or subtle animations.
• Golden-hour lighting, rustic settings, and nature imagery to reflect themes of time, faith, and legacy.
2. Key Elements to Include:
• Father-son moments (e.g., playing basketball, hugging, praying together).
• Symbolic visuals (e.g., hands holding, clocks, family photos).
• Faith-inspired imagery (e.g., cross, open Bible, sunlight breaking through clouds).
• A cohesive narrative flow matching the song’s emotional arc.
3. Technical Specifications:
• Length: 3-4 minutes (to match the song).
• High-quality visuals (1080p or higher).
• Licensed or royalty-free footage/music where applicable.
4. Budget:
• Open to proposals, but looking for cost-effective solutions within a limited budget.
5. Timeline:
• Completion within 2-3 weeks after hire.
Ideal Candidate:
• Experienced in faceless video storytelling or lyric video creation.
• Proficient with video editing software (e.g., Adobe Premiere Pro, Final Cut Pro, or similar).
• Strong creative vision and ability to work with emotional themes.
• Familiar with sourcing and editing stock footage/animations.
• Excellent communication and ability to meet deadlines.
How to Apply:
Please include the following in your proposal:
1. Relevant examples of faceless storytelling or music videos you’ve created.
2. A brief explanation of your creative approach for this project.
3. Your proposed timeline and budget.
4. Any tools or resources you plan to use (e.g., stock footage platforms, animation tools).
About the Song:
“Chasing Forever” is an emotional journey about a father reflecting on his past, cherishing the bond with his young son, and praying for the opportunity to guide him into adulthood. The video should enhance the song’s emotional depth and resonate with viewers who value faith, family, and second chances.
Looking forward to working with a talented creator to bring this vision to life!
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Audio Production
Audio Editing
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
last week
Interviewing:
3
Invites sent:
3
Unanswered invites:
0
About the client
Member since Jan 6, 2013
United States
Cedar Grove 1:58 AM
$5.8K total spent
43 hires, 2 active
130 hours
Additional Skills Mentioned:
- Audio Production
- Sound Mixing
- Audio Editing
- Music Video
- Music Production
Job Link:https://www.upwork.com/freelance-jobs/apply/Music-Video-Production-for-Recorded-Song_~021874555087130326659/ | Music Video Production for Recorded Song | Posted 2 weeks ago | Worldwide | Job Title:
Video Creator for Heartfelt Music Video - Faceless Creation
Job Description:
I am looking for a skilled video creator to produce a heartfelt and emotional music video for my song, “Chasing Forever.” This song captures themes of faith, family, and second chances, focusing on the bond between a father and his young son. The visual style should evoke warmth, nostalgia, and connection, without requiring actors’ faces to appear in the video.
The ideal candidate will have experience creating compelling, faceless storytelling videos using a combination of stock footage, animations, and symbolic visuals. Creativity, attention to detail, and the ability to evoke emotion through visuals are key.
Project Requirements:
1. Video Style:
• Warm, nostalgic, and heartfelt.
• Faceless storytelling using symbolic visuals, stock footage, or subtle animations.
• Golden-hour lighting, rustic settings, and nature imagery to reflect themes of time, faith, and legacy.
2. Key Elements to Include:
• Father-son moments (e.g., playing basketball, hugging, praying together).
• Symbolic visuals (e.g., hands holding, clocks, family photos).
• Faith-inspired imagery (e.g., cross, open Bible, sunlight breaking through clouds).
• A cohesive narrative flow matching the song’s emotional arc.
3. Technical Specifications:
• Length: 3-4 minutes (to match the song).
• High-quality visuals (1080p or higher).
• Licensed or royalty-free footage/music where applicable.
4. Budget:
• Open to proposals, but looking for cost-effective solutions within a limited budget.
5. Timeline:
• Completion within 2-3 weeks after hire.
Ideal Candidate:
• Experienced in faceless video storytelling or lyric video creation.
• Proficient with video editing software (e.g., Adobe Premiere Pro, Final Cut Pro, or similar).
• Strong creative vision and ability to work with emotional themes.
• Familiar with sourcing and editing stock footage/animations.
• Excellent communication and ability to meet deadlines.
How to Apply:
Please include the following in your proposal:
1. Relevant examples of faceless storytelling or music videos you’ve created.
2. A brief explanation of your creative approach for this project.
3. Your proposed timeline and budget.
4. Any tools or resources you plan to use (e.g., stock footage platforms, animation tools).
About the Song:
“Chasing Forever” is an emotional journey about a father reflecting on his past, cherishing the bond with his young son, and praying for the opportunity to guide him into adulthood. The video should enhance the song’s emotional depth and resonate with viewers who value faith, family, and second chances.
Looking forward to working with a talented creator to bring this vision to life! | [
"Audio Production",
"Sound Mixing",
"Audio Editing",
"Music Video",
"Music Production"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Music-Video-Production-for-Recorded-Song_~021874555087130326659/ | ```json
{"title": "Music Video Production for Recorded Song", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Job Title:\n\nVideo Creator for Heartfelt Music Video - Faceless Creation\n\nJob Description:\n\nI am looking for a skilled video creator to produce a heartfelt and emotional music video for my song, “Chasing Forever.” This song captures themes of faith, family, and second chances, focusing on the bond between a father and his young son. The visual style should evoke warmth, nostalgia, and connection, without requiring actors’ faces to appear in the video.\n\nThe ideal candidate will have experience creating compelling, faceless storytelling videos using a combination of stock footage, animations, and symbolic visuals. Creativity, attention to detail, and the ability to evoke emotion through visuals are key.\n\nProject Requirements:\n1. Video Style:\n• Warm, nostalgic, and heartfelt.\n• Faceless storytelling using symbolic visuals, stock footage, or subtle animations.\n• Golden-hour lighting, rustic settings, and nature imagery to reflect themes of time, faith, and legacy.\n2. Key Elements to Include:\n• Father-son moments (e.g., playing basketball, hugging, praying together).\n• Symbolic visuals (e.g., hands holding, clocks, family photos).\n• Faith-inspired imagery (e.g., cross, open Bible, sunlight breaking through clouds).\n• A cohesive narrative flow matching the song’s emotional arc.\n3. Technical Specifications:\n• Length: 3-4 minutes (to match the song).\n• High-quality visuals (1080p or higher).\n• Licensed or royalty-free footage/music where applicable.\n4. Budget:\n• Open to proposals, but looking for cost-effective solutions within a limited budget.\n5. Timeline:\n• Completion within 2-3 weeks after hire.\n\nIdeal Candidate:\n• Experienced in faceless video storytelling or lyric video creation.\n• Proficient with video editing software (e.g., Adobe Premiere Pro, Final Cut Pro, or similar).\n• Strong creative vision and ability to work with emotional themes.\n• Familiar with sourcing and editing stock footage/animations.\n• Excellent communication and ability to meet deadlines.\n\nHow to Apply:\n\nPlease include the following in your proposal:\n1. Relevant examples of faceless storytelling or music videos you’ve created.\n2. A brief explanation of your creative approach for this project.\n3. Your proposed timeline and budget.\n4. Any tools or resources you plan to use (e.g., stock footage platforms, animation tools).\n\nAbout the Song:\n“Chasing Forever” is an emotional journey about a father reflecting on his past, cherishing the bond with his young son, and praying for the opportunity to guide him into adulthood. The video should enhance the song’s emotional depth and resonate with viewers who value faith, family, and second chances.\n\nLooking forward to working with a talented creator to bring this vision to life!", "skills": ["Audio Production", "Sound Mixing", "Audio Editing", "Music Video", "Music Production"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Music-Video-Production-for-Recorded-Song_~021874555087130326659/"}
``` |
Creative Art Director - Brand & Campaign ads
Posted 2 weeks ago
Worldwide
Job Title: Creative Art Director
Position Overview
:
We are looking for an experienced and highly creative Art Director with a strong background in design and a proven track record in advertising agencies working with global brands. This is a design-focused, hands-on role where you will be responsible for conceptualizing and executing creative strategy, brand positioning, brand guidelines, visually stunning campaigns across multiple platforms. The ideal candidate is a design visionary who excels in creating brand identities, multichannel campaigns, and assets for TVC, digital, social, print, and outdoor advertising.
Key Responsibilities:
1. Design Leadership:
Develop and execute high-quality visual concepts, designs, and layouts for campaigns and projects.
Oversee the creation of assets that align with brand guidelines and business objectives.
Ensure that all creative work meets exceptional standards of design and originality.
2. Brand Development:
Lead the development of brand identities, including logos, visual styles, and other design elements.
Design and maintain comprehensive brand guidelines for global consistency across platforms.
Collaborate with stakeholders to align visuals with brand positioning and messaging.
3. Campaign Creation:
Conceptualize and execute multichannel campaigns, including TVC, digital, social, print, and outdoor media.
Design visually compelling assets tailored to the specific requirements of each platform and audience.
Work with external production teams or agencies to bring your designs to life where necessary.
4. Hands-On Design Work:
Use tools such as Adobe Creative Suite, Figma, and video editing software to create campaign assets.
Lead the production of prototypes, mockups, and final deliverables, ensuring a flawless execution of ideas.
5. Innovation and Trend Analysis:
Stay up-to-date with design trends, tools, and technologies to keep the creative work fresh and innovative.
Push the boundaries of design to deliver visually groundbreaking campaigns.
6. Project Management:
Independently manage projects from concept to final delivery, ensuring all deadlines and quality standards are met.
Present creative concepts and designs to stakeholders and incorporate feedback effectively.
Qualifications:
Bachelor’s degree in graphic design, fine arts, or a related field.
8+ years of experience in design roles within advertising agencies, with a focus on global brands.
A stunning portfolio showcasing expertise in brand identity, campaign design, and multichannel executions.
Proficiency in Adobe Creative Suite (Photoshop, Illustrator, InDesign), Figma, and video editing tools.
Experience designing for print,TVC, digital platforms, social media, retail and outdoor media.
Strong conceptual skills with the ability to turn ideas into visually impactful designs.
Exceptional attention to detail, typography, and layout.
Self-motivated, highly organized, and capable of managing multiple projects independently.
Excellent communication skills to present and explain design concepts effectively.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
$5.00
-
$20.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Creative Strategy
Brand Strategy
+ 6 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Mar 4, 2023
United Kingdom
8:26 AM
$111 total spent
7 hires, 5 active
Tech & IT
Small company (2-9 people)
Additional Skills Mentioned:
- Creative Direction
- Creative Strategy
- Adobe Creative Suite
- Brand Identity
- Graphic Design
- Brand Guidelines
- Brand Strategy
Job Link:https://www.upwork.com/freelance-jobs/apply/Creative-Art-Director-Brand-Campaign-ads_~021874460341144274202/ | Creative Art Director - Brand & Campaign ads | Posted 2 weeks ago | Worldwide | Job Title: Creative Art Director
Position Overview
:
We are looking for an experienced and highly creative Art Director with a strong background in design and a proven track record in advertising agencies working with global brands. This is a design-focused, hands-on role where you will be responsible for conceptualizing and executing creative strategy, brand positioning, brand guidelines, visually stunning campaigns across multiple platforms. The ideal candidate is a design visionary who excels in creating brand identities, multichannel campaigns, and assets for TVC, digital, social, print, and outdoor advertising.
Key Responsibilities:
1. Design Leadership:
Develop and execute high-quality visual concepts, designs, and layouts for campaigns and projects.
Oversee the creation of assets that align with brand guidelines and business objectives.
Ensure that all creative work meets exceptional standards of design and originality.
2. Brand Development:
Lead the development of brand identities, including logos, visual styles, and other design elements.
Design and maintain comprehensive brand guidelines for global consistency across platforms.
Collaborate with stakeholders to align visuals with brand positioning and messaging.
3. Campaign Creation:
Conceptualize and execute multichannel campaigns, including TVC, digital, social, print, and outdoor media.
Design visually compelling assets tailored to the specific requirements of each platform and audience.
Work with external production teams or agencies to bring your designs to life where necessary.
4. Hands-On Design Work:
Use tools such as Adobe Creative Suite, Figma, and video editing software to create campaign assets.
Lead the production of prototypes, mockups, and final deliverables, ensuring a flawless execution of ideas.
5. Innovation and Trend Analysis:
Stay up-to-date with design trends, tools, and technologies to keep the creative work fresh and innovative.
Push the boundaries of design to deliver visually groundbreaking campaigns.
6. Project Management:
Independently manage projects from concept to final delivery, ensuring all deadlines and quality standards are met.
Present creative concepts and designs to stakeholders and incorporate feedback effectively.
Qualifications:
Bachelor’s degree in graphic design, fine arts, or a related field.
8+ years of experience in design roles within advertising agencies, with a focus on global brands.
A stunning portfolio showcasing expertise in brand identity, campaign design, and multichannel executions.
Proficiency in Adobe Creative Suite (Photoshop, Illustrator, InDesign), Figma, and video editing tools.
Experience designing for print,TVC, digital platforms, social media, retail and outdoor media.
Strong conceptual skills with the ability to turn ideas into visually impactful designs.
Exceptional attention to detail, typography, and layout.
Self-motivated, highly organized, and capable of managing multiple projects independently.
Excellent communication skills to present and explain design concepts effectively. | [
"Creative Direction",
"Creative Strategy",
"Advertising",
"Adobe Creative Suite",
"Brand Identity",
"Graphic Design",
"Brand Guidelines",
"Brand Strategy"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Creative-Art-Director-Brand-Campaign-ads_~021874460341144274202/ | ```json
{"title": "Creative Art Director - Brand & Campaign ads", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Job Title: Creative Art Director\n\nPosition Overview\n:\nWe are looking for an experienced and highly creative Art Director with a strong background in design and a proven track record in advertising agencies working with global brands. This is a design-focused, hands-on role where you will be responsible for conceptualizing and executing creative strategy, brand positioning, brand guidelines, visually stunning campaigns across multiple platforms. The ideal candidate is a design visionary who excels in creating brand identities, multichannel campaigns, and assets for TVC, digital, social, print, and outdoor advertising.\n\nKey Responsibilities:\n\n1. Design Leadership:\n\nDevelop and execute high-quality visual concepts, designs, and layouts for campaigns and projects.\n\nOversee the creation of assets that align with brand guidelines and business objectives.\n\nEnsure that all creative work meets exceptional standards of design and originality.\n\n\n\n2. Brand Development:\n\nLead the development of brand identities, including logos, visual styles, and other design elements.\n\nDesign and maintain comprehensive brand guidelines for global consistency across platforms.\n\nCollaborate with stakeholders to align visuals with brand positioning and messaging.\n\n\n\n3. Campaign Creation:\n\nConceptualize and execute multichannel campaigns, including TVC, digital, social, print, and outdoor media.\n\nDesign visually compelling assets tailored to the specific requirements of each platform and audience.\n\nWork with external production teams or agencies to bring your designs to life where necessary.\n\n\n\n4. Hands-On Design Work:\n\nUse tools such as Adobe Creative Suite, Figma, and video editing software to create campaign assets.\n\nLead the production of prototypes, mockups, and final deliverables, ensuring a flawless execution of ideas.\n\n\n\n5. Innovation and Trend Analysis:\n\nStay up-to-date with design trends, tools, and technologies to keep the creative work fresh and innovative.\n\nPush the boundaries of design to deliver visually groundbreaking campaigns.\n\n\n\n6. Project Management:\n\nIndependently manage projects from concept to final delivery, ensuring all deadlines and quality standards are met.\n\nPresent creative concepts and designs to stakeholders and incorporate feedback effectively.\n\n\n\n\nQualifications:\n\nBachelor’s degree in graphic design, fine arts, or a related field.\n\n8+ years of experience in design roles within advertising agencies, with a focus on global brands.\n\nA stunning portfolio showcasing expertise in brand identity, campaign design, and multichannel executions.\n\nProficiency in Adobe Creative Suite (Photoshop, Illustrator, InDesign), Figma, and video editing tools.\n\nExperience designing for print,TVC, digital platforms, social media, retail and outdoor media.\n\nStrong conceptual skills with the ability to turn ideas into visually impactful designs.\n\nExceptional attention to detail, typography, and layout.\n\nSelf-motivated, highly organized, and capable of managing multiple projects independently.\n\nExcellent communication skills to present and explain design concepts effectively.", "skills": ["Creative Direction", "Creative Strategy", "Advertising", "Adobe Creative Suite", "Brand Identity", "Graphic Design", "Brand Guidelines", "Brand Strategy"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$5.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Creative-Art-Director-Brand-Campaign-ads_~021874460341144274202/"}
``` |
Weekend warrior: PDF Document Editor
Posted last month
Worldwide
Looking for someone who can spend over 20 hours this weekend to work on this project.
We are seeking a detail-oriented and efficient professional to modify and edit PDF documents. The ideal candidate must be available to work during US time zones and have the ability to complete tasks quickly and accurately.
Responsibilities:
• Modify and edit PDF order forms as required.
• Ensure the accuracy and thoroughness of all changes.
• Collect and organize order forms for submission to an agency.
• Maintain high attention to detail and meet deadlines consistently.
Requirements:
• Proven experience working with PDF documents.
• Strong organizational skills and a meticulous approach to tasks.
• Availability to work during US time zones.
• Fast turnaround time for assigned tasks.
• No graphic design or artistic work is involved.
If you are reliable, efficient, and have an eye for detail, we’d love to hear from you. Apply now!
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Complex project
Project Type
Skills and Expertise
PDF
Adobe Illustrator
Adobe Acrobat
+ 1 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
last month
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 15, 2016
United States
Fremont 3:49 AM
$643K total spent
420 hires, 75 active
18,496 hours
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Adobe Illustrator
- Adobe Acrobat
- Adobe Photoshop
Job Link:https://www.upwork.com/freelance-jobs/apply/Weekend-warrior-PDF-Document-Editor_~021866215590539340099/ | Weekend warrior: PDF Document Editor | Posted last month | Worldwide | Looking for someone who can spend over 20 hours this weekend to work on this project.
We are seeking a detail-oriented and efficient professional to modify and edit PDF documents. The ideal candidate must be available to work during US time zones and have the ability to complete tasks quickly and accurately.
Responsibilities:
• Modify and edit PDF order forms as required.
• Ensure the accuracy and thoroughness of all changes.
• Collect and organize order forms for submission to an agency.
• Maintain high attention to detail and meet deadlines consistently.
Requirements:
• Proven experience working with PDF documents.
• Strong organizational skills and a meticulous approach to tasks.
• Availability to work during US time zones.
• Fast turnaround time for assigned tasks.
• No graphic design or artistic work is involved.
If you are reliable, efficient, and have an eye for detail, we’d love to hear from you. Apply now! | [
"Adobe Illustrator",
"PDF",
"Adobe Acrobat",
"Adobe Photoshop"
] | Expert | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Weekend-warrior-PDF-Document-Editor_~021866215590539340099/ | ```json
{"title": "Weekend warrior: PDF Document Editor", "post_date": "Posted last month", "Location": "Worldwide", "description": "Looking for someone who can spend over 20 hours this weekend to work on this project.\n\nWe are seeking a detail-oriented and efficient professional to modify and edit PDF documents. The ideal candidate must be available to work during US time zones and have the ability to complete tasks quickly and accurately.\n\nResponsibilities:\n• Modify and edit PDF order forms as required.\n• Ensure the accuracy and thoroughness of all changes.\n• Collect and organize order forms for submission to an agency.\n• Maintain high attention to detail and meet deadlines consistently.\n\nRequirements:\n• Proven experience working with PDF documents.\n• Strong organizational skills and a meticulous approach to tasks.\n• Availability to work during US time zones.\n• Fast turnaround time for assigned tasks.\n• No graphic design or artistic work is involved.\n\nIf you are reliable, efficient, and have an eye for detail, we’d love to hear from you. Apply now!", "skills": ["Adobe Illustrator", "PDF", "Adobe Acrobat", "Adobe Photoshop"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Weekend-warrior-PDF-Document-Editor_~021866215590539340099/"}
``` |
Presales Engineer Needed for Data Fabric and Management RFP
Posted 3 weeks ago
Worldwide
Job Description:
We are looking for a skilled and experienced freelance Pre-Sales Engineer to support us in preparing high-quality technical proposals for data management and fabric RFPs. This project involves analyzing RFP requirements and delivering well-structured technical proposals in both Arabic and English.
Key Deliverables:
Proposal Writing: Create complete technical proposals in Arabic and English, tailored to the specifications of Saudi government procurement.
Compliance Statements: Develop detailed compliance statements for RFPs.
Multi-Technology Proposals: Write three different proposals based on two or three different data management and fabric technologies.
BOQ and Pricing: Generate Bill of Quantities (BOQ) and detailed pricing for all technologies included in the proposals.
Requirements:
Experience: Minimum of 5 years in pre-sales or a similar field.
Certifications: OCI certification is mandatory.
Languages: Fluent in Arabic and English, with exceptional technical writing skills in both languages.
Expertise:
Strong knowledge of Saudi government procurement processes and experience in crafting proposals that comply with their guidelines.
Ability to generate accurate BOQs and competitive pricing for various technologies.
Timeline: Must be able to complete the project within 7 days from the date of the agreement.
How to Apply:
Please submit the following:
A brief introduction outlining your relevant experience.
Samples of previous proposals you've written (preferably related to government procurement).
Confirmation of your OCI certification.
Examples of BOQs and pricing documentation you’ve prepared
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Database Administration Deliverables
Database Design
Database Administration Skills
ETL
SQL/PSM
Databases
Oracle NoSQL Database
+ 4 more
Other
Technical Writing
Project Management
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
1
Unanswered invites:
1
About the client
Member since Jun 1, 2020
Saudi Arabia
Riyadh 12:31 PM
$35 total spent
2 hires, 1 active
Individual client
Additional Skills Mentioned:
- SAP SQL Anywhere
- Project Management
- Azure Cosmos DB
- Oracle Database
- Database Design
- Oracle NoSQL Database
- SQL/PSM
- Technical Writing
- Microsoft SQL Server
Job Link:https://www.upwork.com/freelance-jobs/apply/Presales-Engineer-Needed-for-Data-Fabric-and-Management-RFP_~021872623799700582088/ | Presales Engineer Needed for Data Fabric and Management RFP | Posted 3 weeks ago | Worldwide | Job Description:
We are looking for a skilled and experienced freelance Pre-Sales Engineer to support us in preparing high-quality technical proposals for data management and fabric RFPs. This project involves analyzing RFP requirements and delivering well-structured technical proposals in both Arabic and English.
Key Deliverables:
Proposal Writing: Create complete technical proposals in Arabic and English, tailored to the specifications of Saudi government procurement.
Compliance Statements: Develop detailed compliance statements for RFPs.
Multi-Technology Proposals: Write three different proposals based on two or three different data management and fabric technologies.
BOQ and Pricing: Generate Bill of Quantities (BOQ) and detailed pricing for all technologies included in the proposals.
Requirements:
Experience: Minimum of 5 years in pre-sales or a similar field.
Certifications: OCI certification is mandatory.
Languages: Fluent in Arabic and English, with exceptional technical writing skills in both languages.
Expertise:
Strong knowledge of Saudi government procurement processes and experience in crafting proposals that comply with their guidelines.
Ability to generate accurate BOQs and competitive pricing for various technologies.
Timeline: Must be able to complete the project within 7 days from the date of the agreement.
How to Apply:
Please submit the following:
A brief introduction outlining your relevant experience.
Samples of previous proposals you've written (preferably related to government procurement).
Confirmation of your OCI certification.
Examples of BOQs and pricing documentation you’ve prepared | [
"SAP SQL Anywhere",
"ETL",
"Project Management",
"Azure Cosmos DB",
"Oracle Database",
"Database Design",
"SQL",
"Oracle NoSQL Database",
"SQL/PSM",
"Technical Writing",
"Microsoft SQL Server"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Presales-Engineer-Needed-for-Data-Fabric-and-Management-RFP_~021872623799700582088/ | ```json
{"title": "Presales Engineer Needed for Data Fabric and Management RFP", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Job Description:\nWe are looking for a skilled and experienced freelance Pre-Sales Engineer to support us in preparing high-quality technical proposals for data management and fabric RFPs. This project involves analyzing RFP requirements and delivering well-structured technical proposals in both Arabic and English.\n\nKey Deliverables:\n\nProposal Writing: Create complete technical proposals in Arabic and English, tailored to the specifications of Saudi government procurement.\nCompliance Statements: Develop detailed compliance statements for RFPs.\nMulti-Technology Proposals: Write three different proposals based on two or three different data management and fabric technologies.\nBOQ and Pricing: Generate Bill of Quantities (BOQ) and detailed pricing for all technologies included in the proposals.\nRequirements:\n\nExperience: Minimum of 5 years in pre-sales or a similar field.\nCertifications: OCI certification is mandatory.\nLanguages: Fluent in Arabic and English, with exceptional technical writing skills in both languages.\nExpertise:\nStrong knowledge of Saudi government procurement processes and experience in crafting proposals that comply with their guidelines.\nAbility to generate accurate BOQs and competitive pricing for various technologies.\nTimeline: Must be able to complete the project within 7 days from the date of the agreement.\n\nHow to Apply:\nPlease submit the following:\n\nA brief introduction outlining your relevant experience.\nSamples of previous proposals you"ve written (preferably related to government procurement).\nConfirmation of your OCI certification.\nExamples of BOQs and pricing documentation you’ve prepared", "skills": ["SAP SQL Anywhere", "ETL", "Project Management", "Azure Cosmos DB", "Oracle Database", "Database Design", "SQL", "Oracle NoSQL Database", "SQL/PSM", "Technical Writing", "Microsoft SQL Server"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Presales-Engineer-Needed-for-Data-Fabric-and-Management-RFP_~021872623799700582088/"}
``` |
Fresher - Formulation Chemist (Skincare)
Posted last week
Worldwide
Company Description
We are an innovative skincare startup catering to the Indian Men segment. The company is highly evidence-driven, and believes in thorough testing and transparency with its customers.
Role Description
This is a contract remote role for a Cosmetic Chemist fresher. The role involves tasks related to cosmetic product formulation, testing, and analysis to ensure product quality and safety.
Qualifications
Understanding of cosmetic chemistry principles and formulation techniques
Knowledge of regulatory requirements for cosmetic products
Strong attention to detail and quality assurance skills
Less than 30 hrs/week
Hourly
1-3 months
Duration
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Chemistry Services
Product Development
Chemistry Skills
Good Manufacturing Practice
+ 1 more
Technical Writing Services
Fact-Checking
Other
Chemistry
Product Formulation
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
last week
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 7, 2023
India
10:00 AM
Additional Skills Mentioned:
- Good Manufacturing Practice
- Chemical Analysis
- Cosmetics
- Cosmetic Raw Materials
- Cosmetic Regulation
- Product Development
- Biochemistry
- Product Formulation
- Fact-Checking
Job Link:https://www.upwork.com/freelance-jobs/apply/Fresher-Formulation-Chemist-Skincare_~021876208135770601091/ | Fresher - Formulation Chemist (Skincare) | Posted last week | Worldwide | Company Description
We are an innovative skincare startup catering to the Indian Men segment. The company is highly evidence-driven, and believes in thorough testing and transparency with its customers.
Role Description
This is a contract remote role for a Cosmetic Chemist fresher. The role involves tasks related to cosmetic product formulation, testing, and analysis to ensure product quality and safety.
Qualifications
Understanding of cosmetic chemistry principles and formulation techniques
Knowledge of regulatory requirements for cosmetic products
Strong attention to detail and quality assurance skills | [
"Good Manufacturing Practice",
"Chemical Analysis",
"Cosmetics",
"Cosmetic Raw Materials",
"Cosmetic Regulation",
"Product Development",
"Biochemistry",
"Product Formulation",
"Fact-Checking",
"Chemistry"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Fresher-Formulation-Chemist-Skincare_~021876208135770601091/ | ```json
{"title": "Fresher - Formulation Chemist (Skincare)", "post_date": "Posted last week", "Location": "Worldwide", "description": "Company Description\n\nWe are an innovative skincare startup catering to the Indian Men segment. The company is highly evidence-driven, and believes in thorough testing and transparency with its customers.\n\n\n\nRole Description\n\nThis is a contract remote role for a Cosmetic Chemist fresher. The role involves tasks related to cosmetic product formulation, testing, and analysis to ensure product quality and safety.\n\n\n\nQualifications\n\nUnderstanding of cosmetic chemistry principles and formulation techniques\nKnowledge of regulatory requirements for cosmetic products\nStrong attention to detail and quality assurance skills", "skills": ["Good Manufacturing Practice", "Chemical Analysis", "Cosmetics", "Cosmetic Raw Materials", "Cosmetic Regulation", "Product Development", "Biochemistry", "Product Formulation", "Fact-Checking", "Chemistry"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Fresher-Formulation-Chemist-Skincare_~021876208135770601091/"}
``` |
Lose Weight Scientifically & Sustainably. - Healthy New Year!
Posted 15 hours ago
Worldwide
Follow the latest science to lose weight.
Body Composition: understand your unique genetic body composition including any skinny fat.
Diet: properly executed low-carb diet.
Exercise: walking, regularly and consistently
Lifestyle (sleep, etc.)
The latest science:
https://skinnyfat.fellowone.com/how-skinny-fat-affects-regular-fat-weight-loss-and-gain-being-overweight-and-obese/?ref=1&Upwork_jp=9385
https://skinnyfat.fellowone.com/the-best-skinny-fat-diet-according-to-science/?ref=1&Upwork_jp=9385
$250.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Social Media Platforms
Instagram
Twitter/X
Facebook
Other
Digital Marketing
Human Body
+ 8 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since May 17, 2014
United States
Santa Fe 6:56 AM
$68K total spent
995 hires, 26 active
2,393 hours
Health & Fitness
Small company (2-9 people)
Additional Skills Mentioned:
- Twitter/X
- TikTok
- Video Camera
- Health & Wellness
- Health & Fitness
- Digital Marketing
- Human Body
- Health Science
- Influencer Marketing
Job Link:https://www.upwork.com/freelance-jobs/apply/Lose-Weight-Scientifically-Sustainably-Healthy-New-Year_~021879231598622293431/ | Lose Weight Scientifically & Sustainably. - Healthy New Year! | Posted 15 hours ago | Worldwide | Follow the latest science to lose weight.
Body Composition: understand your unique genetic body composition including any skinny fat.
Diet: properly executed low-carb diet.
Exercise: walking, regularly and consistently
Lifestyle (sleep, etc.)
The latest science:
https://skinnyfat.fellowone.com/how-skinny-fat-affects-regular-fat-weight-loss-and-gain-being-overweight-and-obese/?ref=1&Upwork_jp=9385
https://skinnyfat.fellowone.com/the-best-skinny-fat-diet-according-to-science/?ref=1&Upwork_jp=9385 | [
"Twitter/X",
"Facebook",
"TikTok",
"Video Camera",
"Health & Wellness",
"Health & Fitness",
"Digital Marketing",
"Human Body",
"Science",
"Health Science",
"Instagram",
"Health",
"Influencer Marketing"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Lose-Weight-Scientifically-Sustainably-Healthy-New-Year_~021879231598622293431/ | ```json
{"title": "Lose Weight Scientifically & Sustainably. - Healthy New Year!", "post_date": "Posted 15 hours ago", "Location": "Worldwide", "description": "Follow the latest science to lose weight.\n\nBody Composition: understand your unique genetic body composition including any skinny fat.\nDiet: properly executed low-carb diet.\nExercise: walking, regularly and consistently\nLifestyle (sleep, etc.)\n\nThe latest science:\nhttps://skinnyfat.fellowone.com/how-skinny-fat-affects-regular-fat-weight-loss-and-gain-being-overweight-and-obese/?ref=1&Upwork_jp=9385\n\nhttps://skinnyfat.fellowone.com/the-best-skinny-fat-diet-according-to-science/?ref=1&Upwork_jp=9385", "skills": ["Twitter/X", "Facebook", "TikTok", "Video Camera", "Health & Wellness", "Health & Fitness", "Digital Marketing", "Human Body", "Science", "Health Science", "Instagram", "Health", "Influencer Marketing"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Lose-Weight-Scientifically-Sustainably-Healthy-New-Year_~021879231598622293431/"}
``` |
Automate Real Estate Data Gathering from Spreadsheets
Posted 2 weeks ago
Worldwide
We are seeking a skilled freelancer to help automate the gathering of real estate property data from various websites into our existing spreadsheets. The ideal candidate will have experience with data scraping and automation tools to streamline our data collection process, ensuring accuracy and efficiency. If you have a proven track record of working with real estate data and can help us improve our workflow, we would love to hear from you.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$10.00
-
$30.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire
This job has the potential to turn into a full time role
Skills and Expertise
Microsoft Excel
Data Scraping
+ 9 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
last week
Hires:
1
Interviewing:
5
Invites sent:
5
Unanswered invites:
2
About the client
Member since Jan 2, 2025
USA
Troutman 4:52 AM
$189 total spent
1 hire, 1 active
Real Estate
Small company (2-9 people)
Additional Skills Mentioned:
- Google Sheets
- Data Cleaning
- API Development
- Data Mining
- Python
- Data Entry
- Data Scraping
- Web Crawling
- Microsoft Excel
- Prospect List
Job Link:https://www.upwork.com/freelance-jobs/apply/Automate-Real-Estate-Data-Gathering-from-Spreadsheets_~021874883460633327235/ | Automate Real Estate Data Gathering from Spreadsheets | Posted 2 weeks ago | Worldwide | We are seeking a skilled freelancer to help automate the gathering of real estate property data from various websites into our existing spreadsheets. The ideal candidate will have experience with data scraping and automation tools to streamline our data collection process, ensuring accuracy and efficiency. If you have a proven track record of working with real estate data and can help us improve our workflow, we would love to hear from you. | [
"Google Sheets",
"Data Cleaning",
"API Development",
"Data Mining",
"Python",
"Automation",
"Data Entry",
"Data Scraping",
"Web Crawling",
"Microsoft Excel",
"Prospect List"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Automate-Real-Estate-Data-Gathering-from-Spreadsheets_~021874883460633327235/ | ```json
{"title": "Automate Real Estate Data Gathering from Spreadsheets", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We are seeking a skilled freelancer to help automate the gathering of real estate property data from various websites into our existing spreadsheets. The ideal candidate will have experience with data scraping and automation tools to streamline our data collection process, ensuring accuracy and efficiency. If you have a proven track record of working with real estate data and can help us improve our workflow, we would love to hear from you.", "skills": ["Google Sheets", "Data Cleaning", "API Development", "Data Mining", "Python", "Automation", "Data Entry", "Data Scraping", "Web Crawling", "Microsoft Excel", "Prospect List"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$10.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Automate-Real-Estate-Data-Gathering-from-Spreadsheets_~021874883460633327235/"}
``` |
AI Engineer for Chatbot and SaaS App Development
Posted 4 days ago
Worldwide
am seeking an experienced and skilled AI Engineer to collaborate on the development of an AI App, designed to integrate conversational AI with engaging user experiences. This project requires a talented individual who is proficient in React-Native, Python, and other essential tools for SaaS app development. Beyond technical expertise, I am looking for someone who can also act as a mentor, guiding me through the development process as I actively participate and learn.
The app focuses on providing users with tailored conversational experiences, a gamified quiz system, and an engaging onboarding process. Your role will involve fine-tuning AI models, building scalable components, and integrating backend services like Firebase to ensure a robust and user-friendly experience. In addition, you will help streamline and clean up the existing project files to establish a maintainable and scalable codebase.
Responsibilities:
You will be responsible for developing key features of the app, including integrating fine-tuned AI models capable of delivering conversational responses tailored to specific scenarios. This includes implementing an interactive chatbot, quiz functionality, and gamification features, all while maintaining an intuitive and visually appealing interface.
Another crucial aspect of the project is backend integration, where Firebase will serve as the primary database for user management, real-time interactions, and data storage. You will ensure seamless integration and guide me through setting up and configuring these services.
Throughout the development process, you will act as a mentor, explaining your approaches, decisions, and best practices. Your guidance will help me understand not only the technical aspects of the app but also the thought process behind scalable and efficient development.
Requirements:
To succeed in this role, you must have proven experience with React-Native for mobile app development and Python for backend integration. Familiarity with Firebase for user authentication, database management, and cloud functions is essential. You should also have experience fine-tuning AI/ML models and integrating them into mobile applications.
Your ability to clean up existing code, optimize performance, and implement scalable solutions is vital. Equally important is your ability to communicate clearly, collaborate effectively, and mentor someone who is eager to learn the intricacies of app development.
Deliverables:
The end goal is to create a fully functional mobile app with a conversational AI chatbot, a gamified quiz system, and seamless navigation between features. The app should include a clean and scalable codebase, Firebase integration for backend services, and detailed documentation for future updates.
If you are passionate about combining AI with innovative SaaS solutions and enjoy mentoring, this project offers an exciting opportunity to work on a unique app while making a meaningful impact. Please share examples of similar projects you’ve worked on and outline how you would approach this role. Together, we can create something extraordinary!
$300.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Chatbot Development
Python
+ 7 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 10, 2025
United States
San Francisco 3:31 AM
Additional Skills Mentioned:
- Natural Language Processing
- Artificial Intelligence
- Machine Learning
- Web Application
- API
- Node.js
- Chatbot Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Engineer-for-Chatbot-and-SaaS-App-Development_~021878056003422850452/ | AI Engineer for Chatbot and SaaS App Development | Posted 4 days ago | Worldwide | am seeking an experienced and skilled AI Engineer to collaborate on the development of an AI App, designed to integrate conversational AI with engaging user experiences. This project requires a talented individual who is proficient in React-Native, Python, and other essential tools for SaaS app development. Beyond technical expertise, I am looking for someone who can also act as a mentor, guiding me through the development process as I actively participate and learn.
The app focuses on providing users with tailored conversational experiences, a gamified quiz system, and an engaging onboarding process. Your role will involve fine-tuning AI models, building scalable components, and integrating backend services like Firebase to ensure a robust and user-friendly experience. In addition, you will help streamline and clean up the existing project files to establish a maintainable and scalable codebase.
Responsibilities:
You will be responsible for developing key features of the app, including integrating fine-tuned AI models capable of delivering conversational responses tailored to specific scenarios. This includes implementing an interactive chatbot, quiz functionality, and gamification features, all while maintaining an intuitive and visually appealing interface.
Another crucial aspect of the project is backend integration, where Firebase will serve as the primary database for user management, real-time interactions, and data storage. You will ensure seamless integration and guide me through setting up and configuring these services.
Throughout the development process, you will act as a mentor, explaining your approaches, decisions, and best practices. Your guidance will help me understand not only the technical aspects of the app but also the thought process behind scalable and efficient development.
Requirements:
To succeed in this role, you must have proven experience with React-Native for mobile app development and Python for backend integration. Familiarity with Firebase for user authentication, database management, and cloud functions is essential. You should also have experience fine-tuning AI/ML models and integrating them into mobile applications.
Your ability to clean up existing code, optimize performance, and implement scalable solutions is vital. Equally important is your ability to communicate clearly, collaborate effectively, and mentor someone who is eager to learn the intricacies of app development.
Deliverables:
The end goal is to create a fully functional mobile app with a conversational AI chatbot, a gamified quiz system, and seamless navigation between features. The app should include a clean and scalable codebase, Firebase integration for backend services, and detailed documentation for future updates.
If you are passionate about combining AI with innovative SaaS solutions and enjoy mentoring, this project offers an exciting opportunity to work on a unique app while making a meaningful impact. Please share examples of similar projects you’ve worked on and outline how you would approach this role. Together, we can create something extraordinary! | [
"Natural Language Processing",
"Artificial Intelligence",
"Python",
"SaaS",
"Machine Learning",
"Web Application",
"API",
"Node.js",
"Chatbot Development"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Engineer-for-Chatbot-and-SaaS-App-Development_~021878056003422850452/ | ```json
{"title": "AI Engineer for Chatbot and SaaS App Development", "post_date": "Posted 4 days ago", "Location": "Worldwide", "description": "am seeking an experienced and skilled AI Engineer to collaborate on the development of an AI App,\xa0\xa0designed to integrate conversational AI with engaging user experiences. This project requires a talented individual who is proficient in React-Native, Python, and other essential tools for SaaS app development. Beyond technical expertise, I am looking for someone who can also act as a mentor, guiding me through the development process as I actively participate and learn.\n\nThe app focuses on providing users with tailored conversational experiences, a gamified quiz system, and an engaging onboarding process. Your role will involve fine-tuning AI models, building scalable components, and integrating backend services like Firebase to ensure a robust and user-friendly experience. In addition, you will help streamline and clean up the existing project files to establish a maintainable and scalable codebase.\n\nResponsibilities:\nYou will be responsible for developing key features of the app, including integrating fine-tuned AI models capable of delivering conversational responses tailored to specific scenarios. This includes implementing an interactive chatbot, quiz functionality, and gamification features, all while maintaining an intuitive and visually appealing interface.\n\nAnother crucial aspect of the project is backend integration, where Firebase will serve as the primary database for user management, real-time interactions, and data storage. You will ensure seamless integration and guide me through setting up and configuring these services.\n\nThroughout the development process, you will act as a mentor, explaining your approaches, decisions, and best practices. Your guidance will help me understand not only the technical aspects of the app but also the thought process behind scalable and efficient development.\n\nRequirements:\nTo succeed in this role, you must have proven experience with React-Native for mobile app development and Python for backend integration. Familiarity with Firebase for user authentication, database management, and cloud functions is essential. You should also have experience fine-tuning AI/ML models and integrating them into mobile applications.\n\nYour ability to clean up existing code, optimize performance, and implement scalable solutions is vital. Equally important is your ability to communicate clearly, collaborate effectively, and mentor someone who is eager to learn the intricacies of app development.\n\nDeliverables:\nThe end goal is to create a fully functional mobile app with a conversational AI chatbot, a gamified quiz system, and seamless navigation between features. The app should include a clean and scalable codebase, Firebase integration for backend services, and detailed documentation for future updates.\n\nIf you are passionate about combining AI with innovative SaaS solutions and enjoy mentoring, this project offers an exciting opportunity to work on a unique app while making a meaningful impact. Please share examples of similar projects you’ve worked on and outline how you would approach this role. Together, we can create something extraordinary!", "skills": ["Natural Language Processing", "Artificial Intelligence", "Python", "SaaS", "Machine Learning", "Web Application", "API", "Node.js", "Chatbot Development"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Engineer-for-Chatbot-and-SaaS-App-Development_~021878056003422850452/"}
``` |
Advertising Business Manager - DSP Partner (Overseas Market )
Posted 3 weeks ago
Worldwide
Job Responsibilities:
Business Development:
Proactively identify, research, and connect with potential DSP (Demand-Side Platform) partners to expand advertising platforms in international markets.
Partner Acquisition:
Build and maintain strong, long-term relationships with DSP platforms and other key advertising partners.
Negotiation & Contracting:
Lead negotiations and secure mutually beneficial deals with DSP platforms.
Market Research:
Conduct research to discover new DSP platforms and advertising opportunities in different global regions.
Partnership Follow-Up:
Manage the entire process from initial contact to contract signing, ensuring everything runs smoothly.
Relationship Management:
Regularly check in with partners, provide ongoing support, and maintain long-term relationships.
Performance Monitoring:
Work closely with internal teams to track and monitor the effectiveness of ad campaigns, making sure DSP platforms meet expectations.
Cross-Department Collaboration:
Collaborate with marketing, legal, finance, and other departments to ensure contracts and business processes are executed properly.
Industry Trend Analysis:
Stay on top of the latest trends in digital advertising and the DSP space, and provide the company with new business opportunities and strategic insights.
Job Requirements:
Experience: At least 3 years in business development, sales, or partner management, ideally with experience in digital advertising or DSP platforms.
DSP Knowledge: Solid understanding of how DSP platforms work and their role in programmatic advertising.
Negotiation Skills: Strong negotiator who can close deals that benefit both sides.
Communication Skills: Excellent written and verbal communication in English; proficiency in other languages is a plus.
Self-Motivated & Goal-Oriented: A go-getter who can work independently and hit business targets.
Relationship Management: Great at building and maintaining long-term relationships with partners.
International Experience: Experience working with global clients or partners, especially in digital advertising, is a plus.
Cultural Awareness: Strong understanding of global cultures and business practices, and the ability to manage challenges in international partnerships.
More than 30 hrs/week
Hourly
3-6 months
Duration
Entry level
Experience Level
$6.00
-
$20.00
Hourly
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Display Advertising Services
Ad Concept
Ad Creative
+ 3 more
Other
Market Analysis
Lead Generation
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Oct 15, 2024
TWN
桃园市 2:56 PM
Sales & Marketing
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Market Analysis
- Ad Creative
- Ad Concept
- Campaign Management
- Ad Network Integration
- Ad Type Recommendations
- Lead Generation
- Marketing Strategy
Job Link:https://www.upwork.com/freelance-jobs/apply/Advertising-Business-Manager-DSP-Partner-Overseas-Market_~021871071957959395755/ | Advertising Business Manager - DSP Partner (Overseas Market ) | Posted 3 weeks ago | Worldwide | Job Responsibilities:
Business Development:
Proactively identify, research, and connect with potential DSP (Demand-Side Platform) partners to expand advertising platforms in international markets.
Partner Acquisition:
Build and maintain strong, long-term relationships with DSP platforms and other key advertising partners.
Negotiation & Contracting:
Lead negotiations and secure mutually beneficial deals with DSP platforms.
Market Research:
Conduct research to discover new DSP platforms and advertising opportunities in different global regions.
Partnership Follow-Up:
Manage the entire process from initial contact to contract signing, ensuring everything runs smoothly.
Relationship Management:
Regularly check in with partners, provide ongoing support, and maintain long-term relationships.
Performance Monitoring:
Work closely with internal teams to track and monitor the effectiveness of ad campaigns, making sure DSP platforms meet expectations.
Cross-Department Collaboration:
Collaborate with marketing, legal, finance, and other departments to ensure contracts and business processes are executed properly.
Industry Trend Analysis:
Stay on top of the latest trends in digital advertising and the DSP space, and provide the company with new business opportunities and strategic insights.
Job Requirements:
Experience: At least 3 years in business development, sales, or partner management, ideally with experience in digital advertising or DSP platforms.
DSP Knowledge: Solid understanding of how DSP platforms work and their role in programmatic advertising.
Negotiation Skills: Strong negotiator who can close deals that benefit both sides.
Communication Skills: Excellent written and verbal communication in English; proficiency in other languages is a plus.
Self-Motivated & Goal-Oriented: A go-getter who can work independently and hit business targets.
Relationship Management: Great at building and maintaining long-term relationships with partners.
International Experience: Experience working with global clients or partners, especially in digital advertising, is a plus.
Cultural Awareness: Strong understanding of global cultures and business practices, and the ability to manage challenges in international partnerships. | [
"Market Analysis",
"Ad Creative",
"Ad Concept",
"Campaign Management",
"Ad Network Integration",
"Ad Type Recommendations",
"Lead Generation",
"Marketing Strategy"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Advertising-Business-Manager-DSP-Partner-Overseas-Market_~021871071957959395755/ | ```json
{"title": "Advertising Business Manager - DSP Partner (Overseas Market )", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Job Responsibilities:\nBusiness Development:\n\nProactively identify, research, and connect with potential DSP (Demand-Side Platform) partners to expand advertising platforms in international markets.\nPartner Acquisition:\n\nBuild and maintain strong, long-term relationships with DSP platforms and other key advertising partners.\nNegotiation & Contracting:\n\nLead negotiations and secure mutually beneficial deals with DSP platforms.\nMarket Research:\n\nConduct research to discover new DSP platforms and advertising opportunities in different global regions.\nPartnership Follow-Up:\n\nManage the entire process from initial contact to contract signing, ensuring everything runs smoothly.\nRelationship Management:\n\nRegularly check in with partners, provide ongoing support, and maintain long-term relationships.\nPerformance Monitoring:\n\nWork closely with internal teams to track and monitor the effectiveness of ad campaigns, making sure DSP platforms meet expectations.\nCross-Department Collaboration:\n\nCollaborate with marketing, legal, finance, and other departments to ensure contracts and business processes are executed properly.\nIndustry Trend Analysis:\n\nStay on top of the latest trends in digital advertising and the DSP space, and provide the company with new business opportunities and strategic insights.\nJob Requirements:\nExperience: At least 3 years in business development, sales, or partner management, ideally with experience in digital advertising or DSP platforms.\nDSP Knowledge: Solid understanding of how DSP platforms work and their role in programmatic advertising.\nNegotiation Skills: Strong negotiator who can close deals that benefit both sides.\nCommunication Skills: Excellent written and verbal communication in English; proficiency in other languages is a plus.\nSelf-Motivated & Goal-Oriented: A go-getter who can work independently and hit business targets.\nRelationship Management: Great at building and maintaining long-term relationships with partners.\nInternational Experience: Experience working with global clients or partners, especially in digital advertising, is a plus.\nCultural Awareness: Strong understanding of global cultures and business practices, and the ability to manage challenges in international partnerships.", "skills": ["Market Analysis", "Ad Creative", "Ad Concept", "Campaign Management", "Ad Network Integration", "Ad Type Recommendations", "Lead Generation", "Marketing Strategy"], "work_schedule": "More than 30 hrs/week", "experience_level": "Entry level", "salary": "$6.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Advertising-Business-Manager-DSP-Partner-Overseas-Market_~021871071957959395755/"}
``` |
Video Production for BIM Dashboards with Revit and Power BI
Posted last week
Worldwide
We are seeking a talented video producer to create 5 promotional videos that showcase BIM dashboards using Revit and Power BI, branded with our logo. This project is for an online course/infoproduct and requires a professional touch to highlight the functionalities and benefits of the dashboards effectively. Examples will be provided for guidance. Ideal candidates should have experience in educational video production and a good understanding of BIM tools. Videos must be ready to publish. Language: spanish
$10.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Autodesk Revit
Visualization
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 6, 2025
Peru
2:36 AM
Engineering & Architecture
Small company (2-9 people)
Additional Skills Mentioned:
- Building Information Modeling
- Autodesk Revit
Job Link:https://www.upwork.com/freelance-jobs/apply/Video-Production-for-BIM-Dashboards-with-Revit-and-Power_~021876332000266096020/ | Video Production for BIM Dashboards with Revit and Power BI | Posted last week | Worldwide | We are seeking a talented video producer to create 5 promotional videos that showcase BIM dashboards using Revit and Power BI, branded with our logo. This project is for an online course/infoproduct and requires a professional touch to highlight the functionalities and benefits of the dashboards effectively. Examples will be provided for guidance. Ideal candidates should have experience in educational video production and a good understanding of BIM tools. Videos must be ready to publish. Language: spanish | [
"Building Information Modeling",
"Visualization",
"Autodesk Revit"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Video-Production-for-BIM-Dashboards-with-Revit-and-Power_~021876332000266096020/ | ```json
{"title": "Video Production for BIM Dashboards with Revit and Power BI", "post_date": "Posted last week", "Location": "Worldwide", "description": "We are seeking a talented video producer to create 5 promotional videos that showcase BIM dashboards using Revit and Power BI, branded with our logo. This project is for an online course/infoproduct and requires a professional touch to highlight the functionalities and benefits of the dashboards effectively. Examples will be provided for guidance. Ideal candidates should have experience in educational video production and a good understanding of BIM tools. Videos must be ready to publish. Language: spanish", "skills": ["Building Information Modeling", "Visualization", "Autodesk Revit"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Video-Production-for-BIM-Dashboards-with-Revit-and-Power_~021876332000266096020/"}
``` |
Join the Greater Than a Tourist Book Series as an Author
Posted yesterday
Worldwide
The Greater Than a Tourist – 50 Travel Tips from a Local book series has over 450 guidebooks available on Amazon, helping travelers experience destinations like a local. We're now seeking new or experienced authors to contribute to the series.
Eligibility: You must have lived in your chosen location for at least 3 years.
Requirements: Write 15,000+ words using our easy-to-follow template.
Recognition: Your name will appear on the book as the author, and you can create your own Amazon Author Page.
What We Offer
We format and publish your book in paperback, ebook, and audiobook.
You’ll earn affiliate income by using your Amazon Associates links to promote the book.
Guidance and support throughout the process to ensure a quick turnaround.
Important Guidelines
Original Content Only: AI-generated content (text, images, or translations) is not permitted. All submissions must reflect your authentic knowledge and experience.
If you’re passionate about sharing insider tips about your local area and want to be part of a successful travel book series, we’d love to hear from you.
Apply Today: Let us know your location and why you're the perfect fit to write for Greater Than a Tourist.
$80.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Creative Writing Deliverables
Ebook
Language
English
Other
Content Writing
Proofreading
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 24, 2013
United States
Mill Hall 6:17 AM
$44K total spent
2,694 hires, 36 active
296 hours
Education
Small company (2-9 people)
Additional Skills Mentioned:
- Content Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Join-the-Greater-Than-Tourist-Book-Series-Author_~021879200496157453326/ | Join the Greater Than a Tourist Book Series as an Author | Posted yesterday | Worldwide | The Greater Than a Tourist – 50 Travel Tips from a Local book series has over 450 guidebooks available on Amazon, helping travelers experience destinations like a local. We're now seeking new or experienced authors to contribute to the series.
Eligibility: You must have lived in your chosen location for at least 3 years.
Requirements: Write 15,000+ words using our easy-to-follow template.
Recognition: Your name will appear on the book as the author, and you can create your own Amazon Author Page.
What We Offer
We format and publish your book in paperback, ebook, and audiobook.
You’ll earn affiliate income by using your Amazon Associates links to promote the book.
Guidance and support throughout the process to ensure a quick turnaround.
Important Guidelines
Original Content Only: AI-generated content (text, images, or translations) is not permitted. All submissions must reflect your authentic knowledge and experience.
If you’re passionate about sharing insider tips about your local area and want to be part of a successful travel book series, we’d love to hear from you.
Apply Today: Let us know your location and why you're the perfect fit to write for Greater Than a Tourist. | [
"Ebook",
"Proofreading",
"Content Writing",
"English"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Join-the-Greater-Than-Tourist-Book-Series-Author_~021879200496157453326/ | ```json
{"title": "Join the Greater Than a Tourist Book Series as an Author", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "The Greater Than a Tourist – 50 Travel Tips from a Local book series has over 450 guidebooks available on Amazon, helping travelers experience destinations like a local. We"re now seeking new or experienced authors to contribute to the series.\n\n\nEligibility: You must have lived in your chosen location for at least 3 years.\nRequirements: Write 15,000+ words using our easy-to-follow template.\nRecognition: Your name will appear on the book as the author, and you can create your own Amazon Author Page.\n\nWhat We Offer\nWe format and publish your book in paperback, ebook,\xa0\xa0and audiobook.\nYou’ll earn affiliate income by using your Amazon Associates links to promote the book.\nGuidance and support throughout the process to ensure a quick turnaround.\n\nImportant Guidelines\nOriginal Content Only: AI-generated content (text, images, or translations) is not permitted. All submissions must reflect your authentic knowledge and experience.\n\nIf you’re passionate about sharing insider tips about your local area and want to be part of a successful travel book series, we’d love to hear from you.\n\nApply Today: Let us know your location and why you"re the perfect fit to write for Greater Than a Tourist.", "skills": ["Ebook", "Proofreading", "Content Writing", "English"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Join-the-Greater-Than-Tourist-Book-Series-Author_~021879200496157453326/"}
``` |
Meta API
Posted 4 days ago
Worldwide
I need to integrate my platform, developed in bolt.new, with Meta's APIs to facilitate seamless interaction with Facebook and Instagram functionalities. The primary focus is setting up the required API permissions in Meta's developer platform and configuring the access credentials within bolt.new, which will handle the rest of the process.
Meta API Setup:
Configure the required API permissions for both Facebook and Instagram as outlined in the attached screenshots.
Ensure all necessary permissions are correctly added and operational for Facebook and Instagram.
Facebook API Permissions Required:
pages_show_list - To view and select managed Facebook pages.
pages_read_engagement - To read statistics and engagement data.
pages_manage_posts - To create and schedule posts.
pages_read_user_content - To read existing posts.
instagram_basic - Basic Instagram access.
instagram_content_publish - To create and schedule Instagram posts.
instagram_manage_insights - To read Instagram statistics.
instagram_manage_comments - To manage comments.
Instagram Graph API Permissions Required:
instagram_basic - Basic profile information.
instagram_content_publish - Posts and scheduling.
instagram_manage_insights - Statistics and analytics.
instagram_manage_comments - Comment management.
Configuration in Bolt.new:
Provide the necessary API keys and tokens generated from Meta's platform.
Configure these credentials in the bolt.new environment, allowing it to handle further API interactions.
Future work:
Once this initial setup is completed, additional channels (other Meta platforms or APIs) will be integrated later.
Requirements:
Expertise in Meta API setup and integration.
Collaboration:
I am looking for a partner who can assist with this project and potentially support other related projects in the future. This includes the integration of additional channels and expanding platform capabilities.
Please ensure the initial task is completed efficiently, keeping in mind the potential for long-term collaboration.
$150.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
API
API Development
JavaScript
+ 6 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Hires:
1
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 3, 2020
Denmark
Kolding 8:14 AM
$2.7K total spent
26 hires, 3 active
Additional Skills Mentioned:
- PHP
- API Development
- API Integration
- Python
- Meta API
- MySQL
Job Link:https://www.upwork.com/freelance-jobs/apply/Meta-API_~021877838834897395217/ | Meta API | Posted 4 days ago | Worldwide | I need to integrate my platform, developed in bolt.new, with Meta's APIs to facilitate seamless interaction with Facebook and Instagram functionalities. The primary focus is setting up the required API permissions in Meta's developer platform and configuring the access credentials within bolt.new, which will handle the rest of the process.
Meta API Setup:
Configure the required API permissions for both Facebook and Instagram as outlined in the attached screenshots.
Ensure all necessary permissions are correctly added and operational for Facebook and Instagram.
Facebook API Permissions Required:
pages_show_list - To view and select managed Facebook pages.
pages_read_engagement - To read statistics and engagement data.
pages_manage_posts - To create and schedule posts.
pages_read_user_content - To read existing posts.
instagram_basic - Basic Instagram access.
instagram_content_publish - To create and schedule Instagram posts.
instagram_manage_insights - To read Instagram statistics.
instagram_manage_comments - To manage comments.
Instagram Graph API Permissions Required:
instagram_basic - Basic profile information.
instagram_content_publish - Posts and scheduling.
instagram_manage_insights - Statistics and analytics.
instagram_manage_comments - Comment management.
Configuration in Bolt.new:
Provide the necessary API keys and tokens generated from Meta's platform.
Configure these credentials in the bolt.new environment, allowing it to handle further API interactions.
Future work:
Once this initial setup is completed, additional channels (other Meta platforms or APIs) will be integrated later.
Requirements:
Expertise in Meta API setup and integration.
Collaboration:
I am looking for a partner who can assist with this project and potentially support other related projects in the future. This includes the integration of additional channels and expanding platform capabilities.
Please ensure the initial task is completed efficiently, keeping in mind the potential for long-term collaboration. | [
"PHP",
"API Development",
"API Integration",
"Python",
"API",
"Meta API",
"JavaScript",
"MySQL"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Meta-API_~021877838834897395217/ | ```json
{"title": "Meta API", "post_date": "Posted 4 days ago", "Location": "Worldwide", "description": "I need to integrate my platform, developed in bolt.new, with Meta"s APIs to facilitate seamless interaction with Facebook and Instagram functionalities. The primary focus is setting up the required API permissions in Meta"s developer platform and configuring the access credentials within bolt.new, which will handle the rest of the process.\n\n\nMeta API Setup:\n\nConfigure the required API permissions for both Facebook and Instagram as outlined in the attached screenshots.\nEnsure all necessary permissions are correctly added and operational for Facebook and Instagram.\nFacebook API Permissions Required:\n\npages_show_list - To view and select managed Facebook pages.\npages_read_engagement - To read statistics and engagement data.\npages_manage_posts - To create and schedule posts.\npages_read_user_content - To read existing posts.\ninstagram_basic - Basic Instagram access.\ninstagram_content_publish - To create and schedule Instagram posts.\ninstagram_manage_insights - To read Instagram statistics.\ninstagram_manage_comments - To manage comments.\nInstagram Graph API Permissions Required:\n\ninstagram_basic - Basic profile information.\ninstagram_content_publish - Posts and scheduling.\ninstagram_manage_insights - Statistics and analytics.\ninstagram_manage_comments - Comment management.\nConfiguration in Bolt.new:\n\nProvide the necessary API keys and tokens generated from Meta"s platform.\nConfigure these credentials in the bolt.new environment, allowing it to handle further API interactions.\n\nFuture work:\n\nOnce this initial setup is completed, additional channels (other Meta platforms or APIs) will be integrated later.\n\nRequirements:\n\nExpertise in Meta API setup and integration.\n\n\nCollaboration:\n\nI am looking for a partner who can assist with this project and potentially support other related projects in the future. This includes the integration of additional channels and expanding platform capabilities.\n\nPlease ensure the initial task is completed efficiently, keeping in mind the potential for long-term collaboration.", "skills": ["PHP", "API Development", "API Integration", "Python", "API", "Meta API", "JavaScript", "MySQL"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Meta-API_~021877838834897395217/"}
``` |
Cold Water Swimming Pool Design with Countercurrent System
Posted 3 days ago
Worldwide
We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.
The design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.
Pool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.
The ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.
EDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.
Please provide a portfolio of relevant work and your approach to this project.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Autodesk AutoCAD
3D Modeling
+ 6 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
3
Invites sent:
3
Unanswered invites:
0
About the client
Member since Jun 16, 2019
Hong Kong
Hong Kong 8:58 AM
$3.3K total spent
13 hires, 1 active
Additional Skills Mentioned:
- Mechanical Engineering
- CAD
- Engineering Design
- Product Design
- 3D Design
- Content Writing
- 3D Modeling
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/ | Cold Water Swimming Pool Design with Countercurrent System | Posted 3 days ago | Worldwide | We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.
The design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.
Pool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.
The ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.
EDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.
Please provide a portfolio of relevant work and your approach to this project. | [
"Mechanical Engineering",
"CAD",
"Engineering Design",
"Product Design",
"3D Design",
"Content Writing",
"3D Modeling",
"Autodesk AutoCAD"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/ | ```json
{"title": "Cold Water Swimming Pool Design with Countercurrent System", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "We are seeking an experienced designer to create a detailed plan for a cold water swimming pool equipped with a countercurrent system, ozone disinfection system, strong but compact chiller that can cool pool even during heat of summer down to 1 Celsius, with skimmer and timer control for starting cooling/heating and countercurrent.\n\nThe design should include all necessary specifications for custom manufacturing and assembly of components. Meaning if we present this design to manufacturers of individual parts they will clearly know what to make based on that, and once someone comes to assemble all the parts together they will be able to do it based on this design.\n\nPool is 5x2.5x1.5m. Construction is made of stainless steel. With all units and accessories it has to look like one compact unit and look neatly aestetic. Details are flexible. It just has to be convenient way to have cold water swimming experience in comfort of your home that makes you look forward to it every time.\n\nThe ideal candidate will be artistically oriented with a strong background in pool design and engineering, with an eye for functionality and aesthetics and convenience of use. Functionality has to fit into nice and pleasing design, nothing is impossible, it has to be creative and exciting to swim in and then all technical parts have to be creatively fit into it. So design comes first.\n\nEDIT: One edit to design, because of pool size it seems that chiller would need to be either too big or expensive to chill it to proper temperature fast enough at all time even during heat of summer. So as addition there would be some thermostatic insulation on the top as a cover. Think of it like a fridge or freezer, when you put them out in heat of summer they still retain cold relatively inexpensively because of how they are insulated. So you can think of this removable cover on top of pool as a fridge in which you can swim. Basically something that would retain its temperature for as long as possible so that it does not need reheating or recooling every day.\n\nPlease provide a portfolio of relevant work and your approach to this project.", "skills": ["Mechanical Engineering", "CAD", "Engineering Design", "Product Design", "3D Design", "Content Writing", "3D Modeling", "Autodesk AutoCAD"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Cold-Water-Swimming-Pool-Design-with-Countercurrent-System_~021878456932615427803/"}
``` |
Subsets and Splits