Web crawler save web pages freeware jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 web crawler save web pages freeware jobs found

    Request for Freelancers: Development of a Main Website with Three Specific Landing Pages We are looking for an experienced freelancer to create a modern and functional main website using WordPress. Additionally, we need three separate landing pages designed to highlight our key business areas, with each page directing visitors to the main website for further details. Project Requirements: Main Website (WordPress): CMS: Build the main website on WordPress, ensuring it is user-friendly and easy for us to update and maintain. Subpages: Party Service: Overview of catering options and services. Offers: Showcase of current promotions and seasonal products. Container (Wiersch Vorratskammer 24/7): Information about our 24/7 sales container. P...

    $452 Average bid
    $452 Avg Bid
    83 bids

    I need a skilled freelancer to add product pages to my website. The content for the pages should be copied from two reference websites, which I will provide. The total number of product descriptions to be added across the pages is 200. The content is in Italian, so proficiency in Italian is essential to ensure the descriptions are accurately copied and formatted. Each page should be neatly organized and visually consistent with the rest of my website's design. Attention to detail is crucial to avoid any errors during the content transfer process. Key Requirements: Copy product descriptions from two provided reference sites. Add and format a total of 200 product descriptions on the website. Ensure all content is in Italian and properly formatted. Maintain consis...

    $115 Average bid
    $115 Avg Bid
    63 bids

    My project is centered ...improving the experience on my website, specifically focusing on the page load speed of my product pages. The ultimate aim is to enhance the overall user experience by making these pages quicker and more responsive. This will not only benefit my site's visitors, but is also likely to have a positive impact on my site's conversion rates and, ultimately, revenue. Ideal skills and experience for the job: - Expertise in website speed optimization - Knowledge of user experience best practices - Familiarity with e-commerce website standards - Proficiency in identifying and fixing page load issues - Experience with performance testing tools. Your role will be to analyze the current speed of my product pages, identify bottlenecks, and...

    $31 Average bid
    $31 Avg Bid
    12 bids

    ...properties, remove logos, and save structured data for further use. **Software Objectives:** - **Logo Recognition and Removal:** Automatic detection and removal of logos using two technologies: template matching and deep learning (e.g., YOLO). If no logo is detected, the user can manually mark it. - **Property Recognition:** Automatic extraction of critical information such as material, surface finish, and tolerances. Extracted data will be highlighted in the drawing and presented in a structured format (e.g., JSON). Users can review and adjust the data manually. - **ERP Integration:** Create new articles in the ERP system **Acumatica X360** based on the extracted information, including attaching processed drawings. - **Export and Storage:** Save...

    $491 Average bid
    $491 Avg Bid
    27 bids

    Hi Team, I am looking for an experienced developer who has previously worked on and integrations, preferably using Node.js. Requirements: The integration should allow managing and fetching properties from both Zoopla and Rightmove. Users should be able to fetch booking... integrations, preferably using Node.js. Requirements: The integration should allow managing and fetching properties from both Zoopla and Rightmove. Users should be able to fetch bookings from these platforms. Important Notes: Mention the word "Rightmove" in your bid; otherwise, your application will not be considered. Do not apply if you lack experience in these integrations—this will save both our time. Only apply if you have prior experience with Zoopla and Rightmove integration.

    $677 Average bid
    $677 Avg Bid
    8 bids

    ...background with an error message if the GTIN is unknown. The word “Error” will appear where the box information would usually be displayed. The option to reset a process. The cursor automatically moves to the field, or it should be possible to immediately scan a new GTIN for a new process. there has to be a frame on the bottom of the page with the last screen three scans with GTIN and time. Important: Save all processes. A counter in the top right corner showing two number: in a small green frame successful processes and in red the fails below it is displaying the username. Program Modus fulfilll: - difference to the modus find. The systems is counting the amounts of a specific GTIN and after fulfilling for example 3 counts of 3 (based on the list and the column wi...

    $257 - $770
    Featured Urgent Sealed NDA
    $257 - $770
    16 bids

    I'm seeking a high-level professional in business process automation. This project involves streamlining and automating various business workflows to enhance efficiency and productivity. Key Tasks: - Automate appointments and reminders - Integrate the automat...streamlining and automating various business workflows to enhance efficiency and productivity. Key Tasks: - Automate appointments and reminders - Integrate the automation with Google Calendar Ideal Skills and Experience: - Proven experience in business process automation - Strong understanding of Google Calendar integration - Excellent workflow optimisation skills Your expertise will help me save time and focus on more critical aspects of the business. Please provide examples of similar projects you have completed in...

    $5 / hr Average bid
    $5 / hr Avg Bid
    7 bids

    I'm seeking a skilled web developer/designer to revamp the UI/UX of my e-commerce website, specifically the Home page, Checkout page, and Product Add page. The site needs a modern design and a responsive layout to enhance user experience across all devices. Key areas of focus include: - Frontend Improvements: The aim is to transition the current design to a more modern interface that facilitates improved navigation and user interaction. - Functionality Enhancements: Specific changes are required for the product attribute settings and the checkout process. Ideal candidates for this project should have: - Proven experience in e-commerce web design and UI/UX improvements. - Strong skills in responsive web design. - Excellent understanding of e-commerce functiona...

    $83 Average bid
    $83 Avg Bid
    27 bids

    Hi I'm looking at improving (by a lot) the graphics of a page based on the adminlte template. i'll give you access to the gui, you should save the page in html and improve it while taking notes of what you changed (because i'll need to integrate it back with the server-side code) It needs to be much more usable and pretty and also great on mobile. Max bid 100 euros. Thank you.

    $121 Average bid
    $121 Avg Bid
    17 bids

    I need an experienced web designer/developer to create an HTML design for 3 interactive pages based on the attached files. The design should be colorful and vibrant, as opposed to a more subdued palette. The pages will incorporate forms and input fields as interactive elements, so experience in designing user-friendly and engaging forms is essential. Ideal Skills and Experience: - Strong proficiency in HTML and web design - Experience with creating interactive web pages - Ability to design in a colorful and vibrant style - Proven track record of designing user-friendly forms and input fields.

    $57 Average bid
    $57 Avg Bid
    15 bids

    Hi I'm looking at improving (by a lot) the graphics of a page based on the adminlte template. i'll give you access to the gui, you should save the page in html and improve it while taking notes of what you changed (because i'll need to integrate it back with the server-side code) It needs to be much more usable and pretty and also great on mobile. Max bid 100 euros. Thank you.

    $126 Average bid
    $126 Avg Bid
    34 bids

    import autopep8 import sys def format_code(file_path): try: with open(file_path, 'r') as file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from t...

    $20 / hr Average bid
    $20 / hr Avg Bid
    21 bids

    I want to find an excellent game designer and graphic designer, preferably in Saigon Vietnam, to create a game for an educational website (English learning), with more games to follow. I've already created a working model of the game with Adobe Captivate, JavaScript and Google Sheets, so you can see the game processes and even the spreadsheet formulas and codes already in us...obstacle. I would like the graphic animation to be as cool looking as possible. Thank you for your interest. I have about a dozen such games, so it would be good to find a talented artist who could continue with the same style and look of animation. Skills: - HTML5, Javascript - Firebase or other non-SQL database - developed in modules to be inject to CMS - User Avatar - has api interface to save/load...

    $12 / hr Average bid
    $12 / hr Avg Bid
    32 bids
    Educational Games
    6 days left
    Verified

    I want to find an excellent game designer and graphic designer to create a game for an educational website (English learning), with more games to follow. I've already created a working model of the game with Adobe Captivate, JavaScript and Google Sheets, so you can see the game processes and even the spreadsheet formulas and codes already in use. I'm an inexperienced pr...next obstacle. I would like the graphic animation to be as cool looking as possible. Thank you for your interest.I have about a dozen such games, so it would be good to find a talented artist who could continue with the same style and look of animation. Skills: - HTML5, Javascript - Firebase or other non-SQL database - developed in modules to be inject to CMS - User Avatar - has api interface to save...

    $665 Average bid
    $665 Avg Bid
    54 bids

    Adding guest book website pages for 19-22 properties

    $10 Average bid
    $10 Avg Bid
    1 bids

    Project Overview: Develop a WordPress website using the Listivo theme for a study abroad consultancy. The site will provide features for users to schedule consultations, search and filter universities, save and compare options, initiate applications, and manage documents through a dashboard. Scope of Work 1. Theme Customization (Listivo) Customize the Listivo theme to align with our branding, user interface preferences, and feature requirements. Ensure compatibility with all required plugins, especially those needed for consultation scheduling, user profiles, and document management. 2. User Features a. Consultation Scheduling Integrate a consultation booking system (Calendly or similar) where users can select available time slots for consultations. b. University Search and ...

    $478 Average bid
    $478 Avg Bid
    125 bids

    I need assistance with my Excel VBA and Python integration. I can open a Colab Notebook from VBA, but I'm having trouble getting the code to execute automatically upon opening the Notebook. VBA-code: Sub StartColabScript() Dim colabLink As String colabLink = "" ThisWorkbook.Follo...run immediately upon opening the Colab Notebook. - No additional authentication is necessary as I am already logged into my Google Account. Ideal Skills: - Proficient in Excel VBA - Experienced with Python and Google Colab - Able to troubleshoot and automate script execution This project is perfect for someone with an understanding of integrating VBA with Python in Google Colab. Your help will save me a lot of time and hassle!

    $22 Average bid
    $22 Avg Bid
    22 bids

    Hello, I am looking for a professional freelancer experienced in Data Scraping to obtain Saudi phone number...to extract the data from any of the following apps: 1. App 1 2. App 2 3. App 3 (Number Book Gulf) – This app is the preferred option. Project Details: • Extract Saudi phone numbers only. • Retrieve all names associated with each number (there may be multiple names per number). • Save the data in an Excel or CSV file. • The data must be accurate and properly extracted from any of the mentioned apps. Notes: • Priority will be given to the "Number Book Gulf" app. However, if it is difficult to extract data from it, the other apps can be used as alternatives.

    $130 Average bid
    $130 Avg Bid
    34 bids

    Hello I'm looking for USA Actors interested in voicing Thomas (Main character) Paige( 2nd character) Charlotte Wang (Antagonist) Jeremy Blake (Protagonist) Lei(antagonist) and Lisa Butler , Arthur Mclean and Andrea Ortega. the story takes place in Texas, he has a job as a coffee barista and life is all good, until a woman named Charlotte Wang ruins his life and tries to take ...USA Actors interested in voicing Thomas (Main character) Paige( 2nd character) Charlotte Wang (Antagonist) Jeremy Blake (Protagonist) Lei(antagonist) and Lisa Butler , Arthur Mclean and Andrea Ortega. the story takes place in Texas, he has a job as a coffee barista and life is all good, until a woman named Charlotte Wang ruins his life and tries to take over the business it is up to Thomas to save...

    $29 Average bid
    $29 Avg Bid
    15 bids

    I'm seeking a graphic designer to create 5 title pages for a presentation/course. The domains are listed below. Each page needs to maintain a professional and formal style, incorporate our company branding colors, and use our standard fonts. Domains: 1. Security Operations & Leadership 2. Defensive Tactics & Use of Force 3. Verbal Judo & Tactical Communication 4. Security First Aid for the Field 5. Emergency Management & Response Specific requirements: - Each title page should feature the Security Responder logo. - Each page should include the text "Domain" followed by the respective number. - Each page should include a corresponding picture (to be provided). Ideal skills for this job include graphic design, brand adherence, and a strong under...

    $131 Average bid
    Guaranteed
    $131
    123 entries

    ...*"FT gliding over three stumps in sequence, bristles adapting dynamically, compared to a traditional trailer bouncing and tilting."* - **Hole-Based:** *"FT flexing over a hole of stump-equivalent depth, maintaining stability, contrasted with a traditional trailer sinking deeper."* #### **Output Goals** - Generate images for side views, aerial views, and close-ups for each scenario. - Save each image for later animation in RunwayML. --- ### **4. Chapter 3: RunwayML Animation Instructions** #### **Setup and Import** - Import Midjourney-generated images into RunwayML. - Use the image-to-video tool to add dynamic motion. #### **Animation Details** 1. **FT Gliding Over Obstacles:** - Animate bristles flexing over stumps and holes. - Show smoo...

    $484 Average bid
    Featured Urgent Guaranteed
    $484
    109 entries

    I would like to use WYSIWYG Webbuilder to create/manage a website myself. For the start I need someone to make me 3 pages in a WBS file which I can then integrate. I have an exact example, inkl logo, images and colors how it should look like and how I want it, incl. the fonts. I want to transfer the website also in Shopify later.

    $8 - $31
    Sealed
    $8 - $31
    8 bids

    Looking to design 2 pages first to get an idea about the website and then possibly add more pages but for the moment 2. 1. Landing page/Home page 2. Result listing page Home page will me the main page, will include search/quote feature where customers choose from which country to which country Collect from Delivering to Total weight Personal or business goods Page will also include other sections .a section showing countries we support Possibly a small section for couriers and link to courier page for sign up Section for Why use us. Save time Peace of mind Save money For the second page we are entirely sure on how to present the result or design of this The idea is that once customer choose collect from and deliver to They will get op...

    $94 Average bid
    $94 Avg Bid
    43 bids

    I'm looking for a creative designer to help me with a mixed text-based/graphic t-shirt design for an upcoming fundraiser. The back will include names of those impacted by cancer surrounding a cancer ribbon in a design similar to the attached t-shirt photo. Below this graphic I would like the words “Check your genes, it could save your life.” On the front, left side a small logo that says “Team FORCE” as seen in the second attachment. Design lettering colors should match the “team FORCE” logo colors on a white background. Names surrounding the ribbon can be in various sizes as needed to fit, and include: Sheri Zirkle Bettye Anderson Molly Bootle Kristy Taylor Whitney Armantrout Holly Orton Lindseay Brown Nancy Crawley Katie Morgan Tori ...

    $77 Average bid
    $77 Avg Bid
    77 bids

    I'm looking for an accountant/ bookkeeper who can help manage my personal accounting needs. Tax-related features: - Setup me with the Egyptian tax authority as a freelancer - Tax calculation: I want you to calculate my taxes for me. - Tax filing reminders: I need notifications to remind me when my taxes are due. - Tax saving recommendations: I want suggestions on how I can save on taxes. -Guide me with this tax process to ensure I pay tax on time. Ideal skills and experience: - Strong background in accounting or finance - Experience with financial software development - Knowledge of tax regulations and strategies for tax savings - Ability to create user-friendly software

    $11 / hr Average bid
    $11 / hr Avg Bid
    32 bids

    I'm looking for a developer who can modify a string (str_replace) based on user selection from a radio button form. The project involves replacing specific words with other words as per the user's choice. Ideal skills and experience for the job: - Proficiency in PHP, JavaScript or any relevant programming language. - Experience in working with form han...<input type="radio" name="option" value="customer_completed_order"onClick="submit();" CHECKED/>customer_completed_order <input type="radio" name="option" value="customer_prosessed_order">customer_prosessed_order <input type="radio" name="option" value="customer_invoice">customer_invoice <span class=&q...

    $20 Average bid
    $20 Avg Bid
    49 bids

    ...). 2. Core Features Feature 1: QR Code Generation Objective: Generate unique QR codes for parents and students. Implementation: Use the library for generating QR codes. Design an input form to collect: Parent name and contact details. Student name, grade, and section. Generate: One parent QR code (shared across all children). Unique student QR codes, each linked to their parent. Save QR codes in structured directories: Example: C:SecurityQR Codes<Student Name> Include branding: Add a footer displaying "Made by Niotech Technologies" on the interface. User Interface: A simple, elegant form with animated transitions to enhance user experience. Feature 2: QR Code Scanning and Authentication Objective: Authenticate students and update attendance records. Modes: Si...

    $271 Average bid
    $271 Avg Bid
    16 bids

    Excel Data Cleaning: Removing duplicates, errors, and inconsistencies for accurate analysis. Excel Data Formatting: Organizing data into a clear and professional layout. Excel Dashboards: Creating interactive and visually appealing dashboards for data visualization. Excel VBA: Automating repetitive tasks and creating custom macros to save time. Pivot Tables and Charts: Summarizing and visualizing large datasets effectively. Data Analysis: Performing advanced calculations and trend analysis for insights. Conditional Formatting: Highlighting important data with rules and color coding. Formulas and Functions: Using advanced formulas (e.g., VLOOKUP, INDEX-MATCH) for dynamic calculations. Data Validation: Ensuring data accuracy with dropdown lists and validation rules. Excel Reports: Gen...

    $84 Average bid
    $84 Avg Bid
    45 bids

    ...an experienced Wordpress specialist to assist with editing my existing websites and building engaging landing pages. The project involves: - Content Updates: Regular updates of text, image replacements, and adding new videos as needed. - Design Changes: Primarily focusing on a complete layout redesign. In addition to the above, I also need some functionality improvements on the sites. This might include: 1. Inserting calendly links 2. Inserting forms to be completed 3. Social media integrations Ideal candidates should have a strong background in web design, content management, and site functionality enhancement. Experience with building attractive and effective landing pages is a definite plus. It's extremely important to me that you are available dur...

    $10 / hr Average bid
    $10 / hr Avg Bid
    35 bids

    ...an experienced Wordpress specialist to assist with editing my existing websites and building engaging landing pages. The project involves: - Content Updates: Regular updates of text, image replacements, and adding new videos as needed. - Design Changes: Primarily focusing on a complete layout redesign. In addition to the above, I also need some functionality improvements on the sites. This might include: 1. Inserting calendly links 2. Inserting forms to be completed 3. Social media integrations Ideal candidates should have a strong background in web design, content management, and site functionality enhancement. Experience with building attractive and effective landing pages is a definite plus. It's extremely important to me that you are available dur...

    $10 / hr Average bid
    $10 / hr Avg Bid
    43 bids

    I'm encountering a 404 Not Found error in my Flask and HTML project when making a POST request to an API endpoint. This issue needs urgent attention and must be resolved by this Sunday. Key Details: - The error occurs during a POST request at an API endpoint. - The specific error message is "Save mapping error" - The issue is time-sensitive, requiring resolution by Sunday. Ideal Skills and Experience: - Proficient in Flask and HTML - Experience in debugging API-related issues - Ability to resolve issues under time pressure

    $11 Average bid
    $11 Avg Bid
    4 bids
    Happy Hour Finder Mobile App
    5 days left
    Verified

    ...should have comprehensive information, including: = business address, directions, reviews and ratings, menu and prices, and photos of the location, products and experiences. - The app should also incorporate: = "Call Location" Feature for clients who would like to call location = Booking/Reservation ability if the location permits = Share Button to share deals, locations, reviews and photos. = Save/Favorite Location button = An easy to use back end "offer section" for clients to add/edit happy hour deals on the app and computer back end. = An experience survey after the client visits the location, this can be detected via geofencing or receipt upload (as proof of purchase) Additional Features Requested: = An AI Chat Bot to answer basic user queries about ea...

    $777 Average bid
    $777 Avg Bid
    138 bids

    Hello, Hi, I’m Kisanthi, Sri Lanka, I have carefully read and understood all the details related to the job you mentioned. According to my professional computer skills and experience I can do the assignment related to this job that you have mentioned very well. I have been working as a Data Entry in a private company for about 10 years. I have studi...service with 100% accuracy of work all the time. I’m dedicated to providing high quality virtual assistance and ensuring client satisfaction. I’m able to complete the assignment that you mentioned very accurately also I’m responsible for delivering the above assignment at the right time requested by you. If you need anything that relates to data entry, I can help with that. I always promise to save my client...

    $34 Average bid
    $34 Avg Bid
    22 bids

    ...free or inexpensive one-time purchase tools (no ongoing subscriptions). 5. User-Friendly Interface: Provide a drag-and-drop interface where users can upload videos, select CG characters, and replace actors automatically. 6. Real-Time Rendering: Support real-time or near real-time rendering (free for business). 7. Must work fast on my server and on Windows 10 and higher computers. Must be able to save all work as an MP4 and highest quality and resolution for YouTube video uploads. It must render my videos and CG Characters in high resolution. 8. I have my own CG Character. I don't need any CG Characters made. This program must work perfectly with my CG Characters and any new CG Characters I have made for me. 9. It must allow me unlimited use and video creation with any of my ...

    $2500 - $3500
    Sealed NDA
    $2500 - $3500
    2 bids

    I have around 250 photos of motorcycles with white background. All of them need professional background removal. Requirements: - Open each image in photoshop - Make a copy of the image in a new layer and remove the white background - save each image like this with a 2 layer PSD file (original image with white background + one with background removed) Ideal Skills: - Proficient in photo editing software, particularly Adobe Photoshop - Attention to detail to ensure no motorcycle parts are left with the background Please note, there are no additional edits required aside from the background removal. Some sample photographs attached.

    $68 Average bid
    $68 Avg Bid
    38 bids

    I need an experienced Android developer to modify my existing "Simple Photo Emailer" app. Currently, the app uses a Gmail method for sending emails, but I want to switch this to SMTP with Authentication. Key modifications needed: - Users should be able to enter custom SMTP settings within the a...Emailer" app. Currently, the app uses a Gmail method for sending emails, but I want to switch this to SMTP with Authentication. Key modifications needed: - Users should be able to enter custom SMTP settings within the app's interface. The configurable items should include the SMTP Server, Port, and Username/Password. - The type of authentication for SMTP should be set to 'Login'. - The app should save the SMTP configuration locally for future use. I can prov...

    $108 Average bid
    $108 Avg Bid
    48 bids

    ...should automatically calculate the total expenses, making it easier for me to keep track of my finances. - Expense categorization: I want my expenses to be categorized (e.g., groceries, bills, entertainment, etc.). This will help me identify where my money is going. - Automatic import from bank statements: I want the sheet to be able to automatically import data from my bank statements. This will save me the hassle of manual input. - Advanced interactive dashboards: I need the data visualizations to be presented in advanced interactive dashboards. This will help me understand my spending patterns at a glance. Ideal skills for this job include proficiency in Google Sheets, experience with creating interactive dashboards, and knowledge of how to set up automatic data imports. Expe...

    $20 Average bid
    $20 Avg Bid
    33 bids

    ...gephi network visualisations. The csv’s are pre-sorted to 5 keywords and it would be important for my project that the gephi networks can connect the same posting to several nodes. Additionally I would need a set of simple statistics about the dataset turned into about clear diagrams/pie charts. The job should be pretty straight forward for someone with experience and take about two days. It would save me a lot of time to move my research project forward! Key Requirements: - Proficient in using Gephi and can create a Network graph from a CSV dataset. - Capable of conducting descriptive statistical analysis (mean, median, mode). - Strong understanding of data visualisation and statistics. - Experience with CSV datasets. - Ability to deliver clear and understandable visuali...

    $478 Average bid
    $478 Avg Bid
    48 bids

    I want software like the one shown in this video: The software should allow me to input URLs into a text box, and when I run it, The software automatically visits the specified URLs, mimicking human-like browsing behavior. URLs, surf the web, collect cookies, and save them into a .json or .txt file.

    $72 Average bid
    $72 Avg Bid
    12 bids

    I'm in need of a cross-platform (iOS & Android) mobile application designed for tracking medical treatments, capturing consent, and storing anamnesis data. The app should be tailored for use in dermatology and cosmetic surgery primarily. Key Features: - Ability to save and compare before/after pictures from various angles side by side. - Digital forms that can be filled out, signed and saved in a patient-specific directory. - Local storage for patient data, ensuring confidentiality and security. - An email function to send signed documents and pictures to clients. - A modern, user-friendly, and responsive UI suitable for all tablet sizes. - An integrated backend for administration within the main app. - Simple username and password authentication for users. Ideal Skills ...

    $2336 Average bid
    $2336 Avg Bid
    167 bids

    ...Beyond the $3,000 awarded to top developers, testing software will eventually allow you to develop and grow your freelance business further. This is an exciting opportunity for both beginners looking to kickstart their freelancing career and established developers looking to stay relevant in a fast-changing and unstable market with a new set of exciting tools. Hi, I’m Louis—a seasoned full-stack web developer with years of experience and thousands of dollars earned on freelancing platforms like Freelancer, Upwork, and Fiverr. I’ve started an exciting experiment to help freelance developers like you get more clients and long-term opportunities while making the client communication process easier and more effective. I’m looking for 3 more freelance develop...

    $27 / hr Average bid
    $27 / hr Avg Bid
    141 bids

    I need a certified translator to translate 2 pages from English to Polish. The translation must be suitable for official/legal use. Ideal Skills and Experience: - Certified translator with experience in English to Polish translations. - Able to provide a translation that is suitable for official/legal use. - Attention to detail and commitment to delivering error-free translations.

    $10 Average bid
    Guaranteed
    $10
    14 entries

    I'm in need of a website that helps calculate the working days for drivers in Europe, adhering to the regulation that limits them to 90 working days in a 180 day period. The site should be able to perform both calculatio...people and multiple dates at a time Key Features: - An Excel-like spreadsheet interface for data entry - we paste the data in with EU/UK section for easy calculation from our work details/quotes - Accurate tracking of driver working days -dashboard to easily see the data how many days remaining for future planning -approx 70 drivers to cover, need the ability to save each data to a separate driver file Ideal Skills: - Proficiency in web development - Experience with creating interactive interfaces Please provide examples of similar projects you...

    $577 Average bid
    $577 Avg Bid
    195 bids

    I need an HTML developer with experiences with integration of PayPal form payment. No .Net, no C#, no PHP, no Python, no third party controls, no compiled objects. Inside a static HTML page I need to implement a form to allow user to complete a payment. The form will be integrated with existing styles (.css). I not need to collect VISA/AMEX/MASTERCARD data. Here the official development documentation of PayPal Here official example of integration No upfront. No payment before successful completion of all tests. Source-code required for test Unnecessary images, files, libraries, ... must be removed. The source code is required to have a good level of comments, to allow bug-fixing, code maintenance and possibly future evolution. Please, no ask «me what is your budget for...

    $30 Average bid
    $30 Avg Bid
    73 bids

    I'm seeking assistance with my WooCommerce site. I've configured my tour package to accept payments in installments and set up a WordPress cron job for future payments. However, I'm encountering a 'Card validation error' when attempting to save my customers' cards for future transactions on PayPal. Key Tasks: - Troubleshoot the 'Card validation error' and ensure that customer cards can be saved successfully. - Ensure that the PayPal Vault and its 'transcription feature' are used correctly without resorting to PayPal Pro. - Optimization of the current PayPal setup to ensure smooth processing of the initial $22 payment and the subsequent three installments. Ideal Skills and Experience: - Extensive experience with WooCommerce, WordPr...

    $99 Average bid
    $99 Avg Bid
    29 bids

    I need a web crawler that can capture video stream data to trigger real-time notifications. The specific types of notifications and data formats for saving the crawled data will be discussed later. Ideal Skills: - Proficiency in web scraping - Experience with video stream data - Programming skills in Python, Java or similar languages Please note, the specifics of the project may evolve as we progress.

    $498 Average bid
    $498 Avg Bid
    97 bids

    Description: We are seeking a skilled freelancer to help us debug an Android application that was working perfectly but has recently stopped functioning. The app is designed to receive a Bluetooth signal, take a picture, and save the image file with a correctly formatted name to Dropbox. The app was fully operational until yesterday, and we believe a recent bug is causing the issue. The freelancer should be familiar with the following tools and technologies: Android Development (General understanding of Android apps and how they work) Dropsync (for Dropbox syncing) Tasker AutoApps AutoInput (for automating interactions) The task will involve: Debugging the application to find out why it stopped working after a recent change. Ensuring the Bluetooth signal is properly received and...

    $176 Average bid
    $176 Avg Bid
    37 bids

    I'm looking for someone to help me with manual data entry from web pages. This is a straightforward task, but it requires attention to detail and the ability to follow instructions carefully. Ideal skills and experience: - Proficient in manual data entry - Familiar with web data extraction - Detail-oriented - Able to follow instructions accurately

    $257 Average bid
    $257 Avg Bid
    127 bids

    I'm looking for someone to help me with manual data entry from web pages. This is a straightforward task, but it requires attention to detail and the ability to follow instructions carefully. Ideal skills and experience: - Proficient in manual data entry - Familiar with web data extraction - Detail-oriented - Able to follow instructions accurately

    $14 / hr Average bid
    $14 / hr Avg Bid
    85 bids