Excel zillow apidela

Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 excel zillow api najdenih del, po cenah EUR

    I'm in need of a giveaway bot for TikTok Live. The bot is expected to have the following functi... This will help in promoting the contest and ensuring it reaches the desired target audience. - Real-time Comment Monitoring: As the giveaway progresses, the bot should be able to monitor comments in real-time. This feature will help in ensuring that the giveaway runs smoothly and efficiently, preventing any potential issues that may arise. Ideal Skills & Experience: - Proficiency in TikTok's API and functionalities - Experience in developing automated systems for social media platforms - Understanding of random selection algorithms and their implementation - Ability to develop and integrate customizable features within an existing platform - Knowledge of real-time monit...

    €148 (Avg Bid)
    €148 Povprečna ponudba
    44 ponudb

    ...of the application. Responsibilities: - Collaborate with the Bayard development team to design and implement a responsive and intuitive web interface for the AI research assistant. - Develop clean, maintainable, and efficient front-end code using modern web technologies such as HTML, CSS, and JavaScript. - Integrate the front-end with the back-end API endpoints to enable seamless communication and data exchange. - Optimize the web interface for performance, ensuring fast loading times and smooth user interactions. - Implement user authentication and authorization mechanisms to ensure secure access to the application. - Conduct thorough testing and debugging to identify and fix any front-end issues or bugs. - Stay up-to-date with the latest front-end

    €18 / hr (Avg Bid)
    €18 / hr Povprečna ponudba
    121 ponudb

    ...which is developed using PHP. I already have my mind set on using Google Cloud Speech-to-Text API for this. Key requirements for the voice search implementation include: - Enabling voice search for content navigation: Users should be able to navigate through my website using their voice, reducing the dependency on traditional text-based searches. - Enabling voice search for information retrieval: Users should be able to ask questions and receive relevant information from the website using voice commands. Ideal Skills & Experience: - Proficiency in PHP development is a must, as my website is built on this platform. - Experience in integrating third-party APIs, particularly Google Cloud Speech-to-Text API. - Prior work on implementing voice search functionality in webs...

    €177 (Avg Bid)
    €177 Povprečna ponudba
    39 ponudb

    I am looking to create a Windows exe trading application that will leverage an API for automated trading strategies. Key Features: - Order Placement and Management: The primary function of the app is to place and manage trades based on predefined criteria. It should be able to execute trades automatically without the need for manual intervention. Ideal Candidate: I am seeking a developer with a background in finance and algorithmic trading who can bring the following skills and experience to the project: - Proficiency in Windows application development using Python or similar languages. - Experience with trading APIs, particularly in the context of order execution and management. - A solid understanding of trading strategies and the ability to translate these into functional cod...

    €275 (Avg Bid)
    €275 Povprečna ponudba
    13 ponudb

    I'm currently working on an Excel sheet for performance analysis and I need assistance with writing the SUMIF formula. Key Requirements: - Assist with writing the SUMIF formula for my Excel sheet (vlookup, countif, and other formulas are not needed for this project) - Ensure the formula fits within the context of performance analysis Ideal Freelancer: - Experienced in Excel and in particular, writing SUMIF functions - Knowledge of performance analysis or related fields is a plus

    €10 (Avg Bid)
    €10 Povprečna ponudba
    24 ponudb

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    €119 (Avg Bid)
    €119 Povprečna ponudba
    56 ponudb

    I am seeking a freelancer with a strong background in Microsoft Excel's intermediate computations, especially proficient in VLOOKUP and IF statements. My project involves: - Identifying and correcting errors within my existing formulas. - Optimizing the efficiency of VLOOKUP and IF statements. The ideal candidate should have extensive experience dealing with and rectifying Excel formula errors. The ability to optimize efficiency of calculations to streamline our data processing is paramount. Providing examples of similar projects tackled in the past would be beneficial. I am looking forward to working with a precise and detail-oriented professional who can help me resolve these issues promptly.

    €102 (Avg Bid)
    €102 Povprečna ponudba
    48 ponudb

    I need a custom WHMCS module that will take my DNS management to the next level. This module should: - Offer comprehensive DNS record management capabilities - Provide...management options In terms of the user interface, I'm looking for a blend of simplicity and modernity. So, the UI should be: - Simple and intuitive for users to easily navigate and use - Modern and sleek to align with the current design trends The key part of this project is integrating with a custom DNS service. This means the module will need to be: - Compatible with the custom DNS service I use (API) is available - Highly functional for smooth integration and operation Ideal candidates should have experience with: - WHMCS module development - DNS management systems - Custom UI/UX design - Third-par...

    €33 (Avg Bid)
    €33 Povprečna ponudba
    11 ponudb

    Required a dot net developer. Speacialized in Microservices acrhitecture based solution. Dotnet Core, C#, SQL, Data transformation, API gateway, Auth based security.

    €346 (Avg Bid)
    €346 Povprečna ponudba
    39 ponudb

    I'm seeking an expert in Excel who can help me with a few diverse tasks, such as data entry, creating formulas and functions, and conducting data analysis. The dataset I'll be working with is medium-sized, ranging from 100 to 1000 rows. The primary goal of this project is to organize and structure the data. Ideal skills for this project include: - Proficiency in Excel, including using formulas, functions, and pivot tables. - Excellent attention to detail for accurate data entry. - Experience with data analysis and the ability to draw meaningful insights from the data. - Strong organizational skills to structure the data effectively. Ultimately, I'm looking for someone who can help me streamline my data management processes and turn this data into comprehensib...

    €11 (Avg Bid)
    €11 Povprečna ponudba
    48 ponudb

    I'm looking for a skilled Excel professional to help me create a custom inventory dashboard. Key Requirements: - The dashboard should focus on inventory management, specifically, visualizing product stock levels. - The data should be arranged in an intuitive manner that allows for quick and easy inventory tracking. Ideal Skills & Experience: - Strong proficiency in Excel, particularly in creating visually appealing and user-friendly dashboards. - Experience in inventory management, with an understanding of product stock levels and their relevance. - Attention to detail as accuracy in data representation is crucial for this project. - Good communication skills and a proactive attitude to ensure the project's success. Please note that due to the nature of this...

    €89 (Avg Bid)
    €89 Povprečna ponudba
    57 ponudb

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    €24 (Avg Bid)
    €24 Povprečna ponudba
    33 ponudb

    I am looking for an experienced developer to create a Hangman game using React and utilising a specific API for generating random words. This game will implement particular features of my choosing but will not revolve around any specific visual theme or elements. Key Requirements: - In-depth knowledge and experience working with React. - Understanding and previous work with APIs, specifically in random word generation. - Ability to implement specific features to enhance the hangman game experience. Expected Deliverables: - A fully functional hangman game that runs smoothly and is bug-free. - Proper integration with the pre-selected random word generation API. Note: Although no specific visual elements or themes are required, creativity is appreciated in the design process ...

    €124 (Avg Bid)
    Nujno
    €124 Povprečna ponudba
    36 ponudb

    I need to automate the process of sending UPI payment links to my clients and recording the payments they make. Key Requirements: - Integrate UPI as a payment method for my business ...Requirements: - Integrate UPI as a payment method for my business - Develop a system that automatically sends the payment links to customers - Record the customer details and the payment information each time a payment is made The ideal freelancer for this project will have: - Proficiency in UPI and payment gateway integrations - Experience in automating payment processes - Familiarity with WhatsApp API for sending messages - Knowledge of data recording and management systems - Previous experience in developing similar systems would be a plus Please indicate your relevant experience when bidding. ...

    €133 (Avg Bid)
    €133 Povprečna ponudba
    13 ponudb

    I'm in need of a proficient Excel expert who has a solid understanding of Excel macros and compatibility issues with Excel for Mac 2018 or later. The project involves assessing and modifying an existing Excel macro to ensure that it functions seamlessly on Mac platforms. Key tasks include: - Assessing the existing Excel macro and its functionality - Modifying the macro to be fully compatible with Excel for Mac 2018 or later - Implementing the desired modifications related to data transfer, header and footer creation, as well as digital stamp inclusion The ideal freelancer for this project should have: - Proficiency in Excel macro development and modification - Prior experience with Excel for Mac compatibility issues - Strong un...

    €17 (Avg Bid)
    €17 Povprečna ponudba
    24 ponudb

    I'm in need of an Excel expert who is well-versed in Excel and has experience in creating detailed and visually appealing dashboards for project management purposes. The primary goal of this dashboard is to help me track the effort and progress of my project. The information that I'd like to track includes: - Time spent on tasks - Percentage of completion - Deliverable status The excel is small and has only 15 rows its more like visualization task so that all data can be projected in one place as a dashboard.

    €22 (Avg Bid)
    €22 Povprečna ponudba
    60 ponudb

    I have a wix website and sell products via wix STORE. I need to integrate Viva Wallet as a payment provider. I am looking for a VELO professional or PHP code knowledge to create a cash out and integrate the payment API key.

    €150 (Avg Bid)
    €150 Povprečna ponudba
    73 ponudb

    I am in need of a skilled Full Stack Python Developer to primarily focus on back-end development tasks. The main areas of focus include: - User Authentication & Authorization: Implement a secure user authentication system to ensure data integrity and user privacy. - API Development & Integration: Develop new APIs and integrate with existing ones, for seamless communication between various components of the platform. - Data Processing & Analytics: Implement robust data processing and analytics functionalities to make informed decisions and gain insights from user interactions and other data sources. You will also be responsible for: - Payment Gateway Integration: Integrate payment gateways to facilitate transactions within the platform. - Social Media Integration: Imple...

    €2126 (Avg Bid)
    €2126 Povprečna ponudba
    83 ponudb

    I'm looking for a skilled Excel professional to clean a text-based dataset for me. The dataset is not massive, but it's quite messy. The data cleaning task is relatively straightforward and basic. You'll have to perform operations such as removing duplicates and adjusting formats. Ideal Skills and Experience: - Proficiency in Excel: You should be comfortable working with large datasets in Excel, including applying formulas and functions. - Data Cleaning Expertise: Prior experience in cleaning text data is a major plus. - Attention to Detail: The devil is in the details; I need someone who won't overlook small nuances in the data set. Once the data is cleaned, I'll need you to carry out some basic analysis on it. This will involve running s...

    €10 (Avg Bid)
    €10 Povprečna ponudba
    57 ponudb

    I'm seeking a skilled personal assistant to help with my data tasks, focusing on Excel entry and processing. Key Tasks: - Excel Data Entry: You'll be responsible for entering more than 500 data points. - Data Processing: You will also assist in processing these data entries. Your Skills: - Proficient in Excel: You should be able to work with pivot tables and VLOOKUP functions. - Data Entry Expertise: Demonstrable experience in managing large data quantities is a must. - Organized & Detail-Oriented: The ability to maintain accuracy and precision while handling this large volume of data is crucial. This is a great opportunity for someone who's eager to showcase their Excel skills in a practical, real-world setting.

    €4 / hr (Avg Bid)
    €4 / hr Povprečna ponudba
    190 ponudb

    I have a Vue 3 application that uses Quasar. The application is basically a blog with a few routes and simple pages. It uses backend API to fetch the data for articles. I want to deploy this app ideally to Vercel or Netlify. For SEO reasons, I want to use server-side rendering (SSR) so that user receives already rendered HTML and the API call is not necessary on the client. On the client, the app should hydrate so that it becomes interactive. The app is already working and when it is deployed without SSR, it works correctly. So you don't need to develop the app. You will need to configure the SSR in the project, configure the deployment location (Vercel or Netlify), and potentially adjust the existing JS code so that it works correctly in SSR environment (maybe this is...

    €148 (Avg Bid)
    €148 Povprečna ponudba
    39 ponudb

    I need a proficient developer to help me build a private API management console for the game Rust, using the Gportal private API. The core functions of the Console Rust Gportal Private API are mainly centered on player data retrieval, server status updates and server configuration management. Here's an overview of the project requirements: - You will be responsible for building a secure and user-friendly private API management console specifically for Rust, using the Gportal private API. - The system should allow for the retrieval of player data, server status updates, and server configuration management. - The UI should be intuitive and engaging, allowing for easy navigation and efficient use. - The system should be able to handle high volumes of...

    €68 (Avg Bid)
    €68 Povprečna ponudba
    24 ponudb

    I am looking to build a travel portal primarily catered to individual travelers. The portal should incorporate features facilitating flight bookings and hotel reservations: Main Feature...straightforward booking procedures. - Professional and visually appealing: Considering the target audience, the design must be aesthetically pleasing and project a professional image. Ideal Skills and Experience for the Job: - Extensive experience in web development and design. - Proven capability in developing travel booking platforms. - Knowledge in integrating APIs, specifically the PartoCRS API. - Creativity and an eye for detail in designing user-friendly and appealing portals. Your expertise and creativity in creating this engaging travel portal for individual travelers will be greatly ap...

    €444 (Avg Bid)
    €444 Povprečna ponudba
    93 ponudb

    Develop macro-enabled Excel file to handle CSV

    €162 (Avg Bid)
    €162 Povprečna ponudba
    1 ponudb

    As I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loading Service, ...

    €470 (Avg Bid)
    €470 Povprečna ponudba
    98 ponudb

    I'm in need of a professional who can convert a PDF document to Excel format. The PDF contains a mix of text, tables, and images, which must be meticulously replicated in the Excel format. Key requirements: - Handle mixed content: The PDF has a mix of text, tables, and images. You should be able to accurately translate this diverse content into Excel. - Replicate PDF layout: The layout of the PDF needs to be maintained in the Excel format. This means tables should look the same, images should be placed correctly, and the text should be in the same positions. Ideal skills and experience: - Proficient in PDF to Excel conversions: You should have experience in converting PDF documents with mixed content to Excel while maintaining layout integr...

    €17 (Avg Bid)
    €17 Povprečna ponudba
    191 ponudb

    ...ready for analysis. Please note that no additional data preprocessing is required. (feel free to rewrite code if you have better idea) --- name "iXBRL" , inside folder contain multiple html file(hundreds to thousands), each html file contain multiple tables(vary from 15-35, depend on each html file). Python to extract specific table and vertically stack them together to create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single r...

    €30 (Avg Bid)
    €30 Povprečna ponudba
    19 ponudb
    Custom SaaS Website with AI Chatbot 5 dni left
    VERIFICIRAN/A

    I'm looking to develop a Sof...Payment Processing integration. - An AI Chatbot with capabilities for information retrieval and analysis. - An OCR (Optical Character Recognition) system. - Both Frontend and Backend development are necessary. - Seamless integration of the AI chatbot, OCR, and payment processing into the website. - A well-documented API to allow for future expansion. The ideal candidate for this project should be proficient in Python (Django/Flask), laravel, node js, vue js, AI programming, and API development. Experience with building SaaS platforms, payment processing integration, and chatbot development would be a great advantage. Accuracy, scalability, and security are top priorities for this project. Immediate availability and good communication skil...

    €581 (Avg Bid)
    €581 Povprečna ponudba
    124 ponudb

    Ho bisogno di un programma che mi permetta di aggiornare disponibilità e prezzo di vendita dei prodotti presenti nello store shopify partendo da un file excel/csv che viene generato automaticamente ogni x ore e viene esportato dal getionale su cartella FTP

    €1090 (Avg Bid)
    Nujno
    €1090 Povprečna ponudba
    17 ponudb

    I'm in need of an experienced Java Full Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the follow...through social media platforms. - Payment gateway integration: A reliable and secure payment gateway to facilitate transactions. - Email marketing services integration: Integration with email marketing services to streamline communication with users. Your expertise with Core Java, Java 8 features, J2EE, JDBC, servlets, MySQL, JSPs, HTML, Spring MVC, Spring Boot, ORM, MVC Architecture, and API Development will be essential. Additionally, experience with integrating and implementing third-party services will be highly valued. Looking forward to seeing ...

    €10 / hr (Avg Bid)
    €10 / hr Povprečna ponudba
    40 ponudb

    I have a project that requires purely text data entry. I have a set of handwritten notes which need to be entered into a spreadsheet. Key Requirements: - The data is text-based, and it's crucial that the freelancer can transcribe this accurately and efficiently. - Proficiency in using spreadsheet software like Excel or Google Sheets is a must. Ideal Skills: - Fast and accurate typing skills - Proficient in using spreadsheet software - Experience with data entry, especially from handwritten sources

    €376 (Avg Bid)
    €376 Povprečna ponudba
    190 ponudb

    Hi, I will assist you with creating WordPress website. There will be three main sections. Only story will be dynamic and other two will be just static. In story section when user will click on it, he/she will add their child name. If they will find name existing then they can click on the name and story will be played otherwise, need to create ttf file and with the use of google cloud api need to create audio, that will store on server and then it will be played. Please let me know if I missed anything from the scope.

    €14 / hr (Avg Bid)
    €14 / hr Povprečna ponudba
    1 ponudb

    In need of a skilled professional to develop a RESTful API using Python. The API should be designed to handle multimedia data. Ideal Expertise: - Proficient in Python programming. - Thorough experience in RESTful API development. - Should specifically be adept in dealing with multimedia data handling. - Great problem-solving skills. - Conduct testing ensuring optimization and compatibility. Transparency, communication, and attention to detail will be crucial for this role. A fast turnaround will be appreciated without compromising on quality. If you have what it takes to handle this job, I welcome you to make your bid.

    €100 (Avg Bid)
    €100 Povprečna ponudba
    26 ponudb

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requirements.

    €4 / hr (Avg Bid)
    €4 / hr Povprečna ponudba
    20 ponudb
    Gportal Private API 5 dni left
    VERIFICIRAN/A

    Needing G portals Private API and the method to get it ourselves

    €21 (Avg Bid)
    €21 Povprečna ponudba
    9 ponudb

    I need an Excel tool that can sort data by category and provide users with an interactive experience. I'm looking for an experienced Excel developer who can create a user-friendly, yet advanced, Excel tool. The tool should have the following features: - **Filtering**: The tool should allow users to filter data by category. This is a crucial aspect of the tool's functionality, as the data will be organized by this field. - **Interactive Buttons**: I would like the tool to have buttons that allow users to sort data. When a button is clicked, the data should rearrange itself based on the selected category. For example, when a user clicks on the button related to 'Category A', all data entries related to 'Category A' should be displayed. -...

    €98 (Avg Bid)
    €98 Povprečna ponudba
    57 ponudb

    From 2.5 lakh records, need to find the duplicate data and make different sheets with unique data. Example: In a sheet of alphabets, that have multiple A’s, B’s, C’s. Now I need separate them and make a sheet with all A’s, separate sheet with all B’s, another sheet with all C’s.

    €55 (Avg Bid)
    €55 Povprečna ponudba
    1 ponudb

    We are building a financial application whereas you can put money hence our AI works on it through big data and automation. The project is about algorithmic auto-investing trading on world wide's financial market. Fixed Rate Job Paid based on success delivery per country. $10/country. Make about 5-10 API/country for installing python, setting SQL for our applications and Google Sheet. For each country may need API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian ...

    €26 (Avg Bid)
    €26 Povprečna ponudba
    17 ponudb

    ... - Performance Analytics enhanced by AI to provide deeper insights. - Comparison Tools powered by AI to highlight key differences. - Exportable Reports with AI-generated summaries. 6. **Security and Integrity** - AI-driven Proctoring for real-time monitoring. - Plagiarism Detection with AI. - Environment Lockdown managed by AI. 7. **Integration and API** - ATS Integration with AI-powered matching. - API Access with AI-driven functionalities. 8. **Support and Documentation** - Help Center with AI-powered search and suggestions. - Customer Support augmented with AI chatbots. - Tutorials and Training with AI recommendations. 9. **Additional Features** - Gamification with AI-generated challenges. - Mobile Support with AI enhancements. ...

    €2420 (Avg Bid)
    €2420 Povprečna ponudba
    20 ponudb

    this is a static page, i need to create dynamic add of posts from top box. top box is like facebook with a create button, then you should list the posts. in the first box you need to add category (an empty select with cat1 cat2 cat3) a calendar date and an autocomplete for searching country-city ok? i will provide you api and project on github so im here for anything that is related to backend - create post - retrieve post - edit a bit the card

    €45 (Avg Bid)
    €45 Povprečna ponudba
    35 ponudb
    Rust Console Plugins Development 5 dni left
    VERIFICIRAN/A

    I urgently need an expert to find Gportals Private API to create plugins for the Console Rust game. The main goal is to develop a custom administration panel, automate server management tasks, and enable integration with other applications. Despite skipping the specific functionalities for the plugins, flexibility and versatility should be core in their design. The completion of this project is time-sensitive, thus immediate engagement is appreciated. Skills and Experience: - Experience with Gportals Private API - Proficiency in console game plugin development - Knowledge of server management automation - Demonstrable successful projects in similar tasks.

    €115 (Avg Bid)
    €115 Povprečna ponudba
    37 ponudb

    I'm looking for a professional who can help with Excel work, primarily focusing on formula creation and formatting tables. Key Requirements: - I need assistance in creating formulas that can automate calculations and processes in Excel. - I'm looking for a clean and simple format for my tables, in line with a minimalist style. Ideal Freelancer: - Proficient in Excel, with a deep understanding of formula creation. - Experienced in table formatting and design, with a flair for minimalism. - Able to deliver high-quality, error-free work in a timely manner.

    €12 (Avg Bid)
    €12 Povprečna ponudba
    103 ponudb
    Laravel API integration 5 dni left
    VERIFICIRAN/A

    Estimated 10 API to integrate. CRUD work.

    €26 (Avg Bid)
    €26 Povprečna ponudba
    48 ponudb

    I'm looking for exp...looking for experienced Node.js developers to create a RESTful API for my project. Key Requirements: - Develop a RESTful API: The API should follow REST principles for web services, ensuring easy consumption and compatibility with various applications. - JSON Format: The API should primarily support JSON format for data exchange. Ideal Skills and Experience: - Proficiency in Node.js: Thorough understanding and hands-on experience with Node.js for server-side scripting. - API Development: Prior experience in developing RESTful APIs is essential. - JSON Handling: Expertise in handling JSON data format within APIs. This project will involve working closely with the front-end team. If you have a solid experience in Node.js and ...

    €125 (Avg Bid)
    €125 Povprečna ponudba
    43 ponudb

    I'm looking for a skilled developer who can integrate WhatsApp API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a simple chatbot for automated responses. - Your primary tasks will include: - Setting up the WhatsApp API to the website - Configuring it to allow for sending messages to customers - Developing a basic chatbot functionality - Ensuring the chatbot can provide automated responses based on predefined rules You should have: - Proven experience in integrating APIs, specifically WhatsApp API - Proficiency in developing chatbots - Knowledge of Wordpress and it's capabilities for handling APIs - Good understanding of marketing and customer engagement - S...

    €108 (Avg Bid)
    €108 Povprečna ponudba
    40 ponudb

    I need a plugin that includes Apple Pay, Google Pay, and Link payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view ...payment methods. This plugin should offer a dynamic button to facilitate these transactions based on Stripe's documentation. Please view the documentation here: The app that uses the plugin should also be able to customize the 'statement description', which is a capability provided by the Stripe API (createPaymentIntent). The suitable person would have experience in creating Bubble plugins, and hopefully would be easy for the person to make a quick and simple payment integration.

    €114 (Avg Bid)
    €114 Povprečna ponudba
    17 ponudb

    I'm looking for a skilled Power BI developer who can create detailed financial reports and dashboards, primarily based on data from Excel spreadsheets. Key Responsibilities: - Develop compelling, visually appealing reports and dashboards that are easy to interpret and navigate. - Tailor the reports and dashboards specifically to financial analysis, ensuring they provide the insights necessary for informed decision-making. Ideal Candidate: - Proven experience creating financial analysis reports and dashboards in Power BI. - Proficiency in integrating data from Excel spreadsheets. - Strong attention to detail and the ability to translate complex financial information into clear, concise visual elements. This project requires a high level of expertise in Power BI, fin...

    €23 (Avg Bid)
    €23 Povprečna ponudba
    37 ponudb

    I'm looking for an experienced developer to help with real-time text data scraping via API and management using BeautifulSoup. This project is primarily focused on retrieving text data and storing it in a database. Key Responsibilities: - Implement an API scraper to continuously retrieve text data in real-time - Utilize BeautifulSoup for data extraction and management - Develop a robust database to store all the scraped text data The ideal candidate should have: - Proficiency in Python programming language - Strong experience with API scraping and BeautifulSoup - Previous work involving real-time data scraping - A good understanding of database management It is important that the data scraping runs seamlessly and accurately in real-time. Prior experience with...

    €4 / hr (Avg Bid)
    €4 / hr Povprečna ponudba
    27 ponudb

    I'm seeking a seasoned back-end engineer with expertise in Node.js and MongoDB. Your primary responsibility will be developing APIs that integrate seamlessly with external services. Key tasks include: - API development: You should have a proven track record of creating robust, efficient APIs. - Integrating with third-party services: The APIs you develop need to be able to communicate effectively with a range of external platforms. - Database design and optimization: While not the core focus, a strong understanding of MongoDB and how to optimize it for performance and scaling is beneficial. The project is centered around building a backend system that can handle a variety of tasks and interactions. While the exact scale of the project isn't currently known, the potential ...

    €2063 (Avg Bid)
    €2063 Povprečna ponudba
    130 ponudb

    ...primary function of the AI will be to offer travel suggestions tailored to the user's preferences. - User Interaction: The AI should ask direct questions to the user during interactions. This will help the AI to learn and refine its recommendations based on user feedback. Ideal Skills & Experience: - Proficiency in AI Development: Experience in building AI systems, particularly for personalization. - API Integration: Ability to work with APIs from travel sites to gather and process data. - Instagram Interface: Knowledge of creating chatbots or AI systems for social media platforms, particularly Instagram. - User Interaction Design: Prior experience in designing AI systems that can interact with users effectively. Please provide examples of similar projects you've...

    €18 (Avg Bid)
    €18 Povprečna ponudba
    4 ponudb