Request money apipekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 request money api tugasan ditemui, harga dalam USD

    Hello! I have a small video game project (art installation in the form of a video game) in Unreal Engine 4.27 and I need your help. I need you to: 1) make an API that collects "hate speech" from social media (one version for English, one for Serbian) and make it appear periodically in my game level 2) make it so that a robot voice reads that text (one version for English, one for Serbian) 3) export it for a virtual reality headset (making it app-store ready) I already made the environment , UI design and particle effects. Please let me know how much time you will need for this project.

    $446 (Avg Bid)
    $446 Avg Bida
    20 bida

    I'm looking for an experienced de...themes for customization. We have a model on google colab which uses GEMINIAI and answers based on the prompt. I need to integrate this into the website. The website will answer questions on "How to fix___?" by returning the tools required and the steps to perform. Additionally, I need the links for buying those tools included at the end so an API call needs to be added. Ideal candidates for this project should have: - Proficiency in GeminiAI use, NLP, API, chatbot development, and web development. - Experience with integrating AI models into websites. - Strong skills in UI/UX design, particularly in designing chat interfaces. If you're confident in your ability to deliver this project within the specified time frame a...

    $20 (Avg Bid)
    $20 Avg Bida
    12 bida

    I'm looking to develop a casino game API specifically for a slot machine. The API should support payment and payout in India. Key Requirements: - **Payment Integration**: The API should seamlessly integrate E-wallets for easy transactions. Ensuring this function is secure and user-friendly is paramount. - **Real-time Game Updates**: The API should have the capability to provide real-time game updates. This feature is crucial for the slot machine game to run smoothly and keep our users engaged. Ideal candidates for this project should have experience in casino game development and API integration, particularly with E-wallets. Understanding the nuances of the Indian payment landscape would be an added advantage. Experience in creating real-time game...

    $429 (Avg Bid)
    $429 Avg Bida
    14 bida

    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...

    $161 (Avg Bid)
    $161 Avg Bida
    44 bida

    ...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

    $20 / hr (Avg Bid)
    $20 / hr Avg Bida
    120 bida

    ...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...

    $192 (Avg Bid)
    $192 Avg Bida
    39 bida

    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...

    $300 (Avg Bid)
    $300 Avg Bida
    12 bida

    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

    $129 (Avg Bid)
    $129 Avg Bida
    56 bida

    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...

    $36 (Avg Bid)
    $36 Avg Bida
    11 bida
    Dotnet developer 5 hari left

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

    $376 (Avg Bid)
    $376 Avg Bida
    39 bida

    ...drinker. **What we need:** - Make a Video about using our product for a few days using our scripts, you can come up with your own but basically we will provide everything. **From us:** - 50-70$ for a ready edited video 60 seconds long. (we can do the editing ourselves) - Our product you will keep and you can use it and save money for regular visits to the dentist. - Cooperation with a popular UK company - You can also make a video with your husband/wife and get more money if they are suitable. Please send your proposal along with a photo of your face and your teeth so we can determine if you are a good fit for us. Please don't be shy about your teeth, they can be great for our advertising of their transformation. We are very interested in footage of how o...

    $106 (Avg Bid)
    $106 Avg Bida
    11 bida

    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", ((), ));

    $26 (Avg Bid)
    $26 Avg Bida
    33 bida

    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 ...

    $135 (Avg Bid)
    Segera
    $135 Avg Bida
    36 bida

    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. ...

    $144 (Avg Bid)
    $144 Avg Bida
    13 bida

    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.

    $163 (Avg Bid)
    $163 Avg Bida
    73 bida

    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...

    $2310 (Avg Bid)
    $2310 Avg Bida
    83 bida
    Trophy icon Logo Design Contest 12 hari left

    ...designer to compelete the logo design. The aim is to have a logo that is not only visually appealing but also timeless and suitable for both online and print applications. I shall work with the best designers to make small changes before selecting the winning design. The winning designer will need to complete the design in web and print formats in pdf (vector), jpeg and ai. before receiving the prize money. Key Responsibilities: - Craft a classic and elegant logo that embodies our brand's essence as per the design brief attached - Ensure the logo is versatile and works well across both online and print mediums (verticle and horizontal logo formats on colored, black and white backgrounds. - Create a design that is a perfect blend of text and icon elements Ideal Skills and...

    $162 (Avg Bid)
    Ditampilkan
    $162
    1090 penyertaan

    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...

    $161 (Avg Bid)
    $161 Avg Bida
    39 bida

    ...multiple requests at once to increase chances of securing tickets - Queue management : handle queue-it system's virtual waiting room effectively, maintain session and user states to handle queue redirects - Human Simulation : mimic human behavior to avoid detection (randomized request intervals) - Technical requirements - use session management and different proxies/ips, implement captcha solving techniques or third-party captcha services if there is any available captcha yet to be solve, ensure scalability to handle high request volumes - Session tracking : the bot should extract and log the link for any session that successfully passes the queue The bot should be smart enough to navigate through the ticketing process of these platforms and complete the purchase. Ex...

    $233 (Avg Bid)
    $233 Avg Bida
    27 bida
    Job Referral Site Creation 5 hari left
    DISAHKAN

    ...Profile Creation: The site should allow users to create and manage their profiles, essentially forming a lively, interactive community. - Company and User Searches: Registered users should be able to search for companies and other users to request job referrals. - Job Referral Requests: A user should be able to send job referral requests to another registered user. - Credit System: A credit system where users earn points for referring others, which can later be used to apply for job referrals. It should also allow the credits to be purchased with real money. Ideal Skills: Proficiency in website design and development, familiarity with job search platforms, understanding of advanced functionalities like search algorithms and eCommerce elements such as a credit system. Ex...

    $125 (Avg Bid)
    $125 Avg Bida
    33 bida

    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...

    $73 (Avg Bid)
    $73 Avg Bida
    24 bida

    This is going to require on site visits in Martinsburg, WV I require expert assistance for water quality testing specifically for...are also worried about recent pesticides and herbicides being used in the area that are seeping into our property. - Testing for Bacteria and Pathogens: Providing detailed information about the extent of bacterial and pathogen contamination is crucial. Ideal skills and experience: -Good for a collage student with experience in environmental issues or an ecologist looking to make some extra money while caring for and helping the environment. - Proficiency in environmental science especially in water quality testing - Ability to identify and quantify bacteria and pathogens in water samples - Experience working on irrigation water quality assessing...

    $312 (Avg Bid)
    $312 Avg Bida
    8 bida

    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...

    $482 (Avg Bid)
    $482 Avg Bida
    93 bida

    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, ...

    $511 (Avg Bid)
    $511 Avg Bida
    98 bida

    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...

    $630 (Avg Bid)
    $630 Avg Bida
    123 bida

    ...local laws. - Dispute Resolution Process: It's crucial that the agreement's dispute resolution process is fair, efficient, and legally sound. - Profit Sharing Mechanism: I want to ensure the profit sharing mechanism is in line with legal requirements and won't lead to any issues. - Compliance: The legal expert should ensure that the partnership agreement is fully compliant with SEBI, RBI, and Anti-Money Laundering regulations. It should also meet all the requirements of the Companies Act and must be accepted during partnership firm registration. I'm looking for a professional with expertise in partnership law, compliance with local regulations, and a keen eye for detail. Experience with similar cases or in-depth knowledge of the above-mentioned laws will be c...

    $23 (Avg Bid)
    $23 Avg Bida
    8 bida

    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 ...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bida
    40 bida

    I need someone that is really good at finding market data & analyzing it. I am having an event and we are trying to get paid sponsorship.
 Currently we are working on the pitch decks to send to companies requesting sponsorships.

 I need to find some market data to include within the pitch deck to convince sponsors that my demographic is important & using us will help their business.



 1st Task - Find market data
 2nd Task - From the data, think of an argument or convincing reasons for the sponsor to fulfill our requests. How will it be beneficial to them? The event is for United States black professionals in the entertainment industry. 
 Your job is to find some market data for:
 Black Professionals Black Entertainment Professionals Socialites (people that go out a lot) &...

    $32 (Avg Bid)
    $32 Avg Bida
    17 bida

    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.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bida
    1 bida

    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.

    $109 (Avg Bid)
    $109 Avg Bida
    26 bida

    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 Avg Bida
    20 bida
    Gportal Private API 5 hari left
    DISAHKAN

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

    $23 (Avg Bid)
    $23 Avg Bida
    9 bida

    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 ...

    $28 (Avg Bid)
    $28 Avg Bida
    17 bida

    ...have good communication and have experience with complex fixes, when a task is assigned it needs to be resolved and whatever else is found quickly. Bugs mean the site is down or not working and dont have time for excuses or inexperience. This is a long term position as once you get use to the sites (about 12) the issues tend to be the same. DO NOT apply just to work temporarily because you need money today, please. I dont want to invest time for someone who will just fix a few tasks and then disappear. No place holders, please! I need someone who is serious and can do the work, if you are not an expert dont waste my time please! MAX BUDGET $5 an hour, we can work direct if that is better for you after, a team would be great this way i can make sure i always can get someone to w...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bida
    59 bida

    ... - 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. ...

    $2629 (Avg Bid)
    $2629 Avg Bida
    20 bida

    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

    $49 (Avg Bid)
    $49 Avg Bida
    35 bida

    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.

    $125 (Avg Bid)
    $125 Avg Bida
    37 bida
    Laravel API integration 5 hari left
    DISAHKAN

    Estimated 10 API to integrate. CRUD work.

    $28 (Avg Bid)
    $28 Avg Bida
    48 bida

    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 ...

    $136 (Avg Bid)
    $136 Avg Bida
    43 bida

    Here is your rare opportunity to make Good Money!!! Do you thrive in a fast-paced environment where your success is directly tied to your effort? Are you passionate about connecting businesses with the power of a stellar website? If so, we want YOU on our team! We're a High Converting Website Design Agency looking for a driven, commission-only sales superstar to join our ranks. In this role, you'll be responsible for: Prospecting and Cold Calling: You'll identify potential clients who need a website refresh or a brand new online presence. Be prepared to make a positive first impression and build rapport over the phone. Understanding Client Needs: You'll have a knack for uncovering a client's vision and translating that into actionable website goals. Selli...

    $11400 (Avg Bid)
    $11400 Avg Bida
    2 bida

    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...

    $117 (Avg Bid)
    $117 Avg Bida
    40 bida

    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 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.

    $123 (Avg Bid)
    $123 Avg Bida
    17 bida

    ...interested in seeing your portfolio and discussing further details. PLEASE BE SURE TO INCLUDE: - My phone number (206) 395-6759 - Bulleted list: - Backlinks, Content Writing, Social Media Management, Traffic Analysis, Keyword Relevancy, Image Tags, - OUR SEO BECOMES YOUR ROI - GUARANTEED PAGE 1 GOOGLE RESULTS - MONEY BACK GUARANTEE! (put in a starburst or similar) - 20 YEARS OF SEO MARKETING - SATISIFIED CLIENT REVIEWS AVAILABLE UPON REQUEST - GUARANTEED RESULTS OR YOUR MONEY BACK! - CLIENT REFERENCES AVAILABLE. - HAVE A WEBSITE BUT NOT GETTING PHONE CALLS? WE CAN HELP! GUARANTEED - MY SEO CLIENTS ARE FOUND ON PAGE 1 OF GOOGLE SEARCH RESULTS, ARE YOU? - SOCIAL MEDIA ACCOUNTS SET UP AND LINKED TO WEBSITE - 1 YEAR GUARANTEED SERVICE FROM $1,299. - ONE TIME FEE,...

    $100 (Avg Bid)
    Dijamin
    $100
    152 penyertaan

    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 Avg Bida
    27 bida

    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 ...

    $2242 (Avg Bid)
    $2242 Avg Bida
    130 bida

    ...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...

    $20 (Avg Bid)
    $20 Avg Bida
    4 bida

    I am looking for a freelancer capable of creating an extension adaptable to Buddypress and/or Budyboss which allows you to record and publish audio as a post for a community type site. Urgent project, tell me if you have understood my request correctly and what your price would be for it.

    $168 (Avg Bid)
    $168 Avg Bida
    32 bida

    I'm seeking a expert to seamlessly integrate the Gemini API within my existing app. This integration needs to facilitate real-time updates on specific information. Key Project Details: - The primary focus of this integration is to enable real-time chatbot updates and basic reporting. - The API should provide up-to-date data when I request a report. - This isn't for automating trades or portfolio performance monitoring but specifically for keeping the chatbot informed with the latest updates. Ideal Skills and Experience: - Proficiency in with a proven track record of API integrations. - Deep understanding of the Gemini API and its capabilities for real-time data. - Prior experience in developing chatbots or similar interactive features woul...

    $230 (Avg Bid)
    $230 Avg Bida
    13 bida

    We are looking for a talented PHP Laravel Programmer to join our team and work on our B2B ecommerce website and app development. The ideal candidate will have a strong background in PHP and Laravel, with experience in building and maintaining ecommerce platforms. This is a remote position, offering the flexibility to ...media sharing feature implementations. Ability to dedicate full-time to the project is crucial. Familiarity with version control systems (e.g., Git). Strong problem-solving skills and attention to detail. Ability to work independently and as part of a team. Excellent communication and collaboration skills. Preferred Skills: Experience with frontend frameworks like Vue.js or React. Knowledge of API integrations and payment gateways. Familiarity with DevOps practices ...

    $585 (Avg Bid)
    $585 Avg Bida
    228 bida

    ...who have done similar projects in the or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram API’s simultaneou...

    $164 (Avg Bid)
    $164 Avg Bida
    11 bida