
Closed
Posted
Paid on delivery
I need a small automation that lives inside my existing WhatsApp Business number and behaves like a mini travel assistant. The flow is simple: as soon as a user messages the bot, it should ask for departure city, destination and travel date, then head over to [login to view URL], grab the best available fare and send it straight back in the same chat. If [login to view URL] returns nothing, the bot must immediately inform the customer that no flights are available—no alternative dates, no extra questions. Once the user supplies the three travel details, the system should automatically continue; there is no additional confirmation step. A lightweight, well-commented codebase is essential because I’ll be maintaining it after hand-off. Please include clear instructions for connecting the script to my WhatsApp Business API stack and any keys or webhooks required for [login to view URL] queries or scraping. Deliverables • Source code and dependency list • Setup guide for WhatsApp Business API integration • Brief README explaining how the [login to view URL] lookup works and where to adjust parameters I’ll test by supplying a few city pairs and dates. When the chat shows a fare—or the “no flights available” message—I’ll consider the job complete.
Project ID: 40621041
75 proposals
Remote project
Active 16 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
75 freelancers are bidding on average $50 USD for this job

Hello, As one of the co-founders and developers at A4Logic, I’ve overseen numerous projects with diverse technical needs. The skills I bring to the table, including being fluent in JavaScript and PHP, would be particularly valuable in creating your automation on WhatsApp Business API platform. I am well-versed in building APIs, designing dynamic databases, and utilizing the power of scripting languages for rapid data retrieval and analysis. My extensive experience with travel app development enables me to grasp the unique dynamics of your project. I have a detailed understanding of web scraping process, which is critically important for implementing your vision of fetching flight data from wakkago.com. As your primary concern is code maintainability - a value that aligns with mine, you can rest assured knowing that your newly created bot will come equipped with clean, well-commented codes and necessary documentation making post-handoff maintenance easier for you. Lastly, my clients consistently choose A4Logic because we’re trustworthy, reliable and truly dedicated to maximizing the value of our collaboration. We understand your desire for clear milestones and response for urgent fixes, all which we guarantee. The blend of my technical proficiency and commitment to long-term support after launch makes me an ideal candidate to handle your project skillfully from start to finish. Partner up with A4Logic; expect nothing but excellence! Thanks!
$30 USD in 1 day
8.6
8.6

Hi, I can build this lightweight **WhatsApp travel assistant** to collect departure city, destination, and travel date, then automatically query Wakkago and return the best available fare in the same chat. The bot will also handle the **“no flights available”** response exactly as required, without asking unnecessary questions or confirmations. I’ll provide: * Clean, well-commented source code * WhatsApp Business API/webhook integration * Wakkago lookup/scraping logic * Dependency list and setup instructions * README explaining configuration and adjustable parameters * End-to-end testing with multiple routes and dates I’m ready to start immediately. Best regards, Muhammad Rizwan LA
$20 USD in 2 days
8.2
8.2

As an experienced full-stack developer with expertise in Node.js, Python, and PHP, I am confident that I can build and deliver the WhatsApp Flight Price Bot to your exact specifications. Throughout my career, I have developed various chatbots and automation solutions, harnessing the power of AI to improve user experiences. This project aligns perfectly with my skill set, and I understand the critical need for a well-commented, easily maintainable codebase – which I specialize in. In addition to my development skills, I am well-versed in API integrations, particularly with popular platforms such as Twilio. Connecting your script to your existing WhatsApp Business API stack will be seamless for me. Moreover, my proficiency in asynchronous programming will ensure that your bot is equipped to handle multiple user requests efficiently.
$20 USD in 3 days
7.1
7.1

With 10 years of experience in web development, I'm confident that I can create a seamless WhatsApp flight price bot for you. My skills in API integration, JavaScript, and PHP make me thoroughly equipped to take on this project. From building custom software to developing business platforms and APIs, my expertise includes everything you’re seeking. Moreover, let's not forget the added benefit of working with my team of 25 skilled developers—this means more than just code writing. It means we have the collective know-how to tackle complex problems and deliver superior performance in your product. My commitment is to provide solutions that are clean, scalable and most importantly user-friendly, which aligns perfectly well with your requirement for a lightweight and well-commented codebase. Finally, choosing me as your development partner ensures you get more than just good code—it’s about understanding purpose behind the project and delivering results that genuinely help businesses grow. Thus, I guarantee professional communication throughout the project, consistent updates and dependable support post delivery.
$20 USD in 7 days
6.3
6.3

Hi, I’ve worked on automation projects with similar goals, where the challenge was creating a simple customer-facing flow while ensuring reliable data retrieval behind the scenes. I understand this needs to feel like a natural WhatsApp travel assistant, not a complicated bot. My approach would be to build a lightweight WhatsApp Business API integration that collects departure city, destination, and travel date, then automatically triggers a Wakkago fare lookup and returns the result in the same conversation. I’ll ensure the fallback logic is handled correctly so users immediately receive a clear “no flights available” response when no results are found. I’ll deliver clean, well-commented source code, dependency list, WhatsApp API setup instructions, webhook/key configuration guidance, and a clear README explaining the lookup flow and adjustable parameters. The system will be tested with multiple city/date combinations before handover. Best Regards, fizza
$30 USD in 2 days
5.9
5.9

Wiring this into your existing WhatsApp Business number instead of a sandbox one is the part that trips most bots up. I'd build it on the WhatsApp Cloud API with a Node.js backend and a Python scraper for fares, pinging you the moment prices drop. Can start today, working version by Friday. The budget and timeline are based on the post as written. We'll firm them up once we cover the exact routes. Want me to send a quick plan?
$30 USD in 4 days
4.3
4.3

I can build your WhatsApp Flight Price Bot using Python and the Twilio API or Meta Cloud API to ensure seamless integration with your existing Business number. I have extensive experience in web scraping using Selenium and Playwright to extract real time flight data and have previously built similar price tracking automations for travel agencies. My approach focuses on creating a lightweight Node. js or Python backend that handles user queries and sends automated price updates via WhatsApp. I will ensure the architecture is scalable and the scraping logic respects rate limits to provide consistent results. This bot will function as a personal travel assistant, providing instant fare comparisons and alerts.
$30 USD in 1 day
4.4
4.4

Hello, I checked your project "WhatsApp Flight Price Bot" and already have a clear understanding of your requirements and how to deliver them efficiently. I have solid experience in PHP, JavaScript, Node.js, and I've successfully completed similar projects by delivering high-quality, scalable, and reliable solutions. Why choose me? * Strong expertise in PHP, JavaScript, Node.js * Clean, optimized, and scalable implementation * Fast communication and regular progress updates * Focused on delivering results, not just completing the task I'm ready to start immediately and would be happy to discuss the details. Best regards, Umer
$20 USD in 1 day
4.2
4.2

The scraper is the whole ballgame here: the brief doesn't name a real airfare source, just a placeholder URL, so the reliability of "best available fare" depends entirely on what that site allows — a stable JSON endpoint versus a page that needs Playwright and is prone to layout changes. I'd build this as a Node.js webhook handler for the WhatsApp Business API, with a small state machine tracking the three-step slot filling (departure, destination, date) per chat ID, backed by SQLite so context survives restarts. Once all three fields are captured it fires the fare lookup immediately, no confirmation step, and returns either the price or the fixed "no flights available" reply, exactly as specified. Code will be commented and split into clear modules (webhook, conversation state, fare lookup) so handoff is straightforward. Can you share the actual fare source you want queried, and whether it exposes an API or requires scraping a live search page? That changes whether this is a same-day build or needs extra time for scraping resilience. My profile shows a 4.9 rating across 12 reviews with 98% on-time and on-budget delivery. Send over the site details and WhatsApp API credentials structure and I can start right away.
$10 USD in 4 days
3.7
3.7

Hi there, Imagine a mini travel assistant seamlessly integrated into your WhatsApp Business. That’s exactly what I’ll create for you. With experience in automating customer interactions, I’ll ensure that the bot meets your expectations with clean, professional code that you can easily maintain. You mentioned needing the bot to ask for departure city, destination, and travel date before fetching fares from wakkago.com. I’ll make sure it operates smoothly, delivering the best available fare or a clear “no flights available” message without any extra questions. I specialize in crafting automated solutions that are user-friendly and efficient. My commitment to speedy communication and fast turnaround means you’ll have a reliable partner in this project. I am available for a quick chat! Regards, Enricos0
$15 USD in 7 days
0.0
0.0

Hey — saw your post about building a WhatsApp flight price bot. Automations like this often struggle with real-time data updates and handling multiple user requests smoothly. Quick question before I suggest a path: Is your current WhatsApp setup integrated with any backend or API, or would this be a fresh build from scratch? I’ve worked on messaging bots connected to live data sources, making sure responses stay fast and accurate. Send over any current specs or access details and I’ll take a look today.
$20 USD in 7 days
0.0
0.0

I can develop a WhatsApp flight price bot integrated directly with your WhatsApp Business number to provide instant flight price updates. I have experience building conversational bots that automate user interactions within messaging platforms efficiently. My approach involves leveraging WhatsApp’s API to create a responsive, reliable bot that pulls live flight data and responds accurately without disrupting your current setup. This ensures a seamless user experience and easy maintenance. Do you already have specific airline data sources in mind, or should I recommend reliable APIs?
$20 USD in 7 days
0.0
0.0

I can develop a WhatsApp Flight Price Bot that integrates seamlessly with your existing WhatsApp Business number and automates price queries effectively. I understand the need for a responsive and user-friendly interaction within WhatsApp. I have experience building chatbots and automation tools that handle real-time data and quick responses. This ensures smooth communication and accurate flight price information delivery. My approach involves clean integration and testing to ensure stability. Let’s Go !! Happy to review your current setup and get this back to a stable state.
$20 USD in 7 days
0.0
0.0

I will build a clean, lightweight Node.js (or Python) automation that seamlessly plugs into your existing WhatsApp Business API stack (Meta Cloud API / Twilio) and fetches real-time flight fares directly from wakkago.com.
$25 USD in 3 days
0.0
0.0

Your main risk here isn't the chat flow, it's the fare lookup: wakkago has no public API, so the bot needs a resilient scraping layer that handles session/timeouts and returns a clean 'no flights available' instead of hanging the conversation. I'd build it as a NodeJS/TypeScript service on top of your existing Business API stack (Evolution API or Cloud API webhook, whichever you already run), with a small state machine that collects departure city, destination and date, then triggers the lookup automatically with no confirmation step. The scraper goes in one isolated, well-commented module with selectors and parameters in a single config file, so when wakkago changes its layout you edit one place; the README will document exactly that plus the webhook setup and required keys. Delivery in 6 days includes source, dependency list, setup guide and a round of fixes after you test your city pairs. Quick question: are you on the official Cloud API or an Evolution/Baileys instance, and does wakkago require login to see fares?
$149 USD in 6 days
0.0
0.0

Hi, I can build this WhatsApp flight assistant exactly as described. The bot will collect the departure city, destination, and travel date, automatically query Wakkago, and immediately return either the best available fare or a "No flights available" message—without requiring any extra confirmation from the user. What I'll deliver: WhatsApp Business API integration Automated conversational flow Wakkago API/scraping integration (depending on availability) Clean, modular, and well-commented code README with setup instructions, webhooks, environment variables, and dependencies Easy configuration for future maintenance Demo showing the complete workflow I have experience building automation solutions, API integrations, Python applications, and AI-powered business workflows. My focus is on creating reliable, maintainable solutions with clear documentation and smooth deployment. I'm available to start immediately and can deliver within the proposed timeline. Looking forward to working with you! Kanak Python Developer | Automation | API Integration | WhatsApp Bots | AI Solutions
$10 USD in 7 days
0.0
0.0

⚠️ IF YOU’RE NOT HAPPY, YOU DON’T PAY ⚠️ I recently completed a similar project for a travel startup, where I developed a WhatsApp integration that allowed users to search for flights seamlessly. This resulted in a 40% increase in user engagement and satisfaction. With over five years of experience in automation and API integration, I specialize in creating user-friendly bots for messaging platforms. My technical expertise ensures that I can deliver a lightweight, well-commented codebase that you can easily maintain. I understand you want a straightforward, efficient flight price bot that provides instant responses. I will implement the required features to guarantee that users receive timely fare information or notifications about availability, without any unnecessary steps. My focus will be on clear communication and robust execution to ensure long-term success. I am confident that my skills will deliver a solution that meets and exceeds your expectations. The difference between an average result and an exceptional one is usually decided before the work even begins. Regards, Brendan Verwey
$15 USD in 7 days
0.0
0.0

Hi! I would love to assist you in developing the WhatsApp automation for flight price inquiries. With my extensive experience as a Senior Software Developer, I have successfully delivered similar automation projects that integrate third-party APIs and provide seamless user interactions. My proficiency in Python and web scraping, combined with my skills in cloud platforms and API integrations, ensures that I can create a lightweight, well-commented codebase that you can easily maintain. In a previous project, I developed a chatbot for a retail client that handled customer inquiries and provided product recommendations by scraping data from multiple sources, which involved similar functionality to what you're looking for. I am confident that I can deliver a robust solution that meets your requirements and performs reliably. To ensure we align perfectly, could you clarify if there are any specific requirements for error handling beyond the "no flights available" message? Additionally, do you have a preferred method for handling and storing the API keys securely? I would love to chat further about this project and how I can help bring your vision to life! Best regards, Jayvince
$10 USD in 7 days
0.0
0.0

Hello, I have experience developing automation systems, API integrations, chatbots, and web-based data retrieval solutions. I can build a lightweight WhatsApp Business assistant that collects travel details, queries Wakkago for available fares, and responds automatically within the same conversation flow. My approach: • Integrate with WhatsApp Business API using secure webhooks. • Create a simple conversational flow to collect departure city, destination, and travel date. • Connect the bot with Wakkago through API integration or reliable scraping methods if no API is available. • Return the best available fare or the exact “no flights available” response as required. • Deliver clean, documented code with setup instructions and configuration notes. I will ensure the solution is easy to maintain, with clear comments, dependency documentation, and adjustable parameters for future changes. I can provide a complete handover package including source code, README, and deployment guidance. Best regards.
$20 USD in 7 days
0.0
0.0

I will make sure I the project I handover to you is errorless and perfect hope you will like my work
$20 USD in 7 days
0.0
0.0

Abuja, Nigeria
Payment method verified
Member since Aug 25, 2024
$250-750 USD
$30-250 USD
$30-250 USD
$10-30 USD
$250-750 USD
£250-750 GBP
$10-30 USD
$250-750 USD
₹750-1250 INR / hour
₹12500-37500 INR
$2-8 USD / hour
₹12500-37500 INR
$5-6 USD / hour
₹12500-37500 INR
$250-750 NZD
₹600-1500 INR
₹600-1500 INR
₹1500-12500 INR
$250-750 USD
€250-750 EUR
$200-900 USD
₹1500-12500 INR
$30-250 USD
$3000-5000 USD
₹250000-500000 INR