
Open
Posted
•
Ends in 6 days
I’m building a small utility inside Vibe that keeps my Infiniti Fitness credits in check. Because the gym app offers no public API, the data will have to come from screen-scraping. Here’s what the tool must do: • Pull, via screen scraping, the three data points I can see in the Infiniti Fitness app: Total points paid, each Booking history line, and the individual Points per booking. • Recalculate the running balance after every booking so I always know the cumulative points that remain. • Display those figures in a clean Vibe interface (one summary card for totals and a chronological table for the bookings is enough). Please keep the code modular so the scraping component can be swapped out if Infiniti Fitness eventually releases an API. A short README explaining setup, the selectors used, and where to adjust for layout changes will be the acceptance criteria.
Project ID: 40486731
161 proposals
Open for bidding
Remote project
Active 6 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
161 freelancers are bidding on average $20 USD/hour for this job

Automating the tracking for your Infiniti Fitness credits is the right move since their app keeps that data locked away. The real challenge with screen scraping isn't just pulling the point balances, it's making sure the scraper doesn't break every time they tweak their layout. I've built several Python based engines where accuracy and auditability were the main requirements. For this tool, I'll build the scraper as a standalone module that feeds your Vibe dashboard. This keeps the logic separate so you can easily swap the scraping layer if they ever release an official API. I'll focus on grabbing the total points and individual booking lines to calculate that running balance locally, ensuring the math is always consistent. I'll include the README you requested with the specific selectors documented so you aren't left in the dark if their app updates. I can put together a quick Vibe interface with a README for free so you can see the approach first. ~ Rajesh
$10 USD in 40 days
9.5
9.5

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in PHP, JavaScript, Python, Data Processing, Web Scraping, Software Architecture, MySQL, API Development, Vibe Coding and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$30 USD in 5 days
9.0
9.0

Hi there, ★★★ Python Expert ★★★ 5+ Years of Experience ★★★ I can create a utility to scrape your Infiniti Fitness credits and display them in a clean Vibe interface. This will include: - Pulling data points via screen scraping - Recalculating the running balance after each booking - Displaying totals and booking history in a user-friendly format I will handle the work by implementing a modular code structure, ensuring the scraping component can be easily updated if an API becomes available in the future. Ready to start once you provide access to the Infiniti Fitness app or any additional details. Thanks!
$12 USD in 40 days
8.4
8.4

Good to see this project, I will build the scraping module to extract total points, booking history, and per-booking points — then wire it into a Vibe interface with a summary card and chronological table showing your running balance. I will structure the scraper behind a clean adapter layer, so swapping it for an API client later means changing one file. The README will document every CSS selector used. Questions: 1) Is the Infiniti Fitness app web-based, or will I need a mobile automation tool like Appium? 2) Does login require MFA or just email/password? Looking forward to potentially working together. Thanks, Kamran
$15 USD in 40 days
8.5
8.5

Hello,-----I can build this Vibe utility with a modular architecture that separates the scraping layer from the business logic, making it easy to replace with an official API in the future. The solution will automatically extract total points, booking history, and points per booking, calculate the running balance, and present everything in a clean, user-friendly dashboard. I will also provide well-documented code and a concise README covering setup, selectors, and maintenance instructions for future layout changes.
$16 USD in 40 days
8.2
8.2

Hello, Since Infiniti Fitness doesn't provide an API, I’ll create a separate screen-scraping module that collects the data without affecting the Vibe interface. This setup makes it easier to update the scraper later if the app layout changes. The tool will fetch your total points, booking history, and points used for each booking, then automatically calculate the running balance in order. Everything will be shown in a simple dashboard with a summary section and a booking history table. I’ll also provide a clear README file explaining the selectors used, so future updates can be made easily. Best, Niral
$10 USD in 40 days
8.0
8.0

# Infiniti Fitness Credits Tracking Tool (Vibe) Hi, I can build a lightweight, modular utility that extracts booking and points data from the Infiniti Fitness app via screen scraping, calculates the running credit balance automatically, and presents the information through a clean Vibe dashboard. The architecture will be designed so the scraping layer can easily be replaced with an API integration in the future. ### Key Features * Screen Scraping Integration * Total Points Extraction * Booking History Extraction * Points Per Booking Tracking * Automatic Running Balance Calculation * Chronological Activity Timeline * Summary Dashboard Card * Search & Filter Bookings * Error Handling & Validation * Modular Data Source Layer * Future API-Ready Architecture Thanks
$8 USD in 40 days
8.2
8.2

Hi I can build your Vibe utility to track Infiniti Fitness credits by scraping the visible app data and presenting a clear running balance. I have strong experience with screen scraping, browser/app automation, JavaScript/Python, data parsing, modular code structure, table views, dashboard cards, and clean README documentation. The main technical problem is that screen-scraped data can break when the app layout changes, especially when selectors are tightly coupled to the current interface. My solution is to keep the scraping layer separate from the balance calculation and Vibe UI, so it can later be replaced with an official API if Infiniti Fitness provides one. I can extract total points paid, booking history rows, and points per booking, then calculate the remaining cumulative balance after each booking. I will display the result using a simple summary card and chronological bookings table for quick review. I will also document the selectors, setup steps, and where to update the scraper if the app layout changes. Thanks, Hercules
$50 USD in 40 days
7.5
7.5

Hi there, I understand you need a utility to automate tracking your Infiniti Fitness credits. The system will operate by launching a scraping process to extract your total points and booking history directly from the app's UI. It will then compute the remaining balance from this raw data and present a clean summary card and a transaction table within your Vibe interface, giving you an up-to-date view without manual checks. Technical approach: We'll use a robust scraping library like Playwright to handle the data extraction, ensuring it can manage a dynamic, JavaScript-heavy application. The scraper logic will be isolated in its own module as you requested. A separate processing function will calculate the balance. This data will be fed to a simple Vibe component for display. Selectors will be stored in a configuration file for easy updates. Core modules: 1. Data Scraper: Programmatically navigates the Infiniti Fitness app and extracts the required data points. 2. Balance Calculator: Ingests the scraped data to compute the running balance after each booking. 3. Vibe UI Component: Renders the summary totals and the chronological booking history table. We will begin by developing the standalone scraper, ensuring it reliably pulls the correct data. Once validated, we will build the calculation logic and the Vibe display component. The README will be written concurrently, documenting the selectors and setup process as we progress. 1. Is the Infiniti Fitness platform a standard website, or will the scraper need to target a native mobile app environment? 2. Does accessing the points page require authentication? If so, are there any security measures like 2FA or CAPTCHA? 3. How do you envision running this script? Will it be triggered manually, or should it be deployed to run on an automated schedule? Regards, Rohit
$8 USD in 2 days
8.0
8.0

Hello, **** You can track the project’s progress using the tracker. I’m available to work 40 hours per week **** I have carefully reviewed your requirements and understand the need for a lightweight, maintainable utility that tracks Infiniti Fitness credits through screen-scraped booking data. I have 10+ years of development experience, I can build a modular solution that extracts Total Points Paid, Booking History entries, and Points Per Booking, then automatically calculates and displays the running balance after each transaction. The application will be structured with a separate scraping layer and business logic layer, making it easy to replace the scraper with an API integration if Infiniti Fitness releases one in the future. The Vibe interface will include a clean summary dashboard for point totals and a chronological booking table showing balances and transaction history. My focus will be on code quality, reliability, maintainability, and clear documentation. A detailed README will be provided covering setup instructions, scraper configuration, selectors used, and guidance for handling future UI/layout changes. We will follow Agile methodology with clear communication and regular updates throughout development. I WILL PROVIDE 2 YEARS OF FREE ONGOING SUPPORT, COMPLETE SOURCE CODE, AND FULL ASSISTANCE FROM DEVELOPMENT TO DEPLOYMENT. I eagerly await your positive response. Thanks. Christina
$10 USD in 40 days
7.6
7.6

Hello, I can build this utility for you and keep the architecture flexible so the scraping layer can easily be replaced with an API integration in the future. With 16+ years of full-stack development experience, I have worked extensively with web automation, data extraction, Python, JavaScript, APIs, and custom dashboards. For this project, I will: • Scrape the required Infiniti Fitness data (Total Points Paid, Booking History, and Points Per Booking) • Calculate the running balance after each booking • Build a clean Vibe interface with a summary card and chronological booking table • Create a modular data layer so the scraper can be swapped out if an official API becomes available • Provide a README covering setup, selectors used, and how to update them if the app layout changes My focus will be reliability, clean code, and maintainability, ensuring the tool remains easy to update as Infiniti Fitness evolves. I can start immediately and deliver a well-documented solution with clean, maintainable code. Best regards, Khubab
$13 USD in 35 days
7.4
7.4

Hi, I can build this utility for you. I'll create a modular solution that scrapes the Infiniti Fitness app for total points paid, booking history entries, and points per booking, then automatically calculates the running balance after each booking. The interface will be clean and simple, with a summary section showing totals and remaining credits, plus a chronological table displaying all booking records and balance changes. I'll keep the scraping logic separate from the application logic so it can be easily replaced if Infiniti Fitness releases an official API in the future. I'll also provide a README covering setup instructions, the selectors used for scraping, and how to update them if the app layout changes. Estimated delivery: 3 days. I look forward to discussing the details and getting started. Best regards. Stelian
$11 USD in 40 days
7.1
7.1

Scraping your Infiniti Fitness credits... I see you need a highly modular screen-scraping utility integrated into Vibe to extract your gym credits and dynamically recalculate your running balances. Here is exactly how I will architect this utility for you: Modular Scraping Engine: I will build a lightweight Python (or JS) scraper using robust selectors to extract the total points paid, history, and individual booking points, keeping it fully decoupled so you can easily swap it for an API later. Data Logic & Vibe UI: I will write the precise logic to recalculate the running balance and pipe the clean data directly into your Vibe summary card and chronological table. The Handoff: You will receive the fully commented code and the exact README you requested, detailing the setup, the selectors used, and instructions on how to adjust them if the gym updates its layout. Quick question: Does the Infiniti Fitness app require a complex login flow (like 2FA or CAPTCHA) to access the booking history, or is it a standard username/password portal?
$16 USD in 40 days
7.2
7.2

⭐⭐⭐⭐⭐ Create and Integrate a Points Tracker Utility for Vibe Gym ❇️ Hi. Ive reviewed your project needs and see youre looking for a utility to keep track of your Infiniti Fitness credits within the Vibe platform. I have already completed several projects involving data extraction from non-API sources. I will create a clean and efficient points tracking utility that fits seamlessly into Vibe, ensuring you always have up-to-date information on your fitness credits. ➡️ Why Me? I hold a PhD in Software Engineering with over 10 years of experience in data scraping, application development, and interface design. My expertise includes advanced data extraction techniques, backend system integration, and user interface creation. This unique combination of skills will ensure a robust solution that not only meets but exceeds your expectations. ➡️ Let’s have a quick chat to discuss your project in detail, and I can show you samples of my previous work. ➡️ Some of my similar work: ✅ Custom CRM data extraction tool ✅ Loyalty points aggregation system ✅ Event management participant tracker ✅ Retail inventory and pricing scraper ✅ Personal finance tracking app ✅ Educational content aggregator ✅ Real-time stock market data visualizer ✅ Fitness tracking apps for various local gyms Waiting for your response! Best Regards, Dr. Muhammad Asad
$12 USD in 30 days
6.9
6.9

Dear Client, I am keen to develop your Vibe Gym Points Tracker with a modular, robust architecture that enables seamless screen scraping of Infiniti Fitness app data despite the absence of an official API. Leveraging my extensive experience in Python and JavaScript, I will implement a clean, efficient scraper extracting total points paid, booking history, and individual booking points. The system will dynamically compute the running balance, ensuring you always have an accurate cumulative total. I will design a responsive, user-friendly Vibe interface featuring a summary card for overall totals and a detailed chronological booking table, prioritizing clarity and usability. The scraping module will be fully decoupled, making future integration with an official API straightforward without disrupting the rest of the codebase. Additionally, I will provide comprehensive documentation including setup guidance, CSS selectors used, and instructions for adapting to potential layout changes, meeting your acceptance criteria precisely. This solution will be developed with maintainability, scalability, and data integrity as core principles. I am confident my full-stack expertise and rigorous software engineering approach make me the ideal partner for this project. Best regards, Lazar
$15 USD in 40 days
6.6
6.6

⭐⭐⭐⭐⭐ + 100% Job Score freelancer Yeah, I have already experienced this kind of project, in my previous projects the some sportsbook does not provide the public api to scrape data so I scraped data using the scraping method using selenium, scrapy, beautifulsoup ... I am very familiar with all of the scraping method especially, bypass the captcha and avoid the anti-bot system. Based on my experiences and skillset, I am sure I can do your project perfectly. Lets chat to discuss in detail. Vinh
$12 USD in 40 days
6.4
6.4

Your scraper will break the moment Infiniti Fitness changes a CSS class or adds CAPTCHA protection. I've built 8 production scrapers that handle anti-bot measures and DOM mutations without constant rewrites. Quick question - does Infiniti Fitness use session tokens that expire, or can you stay logged in indefinitely? Also, are you running this on-demand or polling every X hours? Those answers determine whether I use Puppeteer with stealth plugins or a lighter HTTP client. Here's the architectural approach: - PYTHON + SELENIUM: Headless browser with rotating user agents and request throttling to avoid detection. I'll add retry logic that waits for dynamic content instead of hardcoded sleeps. - MODULAR SCRAPING LAYER: Abstract the scraper behind an interface so swapping to an official API later requires changing one class, not rewriting the entire codebase. - MYSQL SCHEMA: Design a normalized table structure with booking_id as primary key to prevent duplicate entries if the scraper runs twice. I'll add a metadata table to track last_sync timestamps. - VIBE UI INTEGRATION: Build a REST endpoint that returns JSON (total_paid, current_balance, bookings[]) so your frontend just consumes clean data. The summary card will show real-time balance with color coding for low credits. - ERROR HANDLING: Log failed scrapes with screenshots of the page state so you can debug selector changes without guessing. I'll include a health-check endpoint that validates selectors before running the full scrape. I've scraped platforms with worse anti-bot protection than fitness apps. Let's discuss selector strategy and fallback logic before you commit to a brittle implementation.
$11 USD in 30 days
7.2
7.2

Dear Client, Hello dear! I’m Md Toriqul Islam, and I’m excited to partner with you & I can dive into your project immediately. I’m an experienced full-stack developer with 10+ years of experience building data-driven web applications, automation tools, web scraping solutions, and custom dashboards. I understand you need a Vibe utility that extracts Infiniti Fitness points data through screen scraping, recalculates running balances, and presents the results in a clean interface with summary cards and booking history tables. I have developed similar scraping, reporting, and analytics tools with modular architectures that support future API migration. I am skilled in JavaScript, Python, web scraping, APIs, automation, databases, and dashboard development. I’m ready to start immediately and would be happy to discuss this project. Looking forward to hearing from you. Best regards, Md Toriqul Islam.
$8 USD in 40 days
6.2
6.2

Hi There!!! ★★★★ (Custom scraping-based points tracker with modular architecture for future API replacement) ★★★★ Project understanding: I understand you need a lightweight tool for Vibe that scrapes Infiniti Fitness app data (points, bookings, and per-booking values), then recalculates a running balance and displays it in a clean dashboard UI. The system must be modular so scraping can later be replaced with an API if available. Services: ⚜ Web scraping module for app data extraction ⚜ Data parsing & transformation logic (points + booking history) ⚜ Running balance calculation engine ⚜ Clean Vibe UI dashboard (summary card + table view) ⚜ Modular architecture for future API integration ⚜ MySQL/JSON data storage layer ⚜ Setup README with selector & maintenance guide I have experience in building scraping tools, data processing systems and lightweight dashboards where data sources are unstable or unofficial. I focus on keeping logic clean and replaceable for future APIs. My approach is to first build stable scraper for required fields, then create processing layer for calculations, and finally integrate into simple Vibe UI with structured display and easy maintenance setup. Let’s connect and I can start quickly. Warm Regards, Farhin B.
$8 USD in 40 days
6.7
6.7

Hey, I see you're building a Vibe utility that keeps Infiniti Fitness credits accurate, and the specific need to scrape totals, booking history lines, and per-booking points is clear. I’ve built similar screen‑scraping modules for mobile‑only services where no API existed and delivered stable selectors with documented fallback logic. The real challenge here is keeping the scraper resilient as the Infiniti Fitness layout changes. A junior might hard‑code brittle selectors, but I’ll isolate the scraping logic in its own module, version it separately, and define selectors in a single config file so the rest of the Vibe component remains unaffected. I’ll implement a scraper that extracts totals, bookings, and point values, recalculate running balances server‑side, and render one summary card plus a chronological table inside Vibe. I’ll keep the code modular, with a README explaining setup, selectors, and adjustment points for future UI changes. Before I proceed, I need to confirm your preferred scraping environment and whether you want Python or PHP as the primary runtime. Thanks, John allen.
$15 USD in 12 days
5.9
5.9

Denville, United States
Payment method verified
Member since Dec 12, 2020
₹12500-37500 INR
$30-250 USD
$30-250 USD
$30-250 USD
$30-250 USD
€30-250 EUR
₹250000-500000 INR
₹1500-12500 INR
$8-15 USD / hour
₹600-1500 INR
$10-30 USD
₹12500-37500 INR
₹600-1500 INR
$30-250 USD
₹100-400 INR / hour
₹100-400 INR / hour
$2-8 USD / hour
$8-15 USD / hour
$30-250 USD
$750-1500 AUD
$750-1500 AUD
$150-400 USD
₹400-750 INR / hour
£2-5 GBP / hour
$1500-3000 USD