The ultimate guide to hiring a web developer in 2021
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
API stands for Application Programming Interface, and it is an layer of interface that allows programs to interact with each other. An experienced API developer can build complex interactions between applications, making them faster, more reliable, and accurate. Whether you need a second opinion on your existing application or you want to create an entirely new application for your business, an expert API Developer can do the job for you.
An API Developer's job does not stop at developing. They can also work on design and implementation testing, guide through the entire architect process from prototyping to implementation, create custom system integration solution based on the project requirements, and collaborate with other teams to develop systems that meet customer expectations.
When hiring an API Developer through Freelancer.com, rest assured that they are as competent as any hired onsite software engineer.
Here’s some projects our experts have worked on:
No matter what your business needs are in terms of API development, our expert freelancers are ready to take on the challenge and provide support whenever you need it. With expertise in debugging applications and web development, you're guaranteed to find the right developer for your project! So why wait? Post your project today at Freelancers.com and reap the benefits of working with an expert API Developer now!
De 168,719 opiniones, los clientes califican nuestro API Developers 4.9 de un total de 5 estrellas.API stands for Application Programming Interface, and it is an layer of interface that allows programs to interact with each other. An experienced API developer can build complex interactions between applications, making them faster, more reliable, and accurate. Whether you need a second opinion on your existing application or you want to create an entirely new application for your business, an expert API Developer can do the job for you.
An API Developer's job does not stop at developing. They can also work on design and implementation testing, guide through the entire architect process from prototyping to implementation, create custom system integration solution based on the project requirements, and collaborate with other teams to develop systems that meet customer expectations.
When hiring an API Developer through Freelancer.com, rest assured that they are as competent as any hired onsite software engineer.
Here’s some projects our experts have worked on:
No matter what your business needs are in terms of API development, our expert freelancers are ready to take on the challenge and provide support whenever you need it. With expertise in debugging applications and web development, you're guaranteed to find the right developer for your project! So why wait? Post your project today at Freelancers.com and reap the benefits of working with an expert API Developer now!
De 168,719 opiniones, los clientes califican nuestro API Developers 4.9 de un total de 5 estrellas.Somos , una agencia especializada en automatización e inteligencia artificial para empresas. Estamos buscando un desarrollador freelance senior para colaborar en proyectos de integración de sistemas, automatización de procesos e implementación de soluciones basadas en IA. Actualmente participamos en un proyecto de gran envergadura que requiere experiencia real en integraciones empresariales complejas. Requisitos imprescindibles Experiencia avanzada con n8n Integración de APIs REST OAuth2 y autenticación de servicios Webhooks Docker y despliegues self-hosted PostgreSQL o bases de datos similares Experiencia integrando CRMs, ERPs o plataformas empresariales Muy valorable Python FastAPI LangChain Claude / OpenAI APIs SuiteCRM Personio Google Worksp...
Quiero optimizar la atención de mi línea de WhatsApp. Recibo entre 1 y 50 mensajes diarios y deseo que cada uno obtenga una respuesta automática clara y coherente, sin intervención manual. Lo que necesito: • Configuración o implementación de un sistema de respuestas automáticas en WhatsApp (puedes usar WhatsApp Business, un bot basado en la API o la solución que mejor se adapte). • Plantillas de mensajes cortos y bien redactados que cubran las preguntas frecuentes de mis clientes. • Instrucciones sencillas para que yo pueda ajustar o actualizar los mensajes en el futuro si cambia la información. Entrego acceso a la cuenta de WhatsApp Business y la lista actual de consultas comunes; tú te encargas de ...
Necesito a una persona que se integre de forma continua con nuestro equipo para llevar la personalización y automatización dentro de Odoo al siguiente nivel e incorporar capacidades de inteligencia artificial en todas las áreas posibles. Qué espero que hagas • Revisar y mapear todos nuestros procesos de negocio actuales (inventarios, facturación, contabilidad, CRM y cualquier otro flujo operativo). • Diseñar un plan de automatización por fases que cubra desde pequeñas mejoras hasta la optimización completa del flujo «end-to-end». • Implementar reglas, flujos de trabajo y personalizaciones en Odoo (Studio, Python, XML, API REST) que reduzcan tareas manuales y errores. • Desarrollar o ...
Perdí por completo el código fuente de mi aplicación Android y solo conservo el APK instalado en algunos dispositivos. Necesito recuperar un proyecto íntegro en Android Studio a partir de ese binario, con todo el código legible, los recursos ordenados y la posibilidad de compilarlo sin errores. La app hace un uso intensivo del teléfono (gestión de llamadas y sensores) y precisa acceso al GPS para su funcionamiento principal, por lo que el proyecto resultante debe conservar esas llamadas a la API de Android tal como funcionan hoy. El trabajo consiste en: • Descompilar el APK con herramientas como JADX, apktool o equivalentes. • Reconstruir la estructura del proyecto (módulos, Gradle, recursos, firmas). • Limp...
My current trading automation is written in Python and it keeps letting me down—frequent disconnections, sluggish execution, and a parade of cryptic error messages. Rather than trying to patch it yet again, I want a fresh start in a different language and, preferably, a lighter-weight stack. The core goal is to send trade signals to my Topstep account through TradersPost, but without leaning on TradingView or any Python components. I am open to JavaScript, Ruby, Java, or another language you feel is a better fit for low-latency, stable connectivity. Scope of work • Build a reliable bridge that pushes signals to TradersPost for Topstep evaluation. • Maintain a real-time market-data feed so I can monitor positions and conditions continuously. • Generate concise dai...
I have a live Python script that pulls real-time level-2 data, processes it, and fires trading signals to my platform through a websocket. The code logic itself is solid, but the socket drops randomly throughout the day, interrupting order flow. I need a robust fix that keeps the connection alive, gracefully reconnects when the exchange hiccups, and guarantees that no signals are missed or duplicated on the trading platform. Here is what I’m looking for: • Diagnose why the websocket disconnects (it shows “Connection drops” at irregular intervals) and harden the client—heartbeat messaging, exponential back-off, or whatever best practice you prefer. • Preserve my existing RL level-2 tracking code; only the transport layer needs rework. • Push the ...
I already have both Elastic (Elasticsearch/Kibana) and PagerDuty running; what I’m missing is a clean, production-ready integration between the two. Here’s what I need from you: – Use my PagerDuty API key to wire Elastic Stack to PagerDuty. – Build three alert types in Elastic—threshold, anomaly detection, and log monitoring—so that error logs, performance issues, and security breaches all raise incidents automatically. – Configure PagerDuty’s escalation policy so incidents first page the IT Support team and, if unacknowledged, move on to the System Administrators. – Run an end-to-end test to prove notifications fire, escalate, and resolve correctly, documenting the steps and results. Everything should be done with standard Ela...
I’m hitting the “redirect_uri query parameter value is invalid” wall while authenticating against the QuickBooks Online production API. The app is written in plain Python—no Flask, no Django—so the OAuth 2.0 flow is all hand-rolled. Everything works fine until Intuit kicks back that error right after the user grants consent. I need someone who knows the Intuit Developer portal inside out to walk through my current settings, verify the exact redirect URI configuration, and confirm that the Python logic for state, scopes, and exchange tokens lines up with what QuickBooks expects. A quick screen-share or well-commented code patch is all it should take; once the callback is accepted and I can pull a live company file, we’re done. Deliverables: • Cor...
I want to turn the flood of daily WhatsApp messages I receive about my residential listings into a smooth, fully-automated experience. The goal is a chatbot that greets prospects, asks the right qualifying questions, and instantly answers the three areas I’m asked about most: detailed property specs, up-to-date pricing, and available viewing slots. Because availability changes quickly, I need the bot to pull that status automatically from my listings database rather than relying on manual updates. When something is no longer on the market, the reply should reflect it in real time and, ideally, suggest the next closest match. A clean conversational flow is key. Users should be able to: • request photos, floor plans, or a brief description of a specific unit • check pri...
Por favor, regístrate o inicia sesión para ver los detalles.
I need a developer who has already worked with the WhatsApp Business Cloud API to hook it into our own in-house CRM via webhooks. The goal is straightforward: once the integration is live I must be able to send and receive WhatsApp messages from inside the CRM using our Meta-approved business number. No template catalog or personalised templating is required; we’ll start with plain text messaging and build on that later. You will be expected to: • Build the webhook endpoints that capture incoming messages and push them into our existing messaging module. • Create the outbound message flow so agents can reply or start conversations directly from any contact record. • Handle authentication with Meta, including token refresh, and document the required environment var...
Por favor, regístrate o inicia sesión para ver los detalles.
I hold direct access to the official WhatsApp Business API and want to expand its reach across India through committed reseller partners. Your core role is simple and profitable: purchase our API credits at a discounted rate and resell them to any size organisation—start-ups, SMEs, or large enterprises—under your own brand or ours. What I provide • A stable, Meta-approved WhatsApp Business API with 99.9 % uptime • White-label dashboards, marketing collateral, and onboarding tutorials • Tiered pricing so you can protect your margins • Real-time technical support so you can focus on sales while we handle integration questions What I need from you • An existing customer base or proven channel into the Indian market • Ability to invoi...
I need a streamlined booking system that lets me manage hotel-room inventory across the major OTAs from a single dashboard. The core of the job is to configure or build the booking engine itself; I am not looking for a full CRM or extensive maintenance module right now. My priorities are: • Accurate, real-time inventory management for every room type I offer • Seamless availability and rate synchronisation with channels like , Expedia, Airbnb and my direct website • A clean back-office interface where I can add or block rooms, apply promotions, and pull occupancy reports I am open to whether you customise an existing cloud PMS or develop a lightweight proprietary tool, as long as it reliably prevents double-booking and is easy for front-desk staff to learn. If you h...
Parcel project cover all USA, API, GIS, CVS ,,, all counties.
ElevenLabs expert required to setup so the agent can initiate a conversation with a visitor at the site after a certain timeframe. Apparently this will require API calls and an SDK. Need someone with experience in setting this functionality up who has great communication skills and can work quickly,. I asked the ElevenLabs agent about this and it initially indicated this could be achieved through the agent widget settings. It kept telling me that the initiate chat function could be setup in the agents behavior settings but it could not tell me where to find those settings. I spent quite a while going back and forth with it but could not find the settings. Eventually it told me to use an SDK. Agent responses: I see. It's possible that the proactive chat initiation feature is some...
I have a full specification in the attachment, but in short I need a single code-base that lets me manage Facebook, Instagram, Twitter, TikTok and, if possible, any additional network we may add later. The core objectives are: • Automated posting – The system must pick up user-generated content that I approve in the CMS, then publish it to each network in the correct format, complete with captions, hashtags and links. A queue or calendar view for manual rescheduling is also required. • Analytics dashboard – Real-time insight into reach, engagement, follower growth and click-throughs, presented in easy-to-read charts with export to CSV/PDF. All APIs for Facebook, Instagram, Twitter and TikTok need to be integrated cleanly, respecting rate limits and platform pol...
Title: Assemble and deploy a an app (code already written) Project overview: The MVP scope, architecture, and all core code have already been written and reviewed — this job is primarily assembly, configuration, and deployment, not building from scratch. What's already done: - Full frontend code: customer-facing PWA - Full Node.js/Express backend code: REST API covering stores, products, geo (PostGIS), orders, auth - JWT authentication with refresh tokens and role-based access - Stripe Connect integration for marketplace checkout with automatic platform fee splitting - Shopify OAuth + product sync (with webhook handlers for live updates) - Firebase Cloud Messaging push notification service with 24-hour alert suppression logic - Admin panel backend (retailer approval, order...
My web-based AI bot has suddenly stopped behaving as expected and I need it back online fast. You will dive into the existing codebase, pinpoint the root cause, and push a clean, tested patch that restores full functionality. Key details • The bot runs entirely in a web environment, interacting with users through a browser interface and calling several backend APIs. • Tech stack includes typical web languages (JavaScript, Python/Flask, Node, or similar) plus an external LLM endpoint. I will grant you Git access so you can see the exact implementation. • Logs show intermittent failures and occasional timeouts; other symptoms may appear once you reproduce the issue locally. What I need from you 1. Rapid diagnosis of the failure. 2. A concise report explaining t...
I'm looking for a developer to build a URL shortening website using the Bitly API on WordPress. Requirements: - Users must authenticate to access the URL shortening feature. - The site should have a clean, user-friendly interface. - Implement Bitly API for URL shortening functionality. Ideal Skills and Experience: - Proficient in WordPress development. - Experience with Bitly API integration. - Strong understanding of user authentication mechanisms on WordPress.
私が作成した完成済みの記事を、主要な日本のブログプラットフォーム(Qiita、はてなブログ、Noteなど)に自動的に公開してくれる、小型で信頼性の高いスクリプトが必要です。目標は、フォルダにファイルをドロップし、1つのコマンドを実行するだけで、タイトル、本文、タグ、添付画像などが、私が作成した通りの状態で投稿されるようにすることです。 私が考えている主な流れは以下の通りです: • Markdown、HTML、またはプレーンテキストのソースファイルを受け付ける。 • シンプルなフロントマター(タイトル、タグ、公開日、スラッグ)を読み取る。 • 各プラットフォームの公式API、またはAPIが利用できない場合はヘッドレスブラウザの手法を用いてログインし、投稿を作成または更新する。 • 成功、投稿URL、またはエラーを確認できる明確なコンソール出力(またはJSON)を返す。 私はPythonやNode.jsの運用に慣れていますので、開発が最も効率的に進められる環境を選んでください。スクリプトには、1) 1つのコマンドで依存関係をインストールできる、2) 必要に応じて後からプラットフォームを追加できる、3) 必要に応じてcronで投稿をスケジュールできる、といったことが可能になるよう、十分なドキュメントを添付してください。 受け入れ基準 – 引き渡し時に、インライン画像を含むサンプルMarkdown記事を少なくとも1つのターゲットプラットフォームに公開できること。 – READMEに、セットアップ方法、認証情報用の環境変数、およびプラットフォームリストの拡張方法が記載されていること。 – コードは整理されており、コメントが適切に付けられ、Gitリポジトリまたはzipアーカイブ...
We are building IVR Flow Viewer — a web application that allows contact center administrators and developers to visualize, explore, and audit Genesys Cloud IVR flows without needing to log into the Genesys Cloud portal. Core Features Required 1. Genesys Cloud Integration OAuth 2.0 authentication with Genesys Cloud Fetch all Architect Inbound Call Flows via Genesys Cloud API Parse and render flow actions, menus, branches, and conditions 2. Visual Flow Diagram Interactive node-based canvas (React Flow / D3.js or similar) Zoom, pan, drag nodes Color-coded node types (Menu, Transfer, Disconnect, Play Audio, etc.) Click on node to see properties/details 3. Flow Management Search and filter flows by name Switch between multiple flows Show flow version history 4. Export Options Expo...
Job description: About SmartSetter SmartSetter is an industry-leading recruitment operations firm. With a track record of over 4 million outbound engagements and 23,000 successful placements, we provide the essential infrastructure for the world’s largest real estate brokerages. We operate a high-performance, remote environment that values innovation, precision, and a commitment to delivering seamless solutions for our clients and internal teams. The Role Overview We are seeking a highly disciplined IT & Automation Systems Specialist to lead the next phase of our technical evolution. As SmartSetter scales, we are separating our core infrastructure management from our high-level automation strategy. This is a critical, high-execution role designed for a candidate who wants to o...
Je souhaite collaborer avec un(e) spécialiste Qlik Sense capable de concevoir une série de rapports interactifs et visuellement clairs. Objectif principal : la création de rapports – plus précisément des rapports financiers, de ventes et de performance – qui serviront aux équipes décisionnelles. Sources de données déjà identifiées : • Bases de données SQL (schémas relationnels existants) • Feuilles de calcul Excel régulièrement mises à jour • API en ligne pour récupérer des indicateurs temps réel Ce que j’attends : 1. Modéliser les données issues de ces sources dans Qlik Sense en assurant cohé...
I need a solution that continuously scans my Brocade SAN switches, spots any unused or stuck ports, and then pushes a clear report without my intervention. The goal is full end-to-end automation: the system gathers raw switch data, interprets it through an AI prompt-engineering layer, decides whether a port is genuinely idle or hung, and sends results in a human-readable format (CSV, HTML, or PDF—whichever you feel is most robust for scheduling and archiving). You may design this in Python, Go, or another language suited to Brocade’s CLI and API ecosystem, but the finished workflow has to: • Connect securely to each Brocade SAN switch • Pull the necessary port information on a schedule I can modify • Feed that data into your prompt-driven AI logic to classi...
Saya ingin membangun pemindai saham berbasis web yang langsung terhubung ke API Fyers untuk menampilkan data real-time NSE Cash dan Futures. Aplikasi ini harus: • Berjalan sepenuhnya di web dengan back-end Python / Django. • Memindai setidaknya kondisi “Volume tinggi” secara live dan mengizinkan saya menambah kondisi lain—misalnya moving average crossover atau price breakout—melalui menu pengaturan, tanpa menyentuh kode. • Memiliki antarmuka ringan dan responsif yang memuat daftar simbol, kolom hasil, serta filter kustom yang bisa saya atur dan simpan. • Mengutamakan kecepatan refresh serta stabilitas, karena akan saya pakai untuk trading intraday. • Menyajikan dokumentasi singkat cara deploy (virtualenv, dependensi, setting kunci A...
I am expanding an internal application that monitors the health of industrial gas turbines and now needs a robust predictive-maintenance module. The current environment streams high-resolution sensor feeds in JSON and is backed by several years of curated historical performance data. The goal is to turn those two sources into accurate failure-risk forecasts and actionable maintenance recommendations. You will design and implement the full workflow—data ingestion, cleansing, feature engineering, model training, and deployment—inside a Python-based stack (pandas, scikit-learn or similar; feel free to propose alternatives such as PySpark or TensorFlow if they offer clear advantages). Real-time scoring must run fast enough to support control-room dashboards, and the results should...
I’m ready to add Google Maps features to my WooCommerce site and need a developer who can set up a clean, reliable API integration from scratch. The goal is to enhance the shopping experience with location–aware tools such as a store-finder, distance or delivery-fee calculations, and route visualisation, while keeping the solution lightweight and fully compatible with my current theme and plugins. Here’s what I expect when the job is done: • A custom plugin / code snippet that drops seamlessly into my existing WooCommerce setup, no core edits. • A simple admin panel or settings page where I can toggle features (store locator, distance display at checkout, route map, etc.) and paste the API key. • Front-end output that inherits my site’s styli...
DNS Bulk Upload + Google OAuth Automation ## Overview I need a Python automation tool that connects to GoDaddy API and Instantly AI API. It reads records from a Google Sheet, processes them in bulk, and writes results back. The tool should handle DNS records, DKIM records, and Google Workspace (GSUITE) account connections. ## Requirements ### 1. Bulk DNS & DKIM Record Management - Read DNS/DKIM records from Google Sheets (service account integration) - Validate records (domain, type, name, value, TTL, priority) - Bulk apply records to GoDaddy DNS API (create, update, delete) - Update sheet status columns with success/failure per row ### 2. Google Workspace → Instantly AI Account Connection - Read email + password from a Google Sheet tab - Initiate OAuth session via Instantl...
DNS Bulk Upload + Google OAuth Automation ## Overview I need a Python automation tool that connects to GoDaddy API and Instantly AI API. It reads records from a Google Sheet, processes them in bulk, and writes results back. The tool should handle DNS records, DKIM records, and Google Workspace (GSUITE) account connections. ## Requirements ### 1. Bulk DNS & DKIM Record Management - Read DNS/DKIM records from Google Sheets (service account integration) - Validate records (domain, type, name, value, TTL, priority) - Bulk apply records to GoDaddy DNS API (create, update, delete) - Update sheet status columns with success/failure per row ### 2. Google Workspace → Instantly AI Account Connection - Read email + password from a Google Sheet tab - Initiate OAuth session via Instantl...
Job Description: We’re looking for a skilled and detail-oriented QA tester based in Singapore to help us test the API functionality of our payin and payout systems. You will play a key role in validating the reliability and accuracy of our payment processes, ensuring everything runs smoothly from start to finish. Scope of Work: * Conduct end-to-end testing of API-based payin and payout transactions * Monitor and record the full transaction process, including responses and behavior at each stage * Identify and report bugs or unexpected results with clear documentation * Work closely with developers to replicate issues and verify fixes * Offer suggestions to improve testing coverage and process reliability Requirements: * Must be physically located in Singapore (for regional paymen...
I need a streamlined booking system that lets me manage hotel-room inventory across the major OTAs from a single dashboard. The core of the job is to configure or build the booking engine itself; I am not looking for a full CRM or extensive maintenance module right now. My priorities are: • Accurate, real-time inventory management for every room type I offer • Seamless availability and rate synchronisation with channels like , Expedia, Airbnb and my direct website • A clean back-office interface where I can add or block rooms, apply promotions, and pull occupancy reports I am open to whether you customise an existing cloud PMS or develop a lightweight proprietary tool, as long as it reliably prevents double-booking and is easy for front-desk staff to learn. If you h...
i need a profitable polymarket bot for crypto 5m and 15m UP/DOWN.
Just gathering initial info about a specific plugin I want to make. Need a plugin to automatically purge cache for Wordpress where as people can purge cache on a specific schedule. Keep it simple. Using Cloudflares API/webhook. People would enter in their API code Then use a scheduler using cron job to schedule a time to purge their sites cache Now, Daily, Weekly, Monthly. They can also select certain pages or purge everything. Their should also be an icon they can click in the top edit bar so they can purge any page at any time. Thanks.
Casa de apostas online (dinheiro real) + M-Pesa Procuro programador para desenvolver uma casa de apostas online completa, em produção: contas de utilizador, carteira em dinheiro real, depósitos e levantamentos via M-Pesa, e no mínimo 5 jogos de casino originais (aviator, jetx, crash, roleta, slots, dados, mines, etc.) com resultado decidido no servidor e ligados à mesma carteira. Em português, moeda Metical (MZN). O que já tenho (forneço em privado após contratar) Credenciais e documentação de requisições da API M-Pesa da operadora (depósito C2B e levantamento B2C). Projeto Firebase sera configurado por si. Um jogo crash funcional (Firebase, provably fair) para servir de base/referência....
I am putting together a comprehensive reference database to guide upcoming product-development decisions. The goal is to catalogue a minimum of 10,000 iOS and Android titles drawn from every country and language available on the App Store and Google Play, covering both free and paid listings. The core data fields I need captured for each entry are: • App / tool / product name • Supported platform (Apple, Android, or both) • Company or developer, when publicly listed • Primary task, activity, or use-case the app addresses • Country or region of origin (if identifiable) • Language(s) in which the listing is published • Direct store URL for verification (if available) Please deliver the final dataset in a clean, de-duplicated CSV or Excel fil...
When I search for preferred mobile numbers on the Jio Self-Care portal, the site blocks further queries after a short burst of activity and keeps me locked out for roughly 20–22 hours. All signs point to a request-based rate-limiting mechanism. Your job is to dive into the traffic, confirm exactly how that limit is enforced, and then craft a sustainable fix by elevating or adjusting the account-side privileges rather than relying on short-lived technical hacks. Here is what I expect: • Packet-level and header analysis to pinpoint the trigger condition (endpoint, count, timeframe, hidden token, etc.). • A documented explanation of the underlying rate-limit logic. • A practical solution centred on improving the account’s standing/privileges so searches can...
I need a script that can take multiple entries, hit the DSA form inside Telegram in bulk, and push each submission automatically without any manual clicks from me. The core requirement is full automation of the form-filling and submit cycle; once I feed the data, the tool should handle the rest. The data you will work with comes from my side, but the script has to talk to external APIs during or right after each submission—for example, to pull fresh values or to confirm that the form accepted the entry. If an API responds with updated information, the script should use it in real time before sending the form. Preferred workflow • Accept my structured input (JSON is fine). • Call the necessary APIs for any look-ups or post-submit confirmations. • Populate every fi...
I’m building a production-grade web application and need a seasoned full-stack Java developer to drive the effort from architecture through deployment. The back-end will be written in modern Java with Spring Boot at its core, using Hibernate for ORM and a microservices design to keep the codebase modular and scalable. You’ll own everything server-side: designing RESTful endpoints, modelling the database, securing the APIs, writing unit and integration tests, and containerising the services for smooth deployment. If you prefer bringing your own front-end stack, that’s fine—Angular experience is certainly welcome but not essential, as long as the UI integrates cleanly with the services you expose. When you respond, focus on the depth of your experience deliverin...
I am looking for an experienced Python developer to build a lightweight, cost-effective Telegram Bot that extracts hidden property data from UAE real estate portals (specifically Property Finder and Bayut). The bot's workflow must operate as follows: 1. The user inputs a specific listing URL into the Telegram chat interface. 2. The Python backend fetches the listing data, securely bypassing anti-bot/Cloudflare protections by routing requests through an unblocking API gateway (such as ScraperAPI, Webshare, or standard residential proxies). 3. The script extracts specific hidden backend variables embedded within the webpage's HTML data layer (such as the `__NEXT_DATA__` JSON framework). 4. The bot returns a structured summary back to the user displaying: Property Unit Number, Pr...
I’m looking for a developer who can turn my existing buy/sell signals into a fully automated stock-market trading bot. The core requirement is simple: whenever a signal is fired the program must place, modify, and close positions on my brokerage account without manual intervention. Low-latency order routing, solid error handling, and detailed logging are all essential so I can audit every fill later. The signals will be supplied in real time from my current analytics stack (webhook or REST is fine), so the bot only needs to focus on trade execution rather than market analysis or portfolio optimisation. I’m flexible on language—Python, C#, or Node.js are all acceptable—as long as the final solution is stable and easy for me to maintain. Experience with APIs such as ...
Project: Stripe Payment Integration with TermiteKiosk I operate a termite inspection business and use TermiteKiosk to create and deliver inspection reports. I am looking for an experienced Stripe and workflow automation specialist to set up a payment system that requires customers to pay before receiving their inspection report. Project Goals: • Integrate Stripe with my existing TermiteKiosk workflow. • Generate and send a Stripe payment link to customers after the inspection is completed. • Prevent inspection reports from being delivered until payment has been successfully received. • Once payment is confirmed, automatically release the report to the customer or trigger an automated email containing the report. • Minimize manual steps and create a reliable, easy-t...
I need a seasoned Python-Django developer to build a standalone web application that streamlines three critical workflows for our chemical plant: inventory management, laboratory data processing, and all reporting/compliance paperwork. Here’s what I’m after: • A clean Django back-end (Python 3.11 preferred) with models that accurately reflect our product SKUs, raw-material lots, test batches, and regulatory documents. • Automated lab-data capture screens and background routines that calculate specs, flag out-of-tolerance results, and store everything in a searchable archive. • Real-time inventory tracking with automatic unit-of-measure conversions, reorder alerts, and audit-ready lot traceability. • One-click generation of compliance reports (PDF/...
Meu sistema de leitura inteligente de documentos já está em operação e cobre cerca de 70 % do fluxo: a captura, o OCR e a extração por IA funcionam perfeitamente. Agora preciso concluir a última etapa do projeto para que o resultado chegue de forma limpa e automática ao laboratório Worklab (Criasoft). O que falta entregar: • Estruturar todos os dados extraídos em um payload único em JSON, padronizado e validado. • Criar uma lógica “De/Para” baseada em IA/algoritmo de aprendizado que reconheça cada exame lido e converta para o código que o Worklab aceita, permitindo fácil atualização futura de novos mapeamentos. • Consumir o Webservice/API d...
I manually trade a multi-leg, intraday options strategy on the NIFTY and SENSEX indices and now want the entry and exit flow fully automated. The trade is triggered purely by price action read directly from the live option chain: once specific premium relationships line up, the script should enter the predefined set of legs and then monitor those same premiums to decide when to exit. No indicators or news feeds are involved—only real-time option chain prices. There are specific Risk Management rules in place like the fixed Stop Loss mechanism which has to be followed no matter what and on the basis of that the trading and entry and exit happens. Scope of work • Connect to my Indian broker’s API for live option chain data and order placement. • Continuously scan p...
I’m ready to add an AI-powered chatbot to my site and need an expert who can quickly deploy Tidio, Botpress, or another comparable platform and leave it fully configured for future growth. What I need you to do: • Install and connect the chosen chatbot to my website, ensuring smooth embed and loading. • Tune it for customer support as the main objective. • Build flows that can: – Answer FAQs automatically, – Hand off to live chat agents when needed, – Collect customer feedback after each interaction. • Train the bot with my existing FAQ content (I’ll supply docs or links). • Set up an easy way for me to update answers or add new flows later, with clear written instructions. • Configure analytics so I can tra...
Job Description: We’re looking for a skilled and detail-oriented QA tester based in Singapore to help us test the API functionality of our payin and payout systems. You will play a key role in validating the reliability and accuracy of our payment processes, ensuring everything runs smoothly from start to finish. Scope of Work: * Conduct end-to-end testing of API-based payin and payout transactions * Monitor and record the full transaction process, including responses and behavior at each stage * Identify and report bugs or unexpected results with clear documentation * Work closely with developers to replicate issues and verify fixes * Offer suggestions to improve testing coverage and process reliability Requirements: * Must be physically located in Singapore (for regional paymen...
Technical Execution & Leadership: Development & Architecture: Design, build, and maintain high-performance, clean, and reusable React code structures. Enforce optimal state management strategies across modules. Mentorship & Standards: If entering in a leadership capacity, guide junior frontend developers through robust code reviews, structured architecture alignment, and practical pair programming sessions. Performance Optimization: Audit and enhance application loading times, component rendering behavior, and maintain cross-browser styling and operational compatibility. Project & Scope Management: Break down intricate visual or business feature sets into structured, highly manageable Jira tasks while establishing concrete Level of Effort (LOE) estimates for technical spri...
I have some sites with Stripe and PayPal already plugged in, yet I’m not completely sure the setup is rock-solid. I’m looking for a payments specialist to sanity-check everything and prove that money flows exactly as it should. Here’s what I need you to do: • Examine each WordPress installation or laravel etc, plugin, and gateway setting to confirm API keys, webhooks, currency, tax, and notification settings are all correct for both Stripe and PayPal. • Run test transactions for every scenario I offer—single product sales plus the membership options of Monthly subscriptions and One-time payments. Make sure charges go through, memberships activate, renewal/cancellation logic fires, and emails or receipts reach the customer. • Document every step. If s...
I already monitor a handful of well-known online retailers with Playwright scripts, but a recent round of site changes and Cloudflare tweaks has broken several of them. I need an investigator more than a scraper: someone who can step through the JavaScript, map new DOM paths, trace hidden XHR / fetch calls, and patch or rewrite the logic so pricing information is captured accurately again. What you will tackle • Analyse each failing script, identify why the price node or API endpoint now returns nothing, and document the root cause. • Reverse-engineer any new front-end obfuscation, lazy-loaded content, or anti-bot measures that stand in the way. • Where Cloudflare is involved, adjust Playwright settings or introduce lightweight work-arounds (rotate fingerprints, tweak...
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
Learn how to find and work with a top-rated Google Chrome Developer for your project today!
Learn how to find and work with a skilled Geolocation Developer for your project. Tips and tricks to ensure successful collaboration.