
Closed
Posted
Paid on delivery
The small automation that used to pull weekly figures from a password-protected website into my existing Google Sheet stopped working after the site detected my developer’s bot and black-listed his IP. I still have full access to the account by normal browser login (standard username / password, no 2FA), and the sheet structure is already in place; I simply need the data flow restored and hardened against future blocks. Here’s what I need from you: • Re-establish a reliable scraping routine that logs in with my credentials, captures the same weekly figures, and appends them to the correct tabs/columns in the sheet. • Implement whatever anti-blocking measures you feel are appropriate—rotating proxy, human-like delays, headless Chrome, Puppeteer, Apps Script with URL Fetch, or a lightweight Python/Node job that runs on a scheduler—so the site no longer flags the traffic. • Keep the solution easy for me to maintain: credentials stored securely, clear comments in the code, and instructions on how to update or redeploy if the site layout changes. • Provide a quick test run to prove the numbers arrive in the sheet without manual intervention, then schedule it to trigger automatically each week. If you’ve handled login-required scraping into Google Sheets before, especially where blocking is an issue, I’d love to see it working again fast.
Project ID: 40441569
138 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
138 freelancers are bidding on average $147 USD for this job

Hi I have strong expertise in Web Automation using Google Sheets, and can develop you a reliable, fully automated tool to export weekly data from your targeted website into existing Google Sheets. I'm available to discuss details in chat and can start right away. Abdul H.
$100 USD in 2 days
7.8
7.8

⭐⭐⭐⭐⭐ Restore Automated Data Flow to Google Sheets with Reliable Scraping ❇️ Hi My Friend, I hope you are doing well. I reviewed your project details and see you are looking for a solution to restore your automated data flow from a password-protected website to Google Sheets. You don’t need to look any further; Zohaib is here to help you! My team has successfully completed over 50 projects for web scraping and data automation. I will create a reliable scraping routine that securely logs in and captures your weekly figures, ensuring they append correctly in your sheet. ➡️ Why Me? I can easily restore your data flow and enhance it against future blocks. I have 5 years of experience in web scraping, data automation, and API integration. My expertise includes using tools like Python, Puppeteer, and Apps Script, ensuring a robust solution. Additionally, I have a strong grip on implementing anti-blocking measures to keep your data flow smooth. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you in chat. ➡️ Skills & Experience: ✅ Web Scraping ✅ Data Automation ✅ API Integration ✅ Python Programming ✅ Puppeteer ✅ Google Sheets API ✅ Data Security ✅ Task Scheduling ✅ Error Handling ✅ Script Optimization ✅ Credential Management ✅ Testing & Debugging Waiting for your response! Best Regards, Zohaib
$150 USD in 2 days
8.1
8.1

Hi, I have over 5+ years of experience in both frontend and backend development. I will do the specified tasks. Key Areas of Expertise: a) Full-Stack Development: Proficient in both frontend and backend technologies Frontend: Next, Js, ReactJS, Bootstrap, JavaScript, jQuery Backend: Laravel, CodeIgniter, Node.js b) API Integration: Experienced in integrating and working with APIs to enhance application functionality. c) Microservices: Skilled in developing and integrating microservices for scalable and efficient solutions. d) Database Management: Competent in managing databases with Postgresql, MySQL, MongoDB, and Oracle. d) Server Handling: Adept at handling server environments such as AWS, Google Cloud, VPS, Apache, and Nginx. Let’s discuss how I can help achieve your project goals and add value. Lets connect in chat so that We discuss further. With Regards, Sai
$100 USD in 2 days
7.3
7.3

Hi, I’ve developed multiple Google Sheets integrations that pull data from various sources, including web scraping with login credentials. I understand the importance of reliable data flow and have implemented robust solutions with features like proxy rotation and human-like delays to avoid detection. In your case, I see two main issues: the scraping method and the way credentials are handled. If the scraping is done using a headless browser, it’s crucial to use a dedicated browser profile with a real user agent to avoid detection. I’ve built a similar solution for a client where we used a dedicated Chrome profile with a real user agent, resulting in a 100% success rate. For credential management, I prefer using a secure vault like AWS Secrets Manager instead of hardcoding them in the script. This way, you can easily update credentials without modifying the code. Let’s schedule a 10-minute introductory call to discuss your project in more detail and ensure I fully understand your requirements. I usually respond within 10 minutes. I’m eager to learn more about your exciting project. Best regards, Adil
$113.67 USD in 7 days
6.9
6.9

Hi, I see you need to restore and harden a scraping automation that feeds data into Google Sheets, with blocking mitigation as a key challenge. The main engineering risk here is maintaining reliable authenticated data ingestion while avoiding detection and blacklisting. I usually structure scraping systems with clear separation between login/session management and data extraction layers, ensuring resilience to site changes and blocking tactics. I've built several automation pipelines involving login-required scraping and scheduled data updates, focusing on maintainability and secure credential storage. The Custom Feature Development & Integration project reflects my ability to dive into existing codebases, improve data flows, and deliver well-documented, maintainable solutions tailored to client needs. I approach these systems by isolating the scraping logic from scheduling and sheet update orchestration, enabling easy updates when site layouts shift. Implementing human-like delays and proxy rotation can be balanced against system complexity and reliability. These systems are designed for long-term production use with clear handoff documentation, so your team can maintain and update them independently. I can outline the retrieval pipeline, map the login and scraping flow, and sketch the integration with Google Sheets to ensure robustness and transparency. Thanks, Hercules
$140 USD in 7 days
7.0
7.0

Hello, I reviewed your Google Sheets scraper issue and understand the current workflow already exists, but the login-protected site blocked the previous bot/IP. I can restore the weekly data extraction, reconnect it to the correct tabs/columns, and harden the process with reliable anti-blocking measures so the automation runs consistently again. I’ll deliver a maintainable scraping setup using Python or Node.js with secure credential handling, browser-based login automation, human-like request timing, proxy rotation if needed, and automated weekly scheduling. I’ll also document the full workflow clearly, including how to update selectors or redeploy if the site structure changes, and run a live test to confirm figures append correctly into Google Sheets without manual work. I’m ready to start immediately and can focus first on restoring stable data flow before optimizing reliability and long-term maintenance. Please share the current sheet structure and whether the existing scraper was built in Apps Script, Python, or Node.js. Thanks, Asif
$250 USD in 3 days
6.9
6.9

Hi there, I specialize in reviving and enhancing Google Sheets web scraping projects like yours. With expertise in implementing anti-blocking measures and ensuring secure, easy-to-maintain solutions, I can swiftly re-establish the data flow and automate the weekly figures retrieval process for you. Let's discuss further to get your scraping routine up and running smoothly without any manual intervention. Looking forward to collaborating on this project with you. Best regards, Kausar | Full Stack Developer
$180 USD in 3 days
6.8
6.8

Hello, I can restore your weekly scraper so it logs into the password-protected site, pulls the same figures, and appends them into the correct Google Sheet tabs without changing your current sheet structure. I have handled login-based scraping with Python/Node, Puppeteer/Chrome automation, Google Sheets API, secure credential storage, and practical anti-blocking steps like proxies, realistic delays, retries, and clear failure logging. I’ll keep the setup easy to maintain with commented code, simple redeploy notes, and a test run showing the numbers arriving automatically in the sheet. I am ready to begin immediately and would be happy to discuss the project in further detail. Thanks, Teo
$200 USD in 2 days
6.7
6.7

Hello, I'm an experienced developer skilled in building web scrapers, crawlers, and webbots. Throughout my career, I have created numerous bots that automatically log in to websites to retrieve desired data or automate manual tasks. I understand that the site has blocked the scraper you were using previously. Do you still have access to that scraper? If so, could you share it with me? I would like to examine the code and make some modifications to revive it. If you don’t have access to the old scraper, I can create a brand new one from scratch for you. This new scraper will automatically log in to your account, retrieve weekly figures, and append them to the correct tabs and columns in your Google Sheet. I can use either PHP or Apps Script, depending on which is best suited for this task. Let’s discuss this project further. I am a hardworking individual who always strives to deliver quality work, and I can assure you won’t be disappointed by hiring me. Feel free to leave me a message even if I appear offline. I typically respond within a few minutes when online and within a few hours when offline.
$150 USD in 3 days
6.8
6.8

Hi there, I’ve read your project and I’m confident I can restore a reliable login-based scraper that pushes weekly figures into your Google Sheet. I’ll implement anti-blocking measures like rotating proxies, human-like delays, and either headless Chrome with Puppeteer or a lightweight Python/Node job for scheduling. Credentials will be stored securely with clear, maintainable comments and simple redeploy steps if the site layout changes. I’ll run a quick test to verify numbers land in the sheet, then set up a weekly trigger and leave you with easy instructions to update . Best regards,
$155 USD in 9 days
6.4
6.4

Hi, I can help restore your login-based automation and make the Google Sheets data flow more stable, maintainable, and less likely to break again. I have strong experience with Python, Node.js, Puppeteer, Playwright, Google Sheets API, scheduled scraping jobs, and secure credential handling. For this project, I would first review the previous workflow, login process, blocked behavior, target data, and sheet mapping. Then I would rebuild the scraper using a reliable browser automation approach with careful request timing, session handling, secure secrets storage, logging, retry logic, and a weekly scheduler. I can also test whether a direct API or lower-risk export endpoint exists before using browser scraping. The final setup will append the weekly figures into the correct tabs and columns, include clear comments and redeployment instructions, and provide a test run so you can confirm the numbers arrive automatically. I will focus on keeping the automation compliant with your authorized account access while avoiding noisy bot behavior that caused the previous block. I would be grateful for the opportunity to get this working again quickly and will gladly accept any feedback you may have. Best, Justin
$1,000 USD in 7 days
5.9
5.9

Hi there, I've done plenty of login-required scraping into Google Sheets and can get your weekly data flow working again. Before rebuilding the scraper though, I'd want to quickly check whether the site offers an official API, data export, or report feed, since that would be far more reliable than fighting a block that will likely keep happening. If scraping is the only route, I'll build a clean, low-footprint routine that logs in with your credentials, runs at a sensible pace so it behaves like normal usage rather than bot traffic, and appends everything to the right tabs automatically on a weekly schedule. You'll get secure credential handling, well-commented code, and simple instructions to update it if the site layout changes. Happy to start with a test run so you can see the numbers land before we schedule it.
$140 USD in 2 days
6.0
6.0

Hi, I saw your note about the scraper breaking after the site flagged automated traffic, and the detail about the existing Google Sheet structure staying intact makes the restoration straightforward. I’ve handled login-required scrapers that pull recurring metrics into Sheets, including a case where I rebuilt a Puppeteer login flow and rotated proxies to restore stability for weekly reports. The real challenge here is avoiding behavioral fingerprints that get bots blocked. The login sequence, timing variance, session reuse, and request headers all need to mimic a real session. A basic script won’t survive long without that discipline. I’ll rebuild the login routine with a headless browser, add human‑pattern delays, implement proxy rotation, and wire the extracted numbers directly to your specified tabs and columns. I’ll secure the credentials, comment key steps, and include a short maintenance guide so you can adjust elements if the layout changes. Before finalizing, I need clarity on the hosting environment so I can design the scheduler and credential storage appropriately. I can have the restored flow running quickly. Thanks, John allen.
$155 USD in 1 day
5.7
5.7

Hello! As a seasoned web scraping specialist with over 9 years of experience, I'll restore your login-required data flow into Google Sheets with anti-blocking measures that actually work. Here's how I can help: - Re-establish scraping routine using Puppeteer with human-like delays and rotating proxies - Log in securely with your credentials (no 2FA) and capture weekly figures - Append data to the correct tabs/columns in your existing Google Sheet structure - Deploy as a scheduled Node.js or Python job (weekly trigger) - Provide clear, commented code and instructions for future maintenance or layout changes I'll test everything before handoff. Quick question: what's the target website, and do you have a preferred scheduling platform (e.g., Google Cloud Scheduler, AWS, or a simple GitHub Actions cron)?
$140 USD in 3 days
5.5
5.5

Hello, I have extensive experience building authenticated scraping and Google Sheets automation workflows using Python, Puppeteer, Playwright, and Apps Script, including systems that extract protected dashboard data while avoiding rate limits and bot detection. I’ve handled rotating proxy integration, session persistence, browser fingerprint tuning, scheduled cloud execution, and resilient parsers for clients who needed long-term stable reporting pipelines. For your setup, I will restore the login flow, reconnect the weekly extraction to the existing Google Sheet structure, and implement a more human-like automation pattern with controlled timing, session handling, and anti-blocking safeguards to reduce detection risk. The solution will include secure credential storage, deployment instructions, logging for failed runs, and a scheduled process that automatically appends verified figures to the correct tabs without manual intervention. Best regards
$50 USD in 2 days
5.6
5.6

AVAILABLE TO START IMMEDIATELY. FREE SAMPLE PROVIDED.,,. I will restore your weekly data flow using Python and rotating proxies to bypass the IP block and securely automate the login into your Google Sheets. 10+ years Advanced Excel experience, Certified VBA Programmer, MBA.
$51 USD in 1 day
5.3
5.3

I see you need to revive a web scraper that interacts with Google Sheets. Since these integrations often break due to API updates or changes in the target site's structure, I can quickly audit the current code to identify the failure point and restore its functionality. My background includes 15 years of experience in web development, with deep proficiency in JavaScript, Node.js, and server-side logic. I frequently handle backend automation and data connectivity, so I am well-equipped to troubleshoot and refactor your existing scraping script to ensure it runs reliably again. I can have this fixed for $124.56 within 1 day of being awarded the project. Message me with the current script and the specific error you are seeing so I can get to work.
$124.56 USD in 1 day
5.4
5.4

Hi, As per my understanding: You already have a working Google Sheet structure and access to the target website, but the previous automation stopped functioning after the site detected and blocked the scraper activity. You need a more reliable and maintainable solution that securely logs into the website, extracts the required weekly figures, and updates the correct Google Sheet tabs automatically without triggering future blocking mechanisms. Implementation approach: I can rebuild the automation flow using a stable scraping setup with secure authenticated login handling and scheduled execution. Depending on the website’s protection level, I can implement the solution using Puppeteer, Playwright, Python automation, or Google Apps Script combined with browser automation and proxy rotation where necessary. The workflow will include human-like interaction timing, session persistence, retry handling, and structured data validation before inserting records into Google Sheets. I will also ensure credentials are stored securely, code is clearly documented, and deployment/update instructions are provided for easy long-term maintenance. Before completion, I will run a live test showing successful data extraction and automatic sheet updates on schedule. A few quick questions: 1. Is the target website heavily JavaScript-based or mostly standard HTML pages? 2. Where is the current automation hosted: local machine, VPS, or cloud service?
$98 USD in 5 days
5.5
5.5

Hello, With 4 years of experience in Node.js and Automation, I specialize in developing solutions for data extraction and automation tasks. I understand your requirement to revive the Google Sheets web scraper and ensure a seamless flow of data without facing IP blocks. I have carefully reviewed the project details and am confident in my ability to re-establish a reliable scraping routine using your credentials, implement anti-blocking measures, and provide a user-friendly solution for easy maintenance. My expertise in JavaScript, Python, Web Scraping, and Automation aligns well with the project needs. I kindly request you to connect in chat for further discussion on how we can proceed with this project. Looking forward to the opportunity to work together. Best regards, Taimoor from Pixels Soft
$199 USD in 7 days
5.0
5.0

Hi there, I understand the urgency of restoring your automation for pulling weekly figures into Google Sheets. I've worked extensively on similar projects, particularly with login-required web scraping where blocking was an issue. I can help you re-establish a reliable routine that securely logs in, captures data, and appends it to your existing sheet structure seamlessly. To tackle the blocking problem, I propose using Puppeteer with headless Chrome to mimic human behavior during scraping. This will allow us to implement smart delays and possibly use rotating proxies to avoid detection. I will make sure the credentials are stored securely and include detailed comments in the code so it's easy for you to maintain. Once implemented, I'll conduct a test run to ensure everything flows smoothly into your sheet without manual input and schedule it for automatic weekly triggers. My skills in JavaScript, Python, web scraping, and automation make me confident that I can deliver this solution quickly. Looking forward to discussing this further! Best, Abdulhamid
$50 USD in 1 day
5.1
5.1

Rancho Cucamonga, United States
Payment method verified
Member since Feb 16, 2021
$30-250 USD
$10-30 USD
₹1500-12500 INR
$250-750 USD
$15-25 AUD / hour
₹12500-37500 INR
$30-250 USD
$250-750 USD
$30-250 CAD
$30-250 SGD
$50-750 NZD
$10-30 USD
₹750-1250 INR / hour
$250-750 USD
₹12500-37500 INR
£1500-3000 GBP
$15-25 USD / hour
$30-250 USD
$30-250 AUD
₹12500-37500 INR
₹1500-12500 INR