Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Optimize parsing

Translated16 USD

Applications 1

Application viewing is only available registered users.
  1. 1721
     10  0

    1 day45 USD

    Hello!

    I reviewed the code — the problem is clear.

    Google Sheets stops due to the API rate limit: update_full_statistics is called with every new row and makes 20+ requests in a row. Google allows ~60 requests/minute — hence the stops.

    What I will do:
    1. Batching Sheets requests — accumulating rows, writing once every N seconds
    2. SQLite as the main local storage (instead of CSV)
    3. Sheets updates asynchronously, not blocking parsing
    4. Operation 24/7 without stops

    I am ready to start now.

  2. 2112
     15  0

    1 day16 USD

    Hello. I looked at the script - the problem is with the Google Sheets API (limit 429) and the lack of auto-restart for Selenium when it crashes. I will add SQLite as the main storage, batch writing to Sheets, and a watchdog loop - all for 700 UAH, I will do it today.

  3. 860
     7  0

    1 day16 USD

    Hello, I will do everything quickly and efficiently. I make the best parsers for the price of 500 UAH.

  4. 8418
     100  0

    1 day16 USD

    Since Google Sheets has limits on writing, I suggest writing to a local file or SQLITE.

    I am ready to rewrite the script right now.

  5. 673
     5  0

    7 days16 USD

    Hello, I have been working on optimizing parsing for an e-commerce platform with over 50,000 products daily - I reduced processing time by 70% and implemented stable storage in SQLite.

    Why is Google Sheets currently stopping - due to API limits or large data volume?

    I suggest we get in touch, I will provide you with free technical consultation and we will create a development plan + I will tell you about my team!

  6. 423    2  0
    3 days16 USD

    Hello Alex!
    I am writing a parser in Python.
    I can help you with this.

  7. 288  
    2 days23 USD

    Good day!
    I reviewed the task - the problem is not with parsing, but with the architecture: there are too frequent calls to Google Sheets in the code (several API requests every few seconds), which triggers the limits and the system stops.
    I can fix it:
    - implement buffering of records
    - move the main storage to SQLite/CSV
    - leave Google Sheets only for periodic synchronization
    - set up stable operation 24/7 without hangs
    I am ready to implement it quickly and make the system reliable. We can discuss the details.

  8. 327  
    1 day16 USD

    Good day! I am ready to optimize your parsing for stable operation 24/7. I will solve the problem with Google Sheets (stops/limits) — either by optimizing the recording through batching and caching, or by transferring the storage to a file/SQLite for maximum reliability. I will set up an efficient data collection pipeline with error handling, logging, and auto-restart in case of failures. As a result, you will receive a stable system without data loss that operates continuously. I can also offer scaling for large volumes. I am ready to discuss the details and start immediately.

  9. 586    5  0
    1 day16 USD

    Hello! The problem of Google Sheets stopping during parsing 24/7 is well known to me — it is a result of exceeding quotas (Rate Limits) and network instability. I am ready to optimize your software, making it truly autonomous.

  10. 295  
    1 day16 USD

    Good day!

    The problem is clear — the overload of Google Sheets and the lack of data buffering, which makes the system unstable 24/7.

    I can solve:

    SQLite or file buffer instead of permanent records
    batch sending to Google Sheets to reduce load
    data queue between parsing and writing
    optimization of statistics recalculation
    auto-restart of Selenium in case of failures

    I have experience with Selenium and parsing/automation tasks.
    I can provide my CV if necessary.

  11. 256  
    1 day45 USD

    Hello! I have experience optimizing parsing with Google Sheets (reasons for stops: request limits, timeouts, large data volume). Solution: move storage to SQLite or CSV files with rotation, set up retries on errors, create logging for 24/7 monitoring. I can rewrite the logic for saving to a file or SQLite with auto-connection. We will discuss the details after reviewing the current code. I am looking for long-term work. I await your message in private!

  12. 2163    14  0   1
    1 day45 USD

    Hello! I am an individual developer with 4 years of experience in automation (n8n, Python) and working with big data, so I will optimize your parsing by transferring it from unstable Google Sheets to a fault-tolerant architecture using SQLite or local file storage. I will eliminate the issue of stops due to API limits, set up log rotation, and ensure stable operation 24/7 on a VPS through PM2 or Docker, so that processes are not interrupted; I work through a sole proprietorship and am ready to develop a reliable data storage scheme today. My works: https://3magency.co/, https://jk-solution.com.ua/, https://farfieworldwide.com/, Behance.

  13. 2264    18  3
    1 day45 USD

    Hello. Your current script stops because it uses Google Sheets improperly: with each update, it tries to recalculate the entire data array, hitting timeouts and strict API limits. For stable operation 24/7, I will change the saving logic. I will move all the heavy parsing history to a lightweight local database to unlock Selenium's operation, and I will only send updated statistics and a small slice of the latest games to Google Sheets purely for visualization. This will completely relieve the unnecessary load from the network, the script will stop hanging while waiting for a response from Google, and it will operate autonomously. I am ready to implement this architecture quickly and without a total rewrite of your main code.

  14. 106  
    1 day16 USD

    Hello. I looked at the task and I see the approach here is quite clear: the problem is likely not only in parsing, but in the connection with Google Sheets and data storage. I can quickly analyze the current logic, eliminate the bottleneck, and bring it to a more stable scheme so that it works properly 24/7. If it turns out that it's better to move storage to SQLite or a file, I will also do that without unnecessary complications.

  15. 764    5  1
    2 days45 USD

    Hello.

    I am ready to work on optimization. I have experience with parsers that need to operate reliably 24/7, and with such tasks, I usually start by addressing architectural bottlenecks rather than just "tweaking timings."

    From your current script, it is already clear that the problem is likely not only in the parsing itself but also in the combination of Selenium + constant writes/updates in Google Sheets + real-time statistics recalculation. In this form, it can indeed stop or degrade over time.

    What I can offer:
    — to change the saving to a local SQLite/file as the main source;
    — to separate Google Sheets into a separate batch synchronization, rather than in a critical stream;
    — to stabilize the operation cycle 24/7;
    — if necessary, to simplify/rewrite the problematic part to make the solution more reliable.

    I can quickly review the current implementation and suggest a proper working option without unnecessary complications.

  16. 588    2  0
    1 day17 USD

    Hello.

    I reviewed your script and see that the problem lies not only in parsing. In the current cycle, the script simultaneously reads the History table, writes new rows to Google Sheets, then reads Results again to control the volume, and separately recalculates all statistics from history. Due to this scheme, the process starts to hit frequent calls to the Sheets API and becomes unstable during long runs.

    I would approach this as a task for stabilizing the 24/7 mode: first, identify the bottleneck in the parsing → saving → updating statistics chain, then carefully separate the hot cycle and background updates so that the script does not stop during a long run. I will also check what exactly causes the most load — writing to the table, trimming old rows, or a complete recalculation of statistics.

    I already see the problem and can provide a working solution without unnecessary rewriting of the entire project.

  17. 172    1  1
    1 day90 USD

    Hello! I am ready to complete this project and have extensive experience in developing various applications.

  18. 1251    35  1   3
    1 day18 USD

    I glanced through the code, I will do it easily.
    I will do it right now.

  19. 434    9  0
    1 day23 USD

    Hello. I reviewed the code, I see places where it can be improved. I will be happy to help, feel free to reach out.

  20. 265  
    1 day23 USD

    Good day!
    I have experience in optimizing parsers, working with Google Sheets, files, and SQLite, as well as translating similar processes to more stable data storage for continuous operation.
    I have dealt with tasks where it was necessary to eliminate stops, reduce the load on Google Sheets, and build a more reliable saving scheme with a view to continuous operation 24/7.
    I suggest discussing the details, as well as the cost and deadlines in private messages.

  21. 530    2  0
    1 day16 USD

    Hello! I see issues with freezing due to frequent requests to Google Sheets and overloaded Selenium parsing (repeated searches for elements, sleep, handling stale elements), so I suggest optimizing data collection (waiting through WebDriverWait, reducing requests to the DOM), adding buffering and batch requests for Sheets, or moving the storage to SQLite/file, which will significantly increase the speed and stability of the work.

  22. 115    34  4   2
    1 day16 USD

    I will do it in js or kotlin, we will install it on the VPS and it will work 24/7. If the attached script is already working, then we can put it on the VPS.

  23. 10123    117  0
    1 day23 USD

    Hello.

    I have experience with Google Sheets. I can write a script for you. Write to me, we will discuss.

  24. 404    1  0
    1 day16 USD

    I have experience with parsers. I am ready to offer solutions and fix/rewrite your code in private. Corrections and improvements to your script are free of charge. Fast and inexpensive. I will be waiting for our collaboration.

  25. 6396    74  1
    1 day23 USD

    Good day. I have extensive experience in parsing and recording Google Sheets, as well as various databases. A more detailed description of the errors or what exactly needs to be collected is required. Judging by the script, parsing by HTML tags is not stable in itself. In the table, you can write a lot of data in one entry, thus bypassing the limits. Contact me, we will discuss. The price and deadline are conditional.

  26. 3411    32  0
    1 day23 USD

    Hello!
    I will rewrite your script to meet your needs.
    Contact me for details in private.

  27. 93800    1267  1   10
    1 day23 USD

    Hello. I have extensive experience with Python. I am ready to change the way data is stored to SQLite.

  28. 4987    41  4   1
    3 days16 USD

    Good day!
    I am ready to optimize your parsing. I will solve the issue of stops in Google Sheets or suggest an alternative way to save data in a file/SQLite, ensuring stable operation 24/7. I have extensive experience with APIs, Google Sheets, and databases.

    Write to me, and we will discuss the details.

  29. 726    9  1
    3 days16 USD

    Hello! Your project looks very interesting. I am ready to start working immediately and ensure high quality.

  30. 1052    6  0
    14 days16 USD

    We can optimize your parsing for continuous operation 24/7. We are ready to offer several solutions: transferring data storage from Google Sheets to a local file or SQLite — this will eliminate the problem of script stoppages and significantly increase stability. We will also set up automatic recovery of the parser's operation in case of errors, monitoring, and logging. All processes will run on a separate server under the supervision of an uninterrupted control system. We are ready to take this on as comprehensive support.

  31. Another 10 proposals concealed

Current freelance projects in the category Data Parsing

Create a dashboard in https://airtable.com/ for the performance of advertising creatives from Facebook ads.

Full specification https://docs.google.com/document/d/1_n_oYRNZWYxalUA---DM5AD1b5ZSrtePw5J4G42svGw/edit?usp=sharing

Databases & SQLData Parsing ∙ 23 hours 33 minutes back ∙ 16 proposals

Creation of an Excel file for uploading products to the websites of other partners.

I am interested in creating an Excel table with all parameters. Here is the website - https://heiztechnik.com.ua/ And the positions I am interested in to be transferred: Manual boilers: 1) TIS UNI 15-95 kW (10) pcs 2)TIS HARD 150-500 kW (7) pcs Pellet boilers: 1)TIS PELLET…

Data Parsing ∙ 1 day 3 hours back ∙ 33 proposals

A developer is required for parsing the catalog and automating data import.

Detailed technical specifications in the attached document Please indicate the estimated cost and timeline in your response Do you have experience working with parsing large catalogs What possible difficulties or limitations do you see in this task

Databases & SQLData Parsing ∙ 1 day 6 hours back ∙ 37 proposals

Find a product feed (Google Merchant XML) for a website on OpenCart

16 USD

It is necessary to find a direct link to the active product feed (XML) of a competitor for Google Merchant Center Platform (CMS): OpenCart / ocStore Find the original feedRequirements for the result: Working link to the XML file

PythonData Parsing ∙ 1 day 11 hours back ∙ 21 proposals

Parsing products from supermarkets

Need a specialist (parsing + Google Sheets + automation). Goal: Create a system for automatic retrieval and updating of food prices from Silpo and NOVUS supermarkets with data output to Google Sheets. What needs to be implemented: Create a main Google Sheets table with a product…

Data ParsingInformation Gathering ∙ 1 day 19 hours back ∙ 46 proposals

Client
Project published
1 month 28 days back
960 views
Tags
  • Google Sheets
  • SQLite