• Projects 51
  • Rating -
  • Rating 4 126

Budget: 4494 UAH Deadline: 4 days

Hello! I see the task "Development of a product parser from an online store into Google Sheets according to the ready-made product import structure" for the online store / OpenCart. I have practical experience in refining stores: modules, checkout, payments/shipping, import/export, theme adjustments, and speed optimization. First, I will quickly check the current implementation, agree on the details, and make adjustments carefully, without unnecessary risk to the working site.

  • Projects 118
  • Rating 5.0
  • Rating 10 390

Budget: 4000 UAH Deadline: 3 days

Hello.

I can develop a parser for you in NodeJS. Through the Telegram bot interface. Write to me, and we will discuss.

  • Projects 25
  • Rating 5.0
  • Rating 2 215

Budget: 5000 UAH Deadline: 4 days

Hello, Python developer with over 6 years of experience, I have been engaged in parsing for 4 years. I have worked with parsing various marketplaces, automation, and bypassing Cloudflare and other restrictions. I work with bs4, Selenium, and Playwright. I will complete the task within the specified timeframe, clearly and with explanations. I have many completed projects on the service and also many personal orders outside the service. I will avoid duplication by checking for the presence of a link/product code/photo link if they are not dynamic. Overall, I prefer to use bs4 for better speed, but testing for limits will be necessary, and we need to agree on the parsing time to choose between requests and Selenium/Playwright. I have worked with Google API multiple times and can show examples; there will be no issues with this or the task in general. I will add handlers for all stages for accurate logging for further debugging. I also work with JS, so I have experience with inject. I would be happy to discuss the details and move forward with collaboration! I will build the UI and make the project adaptable for modification and scaling.

  • Projects -
  • Rating -
  • Rating 391

Budget: 5000 UAH Deadline: 5 days

Hello! I am ready to complete your task taking into account all the details and specifics described. You can use Telegram for communication; I already have some examples, and if needed, I can provide you with samples of my work. Example of parsing your site: https://docs.google.com/spreadsheets/d/1ddCkWw-RSZ83_rp_gZdc1hs76vNzRmeWM_veQtkvFC0/edit?usp=sharing. Please message me privately to discuss the project details.

  • Projects 33
  • Rating 5.0
  • Rating 3 388

Budget: 4000 UAH Deadline: 3 days

Hello! We will do everything well and quickly! Please write in private for clarification of all details.

  • Projects 4
  • Rating 5.0
  • Rating 801

Budget: 9500 UAH Deadline: 7 days

Hello.

I reviewed Come-For and the table structure. There is an important nuance: in mattresses, the price depends on the size, and these modifications need to be laid out as stable parent/child rows for future import into Khoroshop.

Technically, I suggest creating a parser in Python: using the sitemap as a source of product URLs, a separate extractor for the product card, normalization of modifications, batch writing to Google Sheets, and a log of processing for each product.

To avoid duplicates, it’s better to use not only the URL but a stable key based on product_id + option_value_id. It’s also worth fixing the list of columns that the parser can update repeatedly to avoid overwriting the manual work of the content manager.

n8n can be used for launching or scheduling, but the parsing and mapping logic should be kept in a separate Python script, as there are modifications, photos, characteristics, and update control involved.

  • Projects -
  • Rating -
  • Rating 196

Budget: 27000 UAH Deadline: 10 days

We can make this as an internal tool rather than a one-time script. Approximately - 28,000 UAH and 7-10 working days for a working version for Come-For with a test on several products, full parsing, recording in Google Sheets, duplicate protection, and a short instruction. The first test sample can be shown in 2-3 days.

I reviewed Come-For and the Google sheet - I see an import structure with articles, parent articles, names in UA/EN/PL, prices, photos, galleries, SEO fields, descriptions, characteristics, and AI statuses. Here’s the nuance - for mattresses, it’s important to correctly lay out the size modifications, otherwise, Khoroshop may end up with a beautiful mess, which, as we know, does not scale =)

I propose the following stack:
> Python + Playwright for dynamic pages
> requests and BeautifulSoup where HTML is delivered consistently
> Google Sheets API for writing and updating rows
> n8n can be used for simple manual or scheduled launches on your server
> a separate log sheet in the table - product, status, error, date

  • Projects 36
  • Rating 5.0
  • Rating 1 698

Budget: 10000 UAH Deadline: 7 days

Good day.

1. Backend development — Go
2. I have my own IM engine with clients, as well as implemented additional parsing from various stores: Apple, EK, Rozetka, Prom, and others.
3. Yes, implementation is possible.
4. Search and processing — by unique identifier.
5. As you mentioned — we will add a direct URL. In the future, it is possible to implement loading via CDN or storage.
6. I deliver the project without errors. If bugs appear after delivery — I provide fixes within 1 month. If the problem arises due to changes on the store or API side — this is considered a separate enhancement and will be charged additionally.
7. Implementation period — 3 days.
8. Cost — 10,000 UAH.

  • Projects 6
  • Rating 5.0
  • Rating 1 298

Budget: 11111 UAH Deadline: 7 days

Good day!

I carefully read the specifications — the task is clear, I have implemented similar ones before.
Proposed stack: Python + Playwright + Google Sheets API. Playwright is better suited than BeautifulSoup, as come-for.com uses dynamic content loading — without a browser engine, some data will simply not be available. If you already have N8N on the server, we can consider a hybrid option: a Python parser as a separate service + N8N for scheduling runs.

Regarding key points from the specifications:
— Duplication: check by link or article before recording. Upon re-running — update only the variable fields (price, availability, photo).
— Photos and galleries: I collect all image links, record the main photo separately, and the gallery — through a separator or in separate columns according to the structure of your table.
— Errors: a separate sheet in Google Sheets with statuses + a local log file. For each product, the processing status and error text are recorded if it occurs.
— Characteristics: I store in the format "parameter: value" in one column + separately key fields (height, stiffness, material, load), if they are present in the card.

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 1000 UAH Deadline: 1 day

Hello!

I have extensive experience in developing solutions for parsing and processing data (various sources, protection against blocking, automation). I am ready to implement the assigned task in the shortest possible time.

I suggest we discuss the details in private messages.

  • Projects -
  • Rating -
  • Rating 121

Budget: 9000 UAH Deadline: 1 day

Good day. I am ready to complete this project as I have extensive experience in app development.

  • Projects -
  • Rating -
  • Rating 870

Budget: 15000 UAH Deadline: 10 days

Hello, I have already created a closed system for managing parsers, and you can find its description in my portfolio. I checked the site, parsing should not be difficult, but let's start with a proof of concept script. Regarding your points:

1. Python + requests + BeautifulSoup. If there are issues with extracting dynamic content, I will also use Playwright.
2. Yes, I have written parsers of varying complexity (both for static and dynamic content, as well as with anti-bot measures).
3. Yes, in my previous job, I added interaction for automated tests with a huge Google spreadsheet containing the configuration for these tests.
4. Through the product URL and its code.
5. I see your Google spreadsheet stores links to images. They can be easily retrieved from this site. If you need to save the photos, we can download them using requests and place them on Google Drive, with the links to the photos in the drive in the spreadsheet.
6. I will write the parser to catch any errors and not stop, but instead log information about the problematic area and continue. The collected information can be sent to a Telegram bot, for example.
7. The proof of concept can be done in a day - a small script that will run through the site, gather some basic information, and write it to a file. At the same time, we can check if proxies will be needed. For full implementation with deployment, I estimate one and a half to two weeks: to check the stability of the work, adjust the data for the Google spreadsheet, etc.
8. 15000

  • Projects 15
  • Rating 5.0
  • Rating 3 857

Budget: 27000 UAH Deadline: 7 days

Write to me in private messages, I have worked on a similar task for myself, just in a different niche — jewelry.

Parsing, normalization, exporting, importing, synchronization with marketplaces.

Where I solved many problems with duplication and uploading photos.

I work on an hourly rate starting from $25 per hour.

The first version can be done in a week. That's 30-40 hours.

  • Projects -
  • Rating -
  • Rating 262

Budget: 2500 UAH Deadline: 5 days

zennoposter C# & js
Google Sheets API
I can connect AI processing and generate descriptions and photo-video using Veo3

  • Projects 5
  • Rating 5.0
  • Rating 1 306

Budget: 10000 UAH Deadline: 7 days

Good day, I am implementing your project on n8n, I have done two similar projects for data parsing and auto-filling Google Sheets. We can discuss in more detail in private.

  • Projects -
  • Rating -
  • Rating 435

Budget: 5000 UAH Deadline: 5 days

Hello, I can implement a parser in Python with export to Google Sheets API. I suggest doing it step by step: first a test run on a few products and checking the table structure, then a full catalog collection and update logic without duplicates. I plan to use:
- Python
- requests + BeautifulSoup
- Google Sheets API

I have experience with parsing in online stores and processing structured data. To protect against duplicates, we can use checks by article number or product link. Photos and galleries will be stored as links in separate fields/columns. We can also anticipate further scaling for other manufacturers' websites. For the first working version, approximately 3-5 days are needed.

  • Projects -
  • Rating -
  • Rating 110

Budget: 2500 UAH Deadline: 3 days

Good day, I have to work a lot with the Python programming language and directly with parsers. Therefore, I am ready to take your project to work for a quick solution to the task.

  • Projects 53
  • Rating 5.0
  • Rating 1 836

Budget: 2000 UAH Deadline: 2 days

Hello! I am ready to complete your task, I have experience working on similar projects. An example of a successful file for upload on Khoroshop is here https://docs.google.com/spreadsheets/d/1_z_oUSiPtpCVDvNoB-6kzeP4SMIKc2SiUcO8fQxux08/edit

  • Projects 15
  • Rating 5.0
  • Rating 1 476

Budget: 10000 UAH Deadline: 10 days

Hello. I am ready to develop a parser for you, upload it to the server, and make it ready to run at any moment. Please write to me privately to discuss the details.

  • Projects 28
  • Rating 5.0
  • Rating 1 466

Budget: 5000 UAH Deadline: 10 days

Ready to take on your task, I have experience with Excel and Google Sheets, feel free to write for discussion of details.

  • Projects 30
  • Rating 4.8
  • Rating 3 277

Budget: 9000 UAH Deadline: 5 days

Hello! I have been developing automation scripts of various kinds for over 4 years. I have experience in developing scripts for monitoring/parsing stores.

I have certain questions before starting the work that I would like to discuss in person!

After the specifications are approved, I will start working.

  • Projects 9
  • Rating 5.0
  • Rating 726

Budget: 2000 UAH Deadline: 3 days

Hello! I have reviewed your project and am ready to start working immediately. I guarantee excellent quality and promptness.

  • Projects 18
  • Rating 4.4
  • Rating 2 160

Budget: 13000 UAH Deadline: 5 days

Hello. I am implementing a parser in Python taking into account the specifics of Khoroshop: the script will automatically link mattress modifications, creating a parent string for the description and child strings for each size with its own article number and price. To protect against Google Sheets API limits and avoid duplicates, the script reads existing URLs into memory at startup, and data addition and updates are performed using batch requests. The parsing logic and API interaction module will be completely separated (OOP), so in the future, the tool can be scaled for other sites without rewriting the core. Write to me, and we will discuss the details and I will start working.

  • Projects 86
  • Rating 5.0
  • Rating 3 663

Budget: 2000 UAH Deadline: 3 days

Ready to take on the task of writing a data parser for Google Sheets. Need to clarify the order details, write to me! I use Python, uv, GitHub, Docker.

  • Projects -
  • Rating -
  • Rating 240

Budget: 10000 UAH Deadline: 3 days

Good day.

Stack: Python + Playwright (the site is JS-dependent, regular requests won't work) + gspread (Google Sheets API). Playwright provides full page rendering, works reliably with dynamic content and galleries.

Parsing experience: Yes, I have my own tool for collecting products and businesses from various sources — including e-commerce catalogs with variable products, specifications, and photo galleries.

Google Sheets API: I have worked with it using gspread. Authorization via service account (Service Account JSON) — secure, without storing passwords in the code.

Avoiding duplication: Check by product URL or article number before writing. Two modes: full parsing (first run) and update (only price, availability, photo — if the product is already in the table).

  • Projects 5
  • Rating 5.0
  • Rating 910

Budget: 9000 UAH Deadline: 5 days

Good day!

Stack: Python + Playwright + Google Sheets API. Playwright is better than requests/BeautifulSoup for this site — there is lazy-loading of images and dynamic content. N8N is less suitable for such parsing: the complex logic of navigating categories and handling modifications is inconvenient there.

Experience: I have implemented product parsers — sklad-dverey.com.ua (doors, specifications, options, photos), profimann.com.ua (categories + ACF fields). All with import to WooCommerce/custom structures.

Google Sheets API: Yes, I have worked with it. Writing through a service account, batch updates to avoid exceeding limits.

Duplication: With each run, I compare the URL or article with existing rows in the table. New product — new row. Existing — update only variable fields (price, availability, photo).

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Data Parsing

13 July
12 July
9 July