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!

Need a parser for the online store https://www.lcsc.com/

Translated

Applications 1

Application viewing is only available registered users.
  1. 4126
     54  1

    5 days111 USD

    Hello! I am interested in the task "Need a parser for the online store https://www.lcsc.com/". I have experience with API integrations, data exchange, parsers, webhooks, and process automation. I can carefully connect the necessary services, handle errors/retries, and create a solution that will work reliably after launch.

  2. 8146
     100  0

    1 day45 USD

    Good day
    I have reviewed the site and am ready to write a quality parser
    The price depends on the details of the technical specification

    Feel free to contact me

  3. 10737
     149  0

    5 days36 USD

    Good day. I am ready to complete it, the final cost depends on the details that need to be discussed. I am indicating the minimum possible.

  4. 310  
    5 days134 USD

    Hello!

    I looked at the website and the task — everything is clear.

    The key point that is important for such a volume (650k products):
    LCSC gives no more than 5000 products per request through the internal JSON API. Therefore, I will use a recursive traversal of subcategories with micro-filters — so that each selection is below the limit.

    What I will implement:
    — Python script with direct requests to the LCSC JSON API (faster and more stable than parsing HTML)
    — Filter for "In Stock" products only
    — Progress saving (checkpoint) — if the script is interrupted, it continues from where it left off, not from the beginning
    — Progress logging — shows how much % has been collected
    — Export to XLSX exactly according to the requirements.

  5. 387  
    7 days134 USD

    Hello.

    The task is clear: I need a stable script that can be run regularly to obtain an up-to-date XLSX of LCSC products only with the status In Stock, rather than a one-time parsing.

    I looked at the example file: the structure is clear - section, MPN, Manufacturer, Availability, Description, Package, and 4 pairs of Quantity/Price. I will export in the same format so that the file can be used immediately afterwards.

    With this volume, it is important not to parse HTML "head-on," but first to check the internal API requests of LCSC. This is faster, more stable, and easier to maintain when the website changes. I would also include progress saving, retries on errors, logging, and the ability to restart without losing already collected data.

    My stack: JavaScript/TypeScript, REST API, data handling, and automation. I can create a script with manual execution, and if necessary, prepare a version for monthly execution.

    Question: do you need only the final XLSX after each run, or do you also need an intermediate cache/database to update the data faster on the next run?

  6. 232  
    5 days156 USD

    Good day! I have written turnkey parsers for electronics catalogs — with pagination, the "In Stock" filter, and exporting price tiers to XLSX, so I will make the format with your 8 columns for quantity/price exactly as needed. For this volume (650k items), I will collect data through their internal API — it’s faster and more stable than HTML, and the script will remain restartable every month. Approximately 4-5 days. Please let me know if you only need available products now or the entire catalog with availability markings?

  7. 427  
    6 days356 USD

    Hello! I see that the project budget allows for a serious approach to the task. 650,000 products is a load that requires building a real Data Pipeline, not just a simple parsing script.
    My solution is to create a reliable data collection system that will guarantee completion, even if the internet goes down or the site temporarily blocks the IP.

    Why my solution is an investment, not just code:

    1. "Resumable Download" Architecture: The biggest problem when collecting 650k records is interruptions. My software saves the queue state in SQLite. If the script crashes at the 300,000th record, you can restart it, and it will continue from product 300,001, not start from zero.
    2. Professional data handling (Stream processing): The script does not overload the RAM. It reads and writes data in a streaming manner, so even a file of hundreds of megabytes can be generated on any VPS.
    3. API-First approach: I will not simulate button presses. The script works directly with the site's internal JSON API. This ensures maximum speed (milliseconds per request) and longevity (the script won't "die" when the site's design changes).
    4. Scalability for modifications: The code is written based on clean PHP classes (SOLID). If the data structure on LCSC changes or you need to add a new column, this can be done by changing 3-4 lines in the configuration.
    5. Protection against bans: Built-in proxy rotation logic, simulation of "human" pauses, and handling of HTTP errors (429, 503) to bypass LCSC's anti-fraud systems.

    • Technologies: Pure PHP 8.x (CLI), Guzzle (Async), SQLite (state management), FastExcel.
    • Cost: 16,000 UAH (full development, proxy logic setup, and launch instructions).
    • Timeline: 6 days (including time for stress tests).

    I offer engineering quality that will save you the need to hire someone to maintain this script in the future. Ready to start working!

  8. 2409    8  1
    3 days111 USD

    Hello!

    The task is clear: it is necessary to regularly collect all "In Stock" items from LCSC across all sections of the catalog and export them to XLSX in a clearly defined format.

    What I can deliver:
    — a stable parser for a large volume of data (~650,000 items) that goes through all categories;
    — export to Excel with the required columns: section, MPN, Manufacturer, Availability, Description, Package, Pricing;
    — a button to run or a schedule + the possibility for further refinement if the catalog structure changes.

    I work with Python, large parsing, Excel export, and maintaining such scripts, so I can create not just a one-time collection, but a working tool for regular use.

  9. 1520    2  0
    4 days89 USD

    Hello!

    I have reviewed your technical specifications and the attached example file. The task is clear: I need a regular dump of the LCSC.com catalog (only "In Stock" items, about 650k positions) with the correct breakdown of the wholesale pricing grid (Quantity/Price up to 4 levels) in XLSX format.

    I am a Python developer specializing in creating high-load parsers and working with data pipelines.

    Many developers suggest parsing such sites through browser emulation (Selenium), but with a volume of 650,000 items, this would take days.

    Here’s how I will implement this parser (Solution Architecture):

    Direct work with the Backend API: LCSC.com dynamically loads products through hidden JSON API endpoints. I will write a script that will directly call these APIs. This will speed up data collection by 100 times.

    Bypassing the limit of 5000 items: The platform does not allow scrolling through more than 50-100 pagination pages at a time. To extract all 650k, I will write a deep crawl algorithm that will recursively delve into subcategories and apply micro-filters to ensure each sample has fewer than 5000 items.

    Speed and stability: I will build the script on an asynchronous engine (Aiohttp/Asyncio). We will implement proxy rotation (the proxy will be included in the budget) and a retry system. If LCSC temporarily blocks the IP, the parser will simply switch proxies, wait a few seconds, and continue from where it left off.

    Generating XLSX: Dynamic parsing of the pricing tiers and writing in the format you need (8 columns for prices) using the pandas library. The file will not weigh gigabytes and will easily open in Excel.

    The script will be equipped with a config and a detailed logger (so you can see what percentage of the catalog has already been collected). If the site structure changes (if they update the API), the code is easily scalable and modifiable, as I write in strict OOP style.

    I am ready to start immediately. Message me privately, and I will show you exactly how we will extract the pricing matrix!

  10. 1964    25  1
    3 days45 USD

    Good afternoon. I can implement such a parser, as well as its monthly discussion (manual or automatic). However, we should discuss the details. Shall we chat in private messages?

  11. 2025    4  0
    1 day22 USD

    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 discussing the details in private messages.

  12. 702    1  0
    3 days78 USD

    Hello! Ready to collaborate. I have experience in creating parsers. I offer quality and fast work. Write to me)

  13. 2663    41  2   1
    2 days33 USD

    I can help with the execution, they also have an API that makes the work easier.

  14. 2116    20  0
    2 days45 USD

    Hello. I understand the task: a script is needed that, upon launch, traverses the entire catalog of lcsc.com across all sections, takes only In Stock items, about 650,000 positions, and exports them to XLSX with columns for section, MPN, manufacturer, availability, description, casing, and price pairs for quantity and price at four levels. It should run once a month or manually, plus the ability to adjust for changes in the catalog structure.

    Regarding implementation: lcsc has an internal JSON API that provides the catalog page by page, so I would primarily look into working directly with these requests rather than parsing HTML. This is faster, more stable for a volume of half a million positions, and easier to fix when changes occur. If part of the data is closed or protected, I would add Selenium only to problematic areas.

    With a volume of 650,000, stability is crucial, so I would implement resumption from the point of interruption, duplicate control by MPN, careful pauses, and retries against anti-bot measures, with proxies if necessary, plus progress logging so that the run can be restarted without losing collected data. The export to XLSX should be done via pandas or openpyxl with exactly the column structure specified in the technical specifications, including four pairs for quantity and price.

    I have been creating parsers in Python with Selenium, BeautifulSoup, and pandas for a long time. To assess more accurately: are the price levels needed specifically those shown for retail quantities, or are all wholesale tiers from the product page important? This affects how many requests per position are needed. I am ready to start by analyzing the structure of their API in several sections to fix the export format and timeline.

  15. 172    1  1
    1 day111 USD

    Good day. I am ready to complete this project; I have extensive experience in developing various applications.

  16. 1490    28  0
    1 day22 USD

    ready to complete your task, write to discuss the details..........................

  17. 620    2  0
    1 day16 USD

    Good afternoon.

    I looked at the example file — the structure is clear, the task is straightforward.

    I propose a Python script with two modes of operation:

    1. Through the LCSC API — if access is available:
    — Batch requests of 100–200 products at a time
    — 650,000 products — about 1–2 hours

    2. Through Playwright (browser parsing) — if the API is unavailable:
    — Page by page, bypassing anti-bot protection
    — 650,000 products — 8–12 hours, I recommend running on a VPS

    What will be included in both cases:
    — Crawling all sections, filter "In Stock"
    — Exporting 14 columns in the format of your example
    — Saving progress (checkpoint) — if the script is interrupted, it continues from where it left off
    — Documentation and the ability to edit if the website structure changes

    Cost: 8,000 – 12,000 UAH. Deadline: 5–7 days.

    Please clarify: do you have access to the LCSC API?

  18. 3861    15  0
    2 days111 USD

    Hello.
    I have extensive experience in parsing, including products from online stores, not just XML exports.
    I have also parsed auto and motorcycle parts and clothing from several sources where there is a huge number of products.
    I even have experience in parsing databases of CIS websites.
    In general, I have enough experience to complete your task efficiently and in the shortest time.
    The task is clear, and I can start right now.

  19. 2652    56  0
    3 days145 USD

    Good day, I am interested in your project, let's discuss the details in the chat.

  20. 441    4  0
    2 days49 USD

    Good evening, I am ready to complete your order and would be happy to collaborate further. Message me here in private, and I will send you examples of my work. I can also send you a link to my portfolio.)

  21. 9927    117  0
    1 day45 USD

    Hello.

    I am developing parsers in NodeJS. I am ready to take it on. Write to me, and we will discuss.

  22. 4146    123  0
    3 days56 USD

    I write parsers in Python for various needs, feel free to contact me, we will get it done.

  23. 3367    84  0
    3 days45 USD

    Ready to take it on.
    Need to clarify the order details, write to me!
    I use python, uv, github, docker.

  24. 318  
    2 days45 USD

    I have already made a script in Python. There are millions of products. It will be necessary to split them into files. And to make pauses between requests to the site, otherwise they will block us. I can show you the finished file with 800 products. Contact me for clarification on the final result.

  25. 1815    32  1
    2 days45 USD

    Good day, I have been in web programming for over 9 years. I work with REST APIs, frameworks, and CMS such as Django, Laravel, Yii2, WP, OpenCart, CodeIgniter, etc. I am ready to complete the task. Reviews: Freelancehunt

  26. 246    1  1
    3 days22 USD

    Hello, I am ready to take on the project, I have experience, waiting for a response.

  27. Nick Osipov Web4Business
    4975    41  4   1
    3 days22 USD

    Good day! I specialize in developing parsers and automation. I am ready to implement a parser for LCSC.com in Python for regular collection of current "In Stock" products in XLSX, with the possibility of further support. I have experience with web scraping and large volumes of data.

    Please write to me in private messages, and we will clarify the details.

  28. 321  
    3 days67 USD

    Hello!

    I have reviewed your task and looked at the attached example CSV file. The task is completely clear — you need a parser for the site lcsc.com that will gather the necessary data on components and accurately reproduce the table structure you require.

    Here’s how I will implement it:
    I will write a reliable script in Python. If the site uses dynamic loading or protection, I will use tools to simulate a real browser to avoid blocks. The script will automatically go through categories/links, collect item numbers, prices, and other characteristics, and then generate a ready file (CSV/Excel) exactly according to your template.

    The code will be clean and documented so that you can run it independently in the future. If needed, I can package everything in Docker.

    Clarifying question:
    Is the parsing needed once (just to gather the database for now), or should this script run regularly to update stock and prices?

  29. 2794    77  1
    2 days45 USD

    Good day. I have familiarized myself with the website. I can write a parser that will put the data you need into an Excel table.

  30. 1825    52  0
    20 days445 USD

    Good afternoon. I can write a console program for parsing these products in Python. The attached file for some reason does not open - could you resend it in a private message?

  31. 96620    1276  1   10
    2 days56 USD

    Hello. I have extensive experience in developing parsers. I am ready for collaboration.

  32. 1770    20  0
    7 days247 USD

    I will write a parser, host it on my resources with ongoing support. To collect such a quantity, proxies are needed, which will be included in the support. Also, the site returns no more than 5000 products at a time, so filtering is required. Please write to discuss the details.

  33. 3406    32  0
    1 day33 USD

    Hello! I will write a script tailored to your needs that will go through the pagination pages of all sections and retrieve information about the availability and prices of products.

  34. 4611    52  1
    1 day36 USD

    Hello, I am a Python developer with experience in developing parsers of varying complexity. I can complete your project quickly and efficiently. Write to me - we will discuss the details. I am ready to start working today.

  35. 6811    164  1
    1 day33 USD

    Good day, I can create a program and deliver it to you, or I can collect data upon your request. Write to me, and we will discuss.

  36. 726    9  1
    3 days45 USD

    Hello! I have carefully studied your project and am ready to start its implementation. Let's discuss the details for the best execution.

  37. Another 13 proposals concealed

Current freelance projects in the category Data Parsing

Scrape the database and add it to the Telegram chat

Scrape the database from List.ua and add by numbers to the Telegram chat. The chat is about repairs and interior design.

Data ParsingCustomer Support ∙ 8 hours 21 minutes back ∙ 19 proposals

It is necessary to develop a Telegram bot for monitoring cars from auctions in the USA (Copart, IAAI)

A Telegram bot is needed for automatic searching and monitoring of "BUY IT NOW" cars at auctions in the USA (Copart, IAAI). The bot should operate automatically and send notifications about new cars that meet the specified filters.Main functionalityFilter settings: 1. Car…

Data ParsingBot Development ∙ 15 hours 54 minutes back ∙ 66 proposals

Parsing products, preparation for import to WP

Scrape the full catalog of these websites: https://svit-mebliv.ua/ https://kompanit.com.ua/ru https://amia.com.ua/ https://mebliromax.com.ua/ https://pehotin.com.ua/catalog/ https://www.sokme.ua/ru/ All products need to be combined into one general table for import into WP.…

Web ProgrammingData Parsing ∙ 3 days 8 hours back ∙ 57 proposals

A specialist in Telegram promotion is required.

28 USD

Tasks: invite real users from the username database to new chats and send messages to the target database. Only quality traffic and work with a live audience are of interest — performers using bots, fake engagement, or low-quality methods are requested NOT TO DISTURB. Work…

Data ParsingSocial Media Marketing (SMM) ∙ 8 days 8 hours back ∙ 9 proposals

Consultation on parsing Instagram account subscribers

Hello. It is necessary to conduct a preliminary assessment of the feasibility of the following task. I have a list of Instagram accounts. The goal is to obtain contact information (primarily email addresses) of users who follow these accounts. Previously, I encountered companies…

Data Parsing ∙ 12 days 3 hours back ∙ 13 proposals

Client
Project published
24 days 18 hours back
1466 views
Tags