• Projects -
  • Rating -
  • Rating 596

Budget: 10000 UAH Deadline: 1 day

Hello!
We can create a PIM system tailored to your current tasks.
1. Which data sources should we connect first?
2. What export format is needed for the website and marketplaces?


About us
We are dZENcode – a full-cycle IT development company: from design and programming to integrations and post-release support of digital solutions.
We create projects from scratch, as well as connect to existing solutions that need refinement, development, or technical support.

  • Projects -
  • Rating -
  • Rating 446

Budget: 10000 UAH Deadline: 10 days

Good day! I have collected and normalized product data from various sources (csv, xml, API) into a single database with auto-updating prices and stock levels, and exporting to the website and marketplaces. For millions of items, the main challenge is not the export itself, but how to consolidate different formats into one schema — that's where we should start. How many suppliers are there now and where should we prioritize exporting — to the website or eBay? I am ready to complete the initial working phase and then scale up.

  • Projects 118
  • Rating 5.0
  • Rating 10 390

Budget: 10000 UAH Deadline: 5 days

Hello.

I develop parsers in NodeJS. I am ready to take on the task. Write to me, and we will discuss.

  • Projects 5
  • Rating 5.0
  • Rating 673

Budget: 10000 UAH Deadline: 7 days

Hello, I have worked on a catalog management system for 2+ million products with automatic synchronization from 15+ suppliers via CSV/XML/API. Experience integrating with eBay, Amazon, and 8 marketplaces.

How do you plan to resolve data conflicts between different suppliers and what are the priorities for the sources of product specifications?

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

  • Projects -
  • Rating -
  • Rating 893

Budget: 21000 UAH Deadline: 15 days

Good day, Olga.

For processing millions of products, an architecture based on PostgreSQL with partitioned tables and optimized indexes will be used for fast searching and updating of prices/stock.
ETL pipelines in Go will automatically import data from suppliers in various formats (CSV, XML, REST API) on a schedule, normalize it to a single schema, and write it to a central table.

To supplement product characteristics, an enrichment module will be implemented — automatic searching by article/EAN/brand in external sources via the API you provide, with caching of results in Redis to avoid repeated requests.
An admin panel in React will allow for manual editing and verification of data.

Export to the website, eBay, and other marketplaces will be done through an adapter module, where each channel has its own formatter (CSV, XML, JSON) and integration via API.
Price and stock updates will be triggered as background tasks to avoid blocking system operations.

  • Projects 14
  • Rating 5.0
  • Rating 7 750

Budget: 10000 UAH Deadline: 5 days

Hello, Olga! This is Nina, the manager of the automation and backend development team.

A catalog with several million products is a serious architectural challenge. No Google Sheets or Excel will handle this; they will crash. A full-fledged ETL data pipeline and a high-performance database are needed.

What our Senior Developer Valentin will design and set up:
Central storage (DB): He will deploy a PostgreSQL database with proper indexing and batch processing to ensure the system can easily handle millions of products.
Flexible ingest and deduplication: He will write adapters for each of your suppliers (CSV, XML, API) to normalize the data into a single format and match products by SKUs to avoid duplicates.
AI enrichment of characteristics: He will integrate AI scripts that will automatically search for missing product parameters in open sources, parse them, and complete the product cards.
Multichannel export: He will set up auto-updating feeds for stock and prices to be exported to your website, eBay, and other marketplaces on a schedule.

  • Projects 7
  • Rating 5.0
  • Rating 1 562

Budget: 10000 UAH Deadline: 14 days

Hello! I will do PIM: ingesting supplier feeds (CSV/XML/API) → normalization and matching of products → enrichment of characteristics (including AI search in open sources) → a single table with auto-updating prices and stock levels. I work with catalogs of millions of items (Python + Postgres). The price is negotiable, I will clarify after the technical specifications.

  • Projects 6
  • Rating 5.0
  • Rating 1 506

Budget: 10000 UAH Deadline: 10 days

Good day!

I am interested in your project and I am ready to take on its execution. I have extensive experience in developing similar systems and admin panels - I am happy to help.

Here are some works I am NOT ASHAMED of:
1) Admin panels and CRM system modules
Behance

2) Telegram bot + admin panel
Behance

  • Projects 28
  • Rating 5.0
  • Rating 9 272

Budget: 10000 UAH Deadline: 7 days

Good day.

I have experience in developing systems with large volumes of data, integrations via API, and processing CSV/XML. I can propose the architecture of a PIM system with centralized storage of products, automatic updating of prices and stock levels, as well as export to the website and marketplaces.

Additionally, I can implement modules for enriching product attributes and automating data processing. I am ready to discuss data sources, volumes, and suggest an optimal solution.

  • Projects -
  • Rating -
  • Rating 516

Budget: 10000 UAH Deadline: 1 day

Good day, Olga!

My name is Maxim Zashly. I am sure that by the time you reached my application, you have grown tired of reading template proposals. Therefore, without self-promotion, I will move straight to the question of creating your PIM system.

I understand that managing data for several million products from different suppliers requires a reliable solution. I am familiar with the complexities of data formats and the need to supplement them from other sources. My experience in databases and web programming will help create an effective system for your project.

I suggest discussing all the details in private messages or holding a meeting. I will share my vision for developing the PIM system, and if my approach interests you, we can discuss the next steps in more detail.

➡️ [Case 1](https://www.notion.so/Кейс-1)

  • Projects 9
  • Rating -
  • Rating 536

Budget: 10000 UAH Deadline: 14 days

Hello! The task is clear: a PIM system with several million products, various formats from suppliers, and multichannel export. These are exactly the kinds of tasks I find interesting.

I have 3.5 years of commercial experience in fullstack development (TypeScript, NestJS, PostgreSQL, Vue/Nuxt). I have worked on B2B e-commerce platforms with large catalogs: ETL pipelines for importing from CSV/XML/API, normalization and deduplication of products, automatic price and stock updates, export in various formats for marketplaces. PostgreSQL with the right indexes and batch processing handles million-item catalogs well if this is built into the architecture from the start.

I am ready to start with the data model, adapters for your suppliers, and a prototype of the export. Please let me know how many suppliers there are at the start and where the export is needed first?

  • Projects 20
  • Rating -
  • Rating 2 116

Budget: 10000 UAH Deadline: 7 days

Good day. I understand the task: a PIM system for several million products. Data comes from several suppliers in different formats (csv, xml, API), often incomplete, so characteristics need to be filled in from other sources. Everything is stored in a single product table, regularly updated with current prices and stock levels, and exported to the website, eBay, and other marketplaces.

Essentially, this is a data pipeline around a central product repository. I see it like this: separate adapters for each supplier (csv, xml, API) with normalization into a single schema, an enrichment layer that pulls missing characteristics from additional sources and matches products by SKU or another key, regular incremental updates of prices and stock levels without full reloads, and separate exporters for each channel (website, eBay, other platforms) in their format.

With several million products, performance and correct matching are key to avoid creating duplicates during updates and to ensure that exports do not fail under load. PostgreSQL with the right indexes, batch processing, and queues, logging. This is built into the architecture from the start.

I take the budget of 10,000 as a starting point for the first working phase (data model, import of the first suppliers, updating prices and stock levels, export prototype), and then we scale. To estimate more accurately: how many suppliers are there at the start and where is the export needed first, to the website or to marketplaces?

  • Projects 77
  • Rating -
  • Rating 2 630

Budget: 25000 UAH Deadline: 14 days

Good day! I have experience in designing and developing systems for processing large catalogs. For your task, I propose a PIM with data import from CSV, XML, and API, normalization and merging of products from different suppliers, and automatic updating of prices and stock levels. We will foresee mechanisms for enriching attributes from external sources, storing millions of products, and exporting to the website, eBay, and marketplaces through separate feeds/API. I am ready to discuss the architecture and implementation stages.

  • Projects -
  • Rating -
  • Rating 256

Budget: 10000 UAH Deadline: 20 days

Good day! I have experience with React/JS and integrations with CSV/XML/API. I will propose a PIM architecture: ETL/queues for import, normalization of attributes, a product table with price and stock updates, and exports to the website/eBay/marketplaces. We will start by discussing suppliers and data format, then MVP and scaling.

  • Projects -
  • Rating -
  • Rating 196

Budget: 27000 UAH Deadline: 10 days

we already have a practically ready similar PIM architecture, it can be quickly adapted to your catalog, suppliers, and the first workflow ))
I am available, we can discuss the start right here on the marketplace.
with a budget of 10,000 UAH, it is not possible to create the entire PIM system for several million products, csv/xml/API, eBay, and other marketplaces.
it is rather a budget for a small technical start, not for a complete system.
We can start with a phase for 30,000 UAH over 10 days.
In this phase, I would include the data model, import of one or two suppliers, rules for updating prices and stock, a prototype for export, and a scaling plan.
Separately, we can add AI for searching and supplementing characteristics, but it is important to ensure quality control, as haste in the catalog can be more costly later.
First question - which marketplaces are needed after the website and eBay?
Second question - should the characteristics be supplemented completely automatically, or with manual confirmation before publication?
Similar experience in e-commerce and product data - https://business.ingello.com/prime-eva.

  • Projects 8
  • Rating 5.0
  • Rating 4 089

Budget: 10000 UAH Deadline: 1 day

Good day.
Our team has many years of experience in developing ERP, CRM, CMS, and specialized software for businesses. We create effective digital solutions that help automate processes, increase productivity, and scale companies.

We work with modern technologies — from bots and scripts to AI agents and analytical systems. We develop websites of varying complexity. Our portfolio includes implemented ERP solutions for the hotel business, as well as for companies engaged in the import and sale of goods, and our own product XFitness — an ERP system created specifically for fitness clubs.

We are ready to implement your project and offer the best solution tailored to your needs.
Our portfolio: Freelancehunt

We specialize in the following areas:
- Development of ERP Systems

  • Projects -
  • Rating -
  • Rating 121

Budget: 10000 UAH Deadline: 2 days

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

  • Projects 67
  • Rating 5.0
  • Rating 12 773

Budget: 10000 UAH Deadline: 5 days

Hello! I will complete your task quickly and efficiently.

My recent works
https://indexfast.pp.ua - fast website indexing
https://mono-bank.pp.ua - everything about Monobank
https://mamamia.pp.ua - online store
https://programist.pp.ua/ua/portfolio/ - portfolio of works
https://monitortest.pp.ua - monitor testing
https://keytest.pp.ua - keyboard testing
https://pctest.pp.ua - computer testing

  • Projects -
  • Rating -
  • Rating 522

Budget: 10000 UAH Deadline: 7 days

Hello! I worked on a similar task for a store that processed products, checked availability, updated prices, and so on. I can develop it. The cost is 700 USD. A microservice will be created where you will upload CSV, XML files + API. I will write it in Go + Redis + VueJS. Everything will be visually accessible; there is also a possible option of Laravel + Redis + VueJS.

  • Projects 12
  • Rating -
  • Rating 283

Budget: 10000 UAH Deadline: 12 days

Good day, I am ready to take on the project after discussing the details.

  • Projects 5
  • Rating 5.0
  • Rating 1 300

Budget: 10000 UAH Deadline: 7 days

Hello.

The project is interesting. From the description, I see that this is not just a table, but a full-fledged PIM system: importing data from suppliers, normalizing products, updating prices and stock levels, enriching attributes, and exporting to the website, eBay, and marketplaces.

I would suggest starting with the technical phase: analyzing data sources, CSV/XML/API formats, category structure, attributes, update frequency, rules for merging duplicates, and export format.

After that, we can create an MVP:
— importing products from several suppliers;
— a unified product database;
— updating prices and stock levels;

  • Projects 4
  • Rating -
  • Rating 799

Budget: 10000 UAH Deadline: 14 days

I will do it on Laravel + PostgreSQL: I will set up the import from CSV, XML, and API from suppliers. After a detailed discussion, I am ready to start the execution.

  • Projects 32
  • Rating 5.0
  • Rating 1 815

Budget: 10000 UAH Deadline: 10 days

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, WordPress, OpenCart, CodeIgniter, etc. I am ready to complete the task. Reviews: Freelancehunt

  • Projects 5
  • Rating 4.9
  • Rating 1 753

Budget: 10000 UAH Deadline: 1 day

Good day!

The development of PIM systems is our specialized area (data, multi-sources, automation, export). The task is clear: with millions of products, this is not just a "table," but a full-fledged system, so we will lay the architecture correctly from the very start.

How we will implement it:

- Import from suppliers — connectors for each format (CSV / XML / API) with normalization into a single structure;
- Storage — PostgreSQL (Excel/Sheets will not handle millions), with indexes for fast search and filters;
- Price and stock updates — automatically on schedule from sources;
- Data enrichment — searching for missing characteristics in external sources and supplementation (parsing + matching products by article / EAN / name);

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 10000 UAH Deadline: 10 days

Hello!

I have experience in developing systems for processing large product catalogs, integrations with suppliers via CSV/XML/API, and high-load systems using PostgreSQL, Python, and FastAPI.

For such a volume of data, it is important to separately work on the database architecture, processing queues, product deduplication mechanisms, search, and automatic completion of characteristics from external sources, as well as the requirements for marketplaces and the website.

I suggest discussing the project details, expected update volumes, and integrations in private messages.

  • Projects 20
  • Rating 1.0
  • Rating 841

Budget: 10000 UAH Deadline: 1 day

Olga, good afternoon! I specialize in projects like yours, I can design them, and I can start from scratch or from what you already have. I am ready to work with you to create a technical specification.

  • Projects 40
  • Rating 5.0
  • Rating 2 677

Budget: 10000 UAH Deadline: 3 days

Good day! I have reviewed the task and am ready to start.

Experience:
• 4 years in Frontend and Backend development
• 2 years of commercial experience in product and blockchain
• Working with production code and real financial scenarios

Some of my projects:

https://contentbuilder.ai/ - a commercial project from the USA, where I worked as a full-stack developer and implemented most of the functionality

  • Projects 49
  • Rating 5.0
  • Rating 3 651

Budget: 10000 UAH Deadline: 5 days

Hello!

I have reviewed your task - I have relevant experience in similar projects, so I understand how to implement everything efficiently and without unnecessary delays.

I can start working immediately after we agree on the details. Upon completion, I will also assist with setup, deployment, and provide all necessary documentation.

I look forward to collaborating!

  • Projects 9
  • Rating 5.0
  • Rating 2 806

Budget: 10000 UAH Deadline: 2 days

Good day!

The task is clear — I will write a script in Node.js or Python that automatically pulls data from suppliers (CSV, XML, API) once a day, normalizes it, and uploads it to a table (Google Sheets, Airtable, or Excel — whichever is more convenient).

GitHub: https://github.com/axbuglak

Sincerely, Oleksiy Buglak

  • Projects 4
  • Rating 4.3
  • Rating 738

Budget: 11111 UAH Deadline: 4 days

Good day. I can create a PIM system in Golang, I have already worked on a similar task. It will work quickly and easily handle millions of products. Write to me and we can discuss!

  • Projects 4
  • Rating 5.0
  • Rating 512

Budget: 10000 UAH Deadline: 10 days

Good day.

I have experience in developing systems for processing and synchronizing large volumes of data, working with APIs, XML, CSV, and various import sources. I have also worked on projects that required aggregating product information, normalizing data, and enriching it from external sources.

The task of creating a PIM system seems clear: importing from suppliers, centralized data storage, updating prices and stock levels, as well as exporting to the website and marketplaces. Before starting work, I would like to clarify the expected volumes of updates, performance requirements, and the list of integrations.

I am ready to discuss the details and propose an optimal architecture for your tasks.

  • Projects -
  • Rating -
  • Rating 702

Budget: 10000 UAH Deadline: 5 days

Hello! Ready to collaborate. I have dealt with product feeds in various forms. I offer quality and fast work. Write to me.

  • Projects 6
  • Rating 5.0
  • Rating 1 324

Budget: 10000 UAH Deadline: 1 day

Hello!!!

Please write to me privately and we will discuss the details of the work.

Feel free to reach out.

  • Projects -
  • Rating -
  • Rating 172

Budget: 10000 UAH Deadline: 7 days

I am a NodeJS developer. I am ready to take on this task. Write to me, we will discuss.

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 Databases & SQL

12 July
12 July
10 July
10 July