• Projects 12
  • Rating 5.0
  • Rating 4 869

Budget: 9000 UAH Deadline: 5 days

Good day.

I can implement this as a neat Python MVP without unnecessary complexity: integration with the Allegro API, standardizing products into a unified structure, and generating an Excel file for import into Horoshop.

What I propose for the first version:
— connection to the Allegro API;
— obtaining products/offers;
— normalizing data into an internal CORE model;
— mapping to the Excel structure for Horoshop;
— generating a ready Excel file;

  • Projects -
  • Rating -
  • Rating 596

Budget: 10000 UAH Deadline: 1 day

✋ Hello! We are the IT company dZENcode.

We can create an MVP automation for this task.

Which Allegro fields need to be transferred to Excel without fail?
Does Horoshop have a ready-made import template?

We work in iterations, rates starting from 750 UAH/hour.
You can find detailed information about our services and rates on our website: Freelancehunt
Take a look – we will discuss the details of the work further, write when you are ready.

Сервис аренды автомобилей
  • Projects 5
  • Rating 5.0
  • Rating 673

Budget: 2000 UAH Deadline: 7 days

Hello, I worked on integrating marketplace APIs for automating work with products - I created a synchronization system for 500+ items between different platforms, which reduced processing time by 10 times.

Are you planning to add automatic price and stock updates from Allegro in the future?

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!

  • Projects -
  • Rating -
  • Rating 409

Budget: 3000 UAH Deadline: 4 days

Good day! I have carefully read the task — I understand and am ready to take it on.

What I will implement:
— Allegro API: OAuth authorization + obtaining offers
— CORE product model — universal structure for mapping
— Generation of Excel ready for import into Horoshop
— Modular code — easy to add Erli or another platform in the future
— Without unnecessary complexity, a clean MVP as requested

Deadline: 4 days after clarifying the details.

  • Projects 16
  • Rating 5.0
  • Rating 1 226

Budget: 4000 UAH Deadline: 3 days

Hello!
I will gladly complete your task.
I will implement it in Python, modularly. I suggest an asynchronous approach if the number of products is large, for quick and efficient processing of the products.

  • Projects 7
  • Rating 5.0
  • Rating 1 562

Budget: 1000 UAH Deadline: 1 day

I am among the top 10 developers in the category of "Artificial Intelligence and Machine Learning" among ~2100 specialists on the platform.
I guarantee:
- Fast and high-quality task execution
- Strict adherence to deadlines
- Regular communication throughout the entire process
I would be happy to discuss the details of your project in private messages.

  • Projects 5
  • Rating -
  • Rating 327

Budget: 3000 UAH Deadline: 5 days

Hello! Please reach out. Since a web interface is not needed, it will be sufficient to complete the project as a CLI script that can be run through the terminal (dividing it into files/folders according to the structure/modules). I will use requests for API requests, pydantic for a unified product model, and openpyxl for working with Excel (or polars if there is a lot of data).

  • Projects 16
  • Rating -
  • Rating 698

Budget: 10000 UAH Deadline: 4 days

Good day! I have experience working on similar projects. I will do it quickly and efficiently as much as possible. Also, the price includes support after the project is completed; I promise to always be in touch. Write to me, I will be happy to collaborate!

  • Projects 19
  • Rating 5.0
  • Rating 1 225

Budget: 5000 UAH Deadline: 3 days

Good day, I am ready to complete the task. The script will run from the command line and generate an Excel file; I can add the ability for settings. The code will be modular so that it can be easily extended to export for another platform. I can start today.

  • Projects -
  • Rating -
  • Rating 444

Budget: 4000 UAH Deadline: 3 days

Good day! I develop custom Python solutions: data analysis, process automation, scripts, parsers, ETL pipelines. The cost starts from 4000 UAH. Details: www.engine-web.od.ua/

  • Projects -
  • Rating -
  • Rating 1 682

Budget: 7000 UAH Deadline: 5 days

Hello!

These are exactly the tasks that are my specialty: Python, API integrations, working with data.

What I will do:

Allegro API: OAuth 2.0 authorization + retrieving offers with pagination
Normalization into the CORE product model
Mapping to the Horoshop structure + generating a ready Excel
Modular architecture — to easily add Erli and other platforms later

  • Projects 23
  • Rating -
  • Rating 2 114

Budget: 7000 UAH Deadline: 7 days

hello
I can do it, I have experience with various imports of goods into online stores
I will need an example of this Excel and access to the API
Does it need to be an exe file?
Write to me, we will discuss

  • Projects 10
  • Rating 5.0
  • Rating 3 450

Budget: 8000 UAH Deadline: 4 days

Hello. I have done similar integrations with marketplaces and understand how to carefully assemble an MVP without overload.

I can implement:
connection to the Allegro API via OAuth
export of offers with proper pagination and limit handling
bringing to a unified CORE model (with a foundation for Erli and other platforms)
flexible mapping to the structure of Horoshop
generation of Excel that can be imported immediately

I will do it modularly, so it can be easily expanded later without rewriting. Without unnecessary architectural "water," but with a proper structure.

  • Projects 5
  • Rating 5.0
  • Rating 957

Budget: 6500 UAH Deadline: 3 days

Good day.

My name is Oleksiy, I am a Full-Stack developer.
I am engaged in professional development of websites, bots, and automation systems.

I am ready to implement for you a semi-automated tool for exporting products from the Allegro API to Excel for Horoshop.

I have relevant experience in creating similar parsers and integrations with marketplace APIs, so I understand how to properly organize a modular code structure, authorization via OAuth, obtaining offers, and mapping data to a universal product model with subsequent generation of an Excel file.

As a result, you will receive a stable, reliable MVP without unnecessary complexity, which will be easy to scale for additional platforms (Erli and others).

  • Projects -
  • Rating -
  • Rating 336

Budget: 6000 UAH Deadline: 3 days

Good day!

It is clearly understood what is needed. I will implement it on Node.js/TypeScript:

- Allegro OAuth 2.0 + obtaining offers through the API
- CORE product model (neutral structure for future Erli and others)
- Mapping Allegro → Horoshop
- Generation of xlsx ready for import

The code is modular from the first step - connecting the next platform will be easy.

  • Projects -
  • Rating -
  • Rating 121

Budget: 4000 UAH Deadline: 1 day

Ready to complete this project. Have extensive experience in developing various applications.

  • Projects 5
  • Rating 4.1
  • Rating 258

Budget: 8000 UAH Deadline: 4 days

Hello!

The task is fully outlined in my profile — Python + API integrations + structured exports. I have production experience with similar pipelines (OCR + classification + Excel export for accounting systems).

Here’s how I envision the implementation:
1. Python 3.11+, modular structure
2. sources/allegro.py — OAuth 2.0 flow + pagination through /sale/offers, handling rate limits
3. core/product.py — Pydantic model of CORE product (universal schema)
4. exporters/horoshop.py — generating Excel in Horoshop format using openpyxl
5. mappings/ — separate files for mapping fields and categories

Andrey K.
1 285 1
  • Projects 1 289
  • Rating 5.0
  • Rating 98 631

Budget: 10000 UAH Deadline: 7 days

Hello. I am ready to implement it on Fast API. Please contact me. I will be happy to collaborate!

  • Projects 146
  • Rating 5.0
  • Rating 6 187

Budget: 2000 UAH Deadline: 3 days

Good day
I have already worked with the integration of Allegro via API. I can implement this script in Python with a modular architecture without any problems: a module for working with the API, a product model with validation using Pydantic, and export to Excel.

  • Projects -
  • Rating -
  • Rating 532

Budget: 25000 UAH Deadline: 2 days

Simple work plan for MVP:
1. Preparation and access
• Obtain access to Allegro API.
• Set up OAuth authorization (obtaining and updating the token).
• Check the test request to the API.
2. Obtaining products from Allegro
• Implement a separate Allegro integration module.
• Download offers with the required fields (name, SKU, price, description, photo, status, availability, etc.).
• Add basic error handling and logging.

  • 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. I am confident that I can meet all your expectations.

  • Projects 18
  • Rating 4.4
  • Rating 2 160

Budget: 3500 UAH Deadline: 3 days

Hello! I have significant experience in Python development and working with various APIs for business process automation. I will create a clean, modular MVP for you that can be easily adapted to new platforms in the future. For a quick start, please let me know: do you have an example Excel file that has already been successfully imported into Horoshop, and what approximate volume of products are we talking about? I am ready to discuss the details and get started.

  • Projects 4
  • Rating 4.8
  • Rating 706

Budget: 3000 UAH Deadline: 3 days

Hello! I will implement this task using Python without any problems, shall we discuss the options for solving the task and a more detailed technical specification?

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
12 July
9 July