• Projects 30
  • Rating 5.0
  • Rating 5 747

Budget: 27000 UAH Deadline: 7 days

It is better to start with a short technical audit and a prototype on one platform. We check what data can be reliably obtained, which API endpoints are used, how authorization works, how the token is updated, where there are limits and risks. After that, we create a working data collection script, error handling, and documentation so that the solution can be maintained without constant dependence on us.

For the timeline for the first stage - about 7 working days. For the budget - starting from 40,000 UAH for the audit and prototype on one platform. I would assess a full-fledged system for multiple sources, storage, scheduling launches, and monitoring after checking the API, because in such tasks the devil is in the headers, although no - sometimes also in the tokens =/

!!We only work with legal data collection!! - without bypassing protection, closed data, and schemes that can quickly jeopardize the project. If a sustainable solution is needed, it is better to lay down a proper architecture rather than a one-time script that will break with the first application update.

I will clarify 2 points:
> what platforms besides Rozetka are needed at the first stage
> what data needs to be collected - products, prices, stock, reviews, categories, sellers

Mobile app with admin
  • Projects 6
  • Rating 5.0
  • Rating 827

Budget: 700 UAH Deadline: 1 day

write which application I will analyze and evaluate

  • Projects -
  • Rating -
  • Rating 446

Budget: 9000 UAH Deadline: 7 days

Good day! I am working specifically with the mobile API — I set up a proxy (mitmproxy/Frida on Android), capture real application requests, analyze headers and the token scheme (how it is issued and updated), and based on this, I write a collector directly to the API, without fragile HTML parsing. I am oriented towards rozetka and similar e-commerce platforms. I will leave the documentation with the logic so that you can maintain the solution yourself. How many products and categories need to be captured in one run? This affects throttling and timelines.

  • Projects 5
  • Rating 5.0
  • Rating 673

Budget: 2000 UAH Deadline: 7 days

Hello, I have been working on parsing the API of the Allo.ua application to collect product data - I received over 50,000 records daily through mobile endpoints.

I am curious if it will be necessary to bypass rate limiting on the Rozetka API, or do you have specific requirements regarding the frequency of requests?

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 112

Budget: 7000 UAH Deadline: 4 days

Hello! The task is completely clear. I have experience in reverse engineering and traffic analysis of Android mobile applications for e-commerce platforms (including bypassing protection and working with closed APIs). For your task, I will set up a proxy (Charles Proxy / HTTP Toolkit) on the emulator, extract clean API endpoints from Rozetka, figure out the authorization tokens, and write a quick script in Python. In the end, you will receive clean JSON/CSV and instructions for support. I am ready to discuss the details and show the logic of similar cases!

  • Projects 29
  • Rating -
  • Rating 1 204

Budget: 1111 UAH Deadline: 1 day

Naturally, web scraping is not suitable. There is bot protection. Rozetka works through Cloudflare. Regarding Rozetka: there is a bot that works as you need. All details in private message.

  • Projects -
  • Rating -
  • Rating 663

Budget: 1000 UAH Deadline: 1 day

Hello! The task is familiar: intercept the traffic of an Android application through a proxy, analyze the endpoints and the authorization logic with token refresh, and then build a stable data collection in Python for rozetka and similar sites. I will also create documentation explaining the logic so you can maintain the solution yourself. I am ready to discuss the details and show cases in private messages.

  • Projects -
  • Rating -
  • Rating 483

Budget: 2000 UAH Deadline: 3 days

Hello, Max!

I have reviewed the project description. The task of reverse engineering the mobile API for e-commerce (Rozetka and similar) fully matches my profile. I specialize in Python automation, network protocol analysis, and creating stable parsers.

How I will implement the project:

Traffic interception: I will set up a proxy server (MITM) to analyze the secure traffic of the Android application, identify all key API endpoints and necessary headers.
Authorization analysis: I will analyze the logic of token generation, lifespan, and renewal to automate this process in the script without the risk of deauthorization.
Script development: I will write clean, optimized asynchronous Python script for fast and unobtrusive data collection.
Documentation: I will prepare a detailed and clear instruction on the logic of the solution so that you can easily maintain it yourself.

  • Projects -
  • Rating -
  • Rating 427

Budget: 10000 UAH Deadline: 5 days

Greetings! The task is absolutely clear. "Regular" HTML parsing does not work here, as the web version is protected by WAF/Cloudflare, so you are absolutely right - we need to simulate requests from the official mobile application.

Under the hood, the mobile API consists of standard HTTP/HTTPS requests (REST/JSON), and the task boils down to correctly emulating the device.

My stack and implementation algorithm:
1. Traffic analysis: Setting up a combination (I will raise Mitmproxy / Charles Proxy) to intercept requests from the Android application.
2. Bypassing protection: If necessary, I will deploy Frida for decompilation/bypassing SSL Pinning (if the application checks the security certificate and blocks the proxy).
3. Reverse engineering: Identifying target endpoints (catalog, product card, prices), analyzing header structure (headers, User-Agent, device_id) and the logic of generating/updating authorization tokens.
4. Automation: Writing a clean, optimized script in PHP (Laravel HTTP Client / cURL) that will cyclically collect data bypassing any blocks, pretending to be a real mobile device.
5. Documentation: I will prepare concise documentation (which request goes where, which tokens to update) so that you can easily maintain the script.

  • Projects 53
  • Rating 5.0
  • Rating 7 123

Budget: 700 UAH Deadline: 1 day

I have done this for several e-commerce projects: I set up mitmproxy or Charles on an Android device, captured the traffic of the mobile application, and extracted the necessary endpoints with headers, tokens, and request parameters. Rozetka, in particular, has a fairly stable mobile API, so the task is clear. Question: is a one-time analysis and documentation of the API needed, or is a working parser that will automatically send requests required right away? I am ready to discuss the scope and deadlines.

  • Projects 35
  • Rating 4.2
  • Rating 1 251

Budget: 11111 UAH Deadline: 1 day

Hello, I will do it. I can sniff traffic from mobile apps. Send the full technical specifications in private, and we will discuss the details further.

  • Projects -
  • Rating -
  • Rating 304

Budget: 700 UAH Deadline: 1 day

Good day.

I have experience in data collection through APIs and parsing e-commerce projects. I can understand the structure of application requests, implement the collection of necessary data, and prepare the code in a clear format with explanations.

To provide an estimate, I need to clarify which specific service we are starting with and what data needs to be obtained.

After that, I will be able to provide timelines and costs.

  • Projects 20
  • Rating -
  • Rating 2 116

Budget: 3500 UAH Deadline: 3 days

Hello. I understand the task: it's not just regular parsing of the layout, but data collection through the internal mobile API of the application. That is, intercepting the traffic of the Android application, finding the real endpoints and their headers, figuring out how the application obtains and updates the authorization token, and based on that, writing a script that pulls data directly through the API, plus documentation so you can maintain the solution yourself.

I see the steps like this. First, I will set up traffic interception of the application through a proxy (mitmproxy or Charles) with certificate replacement, bypassing certificate pinning if necessary, to see the real requests. Then I will analyze which endpoints the application calls, what headers and signatures are transmitted, how authorization and token updating are structured. After that, I will reproduce these requests in Python without the application, with correct headers and automatic token updating, and collect data in the format you need. Finally, I will document the logic of requests and tokens so you can fix things yourself if something changes on the store's side.

I understand why through the mobile API and not page parsing: the internal API provides clean structured data, has less protection and captchas than the web, and works more reliably. I have worked with reverse engineering mobile and web APIs, intercepting traffic, and reproducing requests with tokens in Python.

To assess more accurately: which application or stores are the top priority, and what specific data is needed (catalog, prices, stock, product cards)? And is the data collection one-time or regular on a schedule?

  • Projects -
  • Rating -
  • Rating 121

Budget: 5000 UAH Deadline: 1 day

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

  • Projects -
  • Rating -
  • Rating 196

Budget: 27000 UAH Deadline: 7 days

We already have an almost ready AI solution for such data collection, which can be quickly adapted to your source, and we can discuss this in the exchange correspondence; I am available.))
Regarding the timeline, I would suggest the first technical phase to take 5-7 days - traffic interception, request mapping, authorization verification, a prototype for data collection through the mobile API, and brief documentation.
Please note, it is important to have a legal access scenario without bypassing protection; otherwise, the solution may be fragile and risky.
From similar experience, we have worked with marketplaces, integrations, data monitoring, personal accounts, and business process automation.
We will create the documentation so that you can maintain the solution yourself, plus we can add AI monitoring of API changes and notifications if the source changes responses or authorization.
Please clarify which specific Android application needs to be analyzed and which product fields are required in the first version.
Another question - do you have a test account in the application and an example of the desired output?
https://business.ingello.com/prime-eva - similar in terms of e-commerce, complex integrations, and production processes.
https://business.ingello.com/eva - closest in terms of marketplace monitoring and data collection.
https://business.ingello.com/vorfahr - indirectly close in terms of SaaS and AI automation.

  • 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 complete the assigned task in the shortest possible time.

I suggest discussing the details in private messages.

  • Projects 4
  • Rating 4.3
  • Rating 738

Budget: 9000 UAH Deadline: 3 days

Good day. I have done parsing of protected mobile applications like Copart.com and getContact.com, among many others. I am very knowledgeable in this area. I can write the parsing you need. Message me to discuss.

  • Projects 25
  • Rating 4.8
  • Rating 1 964

Budget: 1000 UAH Deadline: 1 day

Hello, I have experience in intercepting mobile traffic (not just an emulator + SSL certificates + MITM Proxy), but a full-fledged custom solution for proper bypassing of security tools. I have scraped many platforms using this method (Glovo, Bolt, Uber Eats. Previously even Twitter.)

I can help with this issue. Message me privately, and we can discuss.

  • Projects 43
  • Rating 4.6
  • Rating 4 975

Budget: 1000 UAH Deadline: 3 days

Good day! I have significant experience in intercepting and analyzing traffic from mobile APIs (Android), particularly e-commerce platforms. I am ready to implement automatic data parsing from rozetka and similar resources, including decoding authorization and providing detailed documentation.

I will provide real case studies of working with APIs and proxies in private messages. Feel free to contact me to discuss the details.

  • Projects -
  • Rating -
  • Rating 532

Budget: 15000 UAH Deadline: 7 days

Hello! I have a very broad experience in both scraper development and scraping itself.
1. We will create an adequate work specification.
2. I will implement the scraper using the technical stack of your choice.
3. You will receive an analysis, data that will be clearly described and structured.
Write to me, we will discuss!

  • Projects 64
  • Rating 5.0
  • Rating 2 123

Budget: 5000 UAH Deadline: 5 days

Ready to collaborate. I have experience collecting from rozetka via API. ______

  • Projects 11
  • Rating 5.0
  • Rating 1 773

Budget: 15000 UAH Deadline: 7 days

Good day! We have experience in intercepting mobile application traffic and analyzing endpoints for parsing e-commerce platforms. We implement this through the setup of proxy servers, decompiling APKs, and emulating headers to bypass protection. We are ready to promptly start analyzing requests and structuring data.

  • Projects 54
  • Rating 5.0
  • Rating 4 654

Budget: 1500 UAH Deadline: 1 day

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. I have extensive experience working with APIs.

  • Projects 10
  • Rating 5.0
  • Rating 1 784

Budget: 1000 UAH Deadline: 1 day

Hello. My approach to this project will be based on a deep analysis of mobile traffic through specialized proxy tools to identify hidden API endpoints and a detailed study of authorization mechanisms, including token management. I will develop a scalable and fault-tolerant solution using asynchronous requests, effective error handling, and integration of strategies to avoid blocks, ensuring stable data collection and high performance. I have significant experience in reverse engineering mobile APIs for e-commerce platforms and possess ready-made software modules that will significantly accelerate implementation and ensure the reliability of the solution. The final result will be accompanied by clear technical documentation for easy further support. I suggest discussing all implementation details, final budget, and timelines in private messages.

  • Projects 20
  • Rating 5.0
  • Rating 2 467

Budget: 1000 UAH Deadline: 1 day

Good day, I am ready to complete your task quickly and efficiently. I have extensive experience in creating various parsers. Please write to me in private messages to discuss the details. I would be happy to help :)

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

9 July
8 July
7 July
6 July