• Projects 101
  • Rating 5.0
  • Rating 8 135

Budget: 2000 UAH Deadline: 1 day

I have a ready parser in Python but without a nice interface.
The search data is set through a config.
It works very quickly.

I can also take a look at your parser if you have its code and it's in Python or C#.

  • Projects 151
  • Rating 4.9
  • Rating 11 022

Budget: 1600 UAH Deadline: 4 days

Good day. I have a ready parser, I can provide it after adapting it to your needs. From the discussion, I see that you have the source code of the old parser, and I am ready to take on the corrections if it is written in Python.

Looking forward to working with you!
  • Projects 16
  • Rating 5.0
  • Rating 3 183

Budget: 2000 UAH Deadline: 3 days

Good afternoon.

I will create the same parser. Please let me know where the data needs to be exported?

  • Projects 5
  • Rating 4.9
  • Rating 756

Budget: 4000 UAH Deadline: 7 days

Hello, I created a similar parser for an auto marketplace: collecting listings based on filters (make, model, year, price), extracting photos and contacts, exporting to CSV, and saving to a database. Bypassing blocks and working through proxies were also part of that project to prevent the parser from crashing after website updates.

If you need to track new listings, it's worth adding auto-monitoring on a schedule with deduplication right away; this eliminates manual checks and catches fresh positions within minutes.

How many positions need to be collected per run and how often, one-time or regularly on a schedule? And where should the results be stored, CSV, Google Sheet, or a database?

I suggest we get in touch; I will also outline a parser scheme for Autoria with the filters and export format you need.

  • Projects -
  • Rating -
  • Rating 232

Budget: 5000 UAH Deadline: 3 days

Hello. I will create a new parser for AutoRia based on the attached example, adapting it to the current protection of the platform. I have experience in parsing similar car platforms with bypassing blocks and setting up filters. Do you need parsing only for the links to the ads or also for the data inside the listings (price, photos, specifications)?

  • Projects 11
  • Rating 5.0
  • Rating 1 788

Budget: 5000 UAH Deadline: 3 days

Good day! The SDEV team is ready to restore your parser. We have extensive experience working with Auto RIA, including bypassing protection and updating data. We will implement a reliable solution considering the latest changes on the site, so that data collection works smoothly. We would be happy to assist you with this project.

  • Projects -
  • Rating -
  • Rating 304

Budget: 1500 UAH Deadline: 2 days

Good day. I will take on the restoration of your parser for Auto.ria and adapt it to the current changes on the website so that data collection works correctly again. I will provide a timeline after analyzing the attached screenshot; I think I can manage it in a couple of days. Do you have the original data or logs that can help understand when the flow of information stopped? I would be happy to receive your feedback, answer all questions, and we can better align on deadlines and other project details. I will gladly help.

  • Projects 5
  • Rating 4.9
  • Rating 1 753

Budget: 2000 UAH Deadline: 1 day

Hello! From your screenshot, it is clear that the application has filters by type of transport, brand, model, region, and price, meaning the parser was working with the AUTO.RIA output. Such parsers usually fail for two reasons: either the website has changed its layout and the selectors no longer match, or there are blocks on frequent requests, resulting in empty responses or captchas.

I will look at the code and determine which of these issues it is. Then I will fix it for the current website, but in a different way: I will gather data from internal JSON requests that the website sends to itself, rather than from the page markup. This way, the parser will stop breaking with every redesign, which is exactly why it failed for you. Additionally, I will maintain a careful request rate and session reattachment to avoid getting blocked due to volume.

I will keep the interface in the same form with filters and a counter for processed items, so you can continue working as you are used to.

Please send the code, and I will provide an exact timeline and price. If there is no code, I will build it from scratch; let me know what fields you need in the output.

I look forward to collaborating.

  • Projects -
  • Rating -
  • Rating 361

Budget: 700 UAH Deadline: 1 day

Good day, if there is the source code of this parser, I am ready to check and fix the error for which it is currently not working.

  • Projects 212
  • Rating 5.0
  • Rating 6 154

Budget: 4000 UAH Deadline: 7 days

Good day
I can write a new parser with the same filtering parameters as in your screenshot. Do you need to collect only links to ads or any other data?

If you have the source code of the current program, we can try to revive it.

  • Projects -
  • Rating -
  • Rating 355

Budget: 2000 UAH Deadline: 2 days

Viktor Olegovich, since the source files are available, it makes sense to look at them right away instead of guessing. Usually, auto.ria stops returning data either due to changed markup and old selectors, or because the site has started cutting the requests themselves (anti-bot, limits). Please send the code and what is visible in the console when running: error, empty list, or 403, and it will become clear what exactly needs to be fixed.

I have already done a similar collection by filters: I collected a catalog of an online store with 12,932 products with filters and exported it to Google Sheets.

If the issue is with the markup and filters, I will fix it and return a working version in 2 days. If the site is indeed cutting the requests themselves, I will provide an exact timeframe right after inspecting the code; for anti-bot measures, proxy and header rotation is usually needed, not just fixing selectors.

  • Projects -
  • Rating -
  • Rating 403

Budget: 7000 UAH Deadline: 4 days

Good day!

I have extensive experience in developing parsers, desktop applications in C# WinForms, and working with changing websites. I am ready to restore the functionality of the existing AUTO.RIA parser or improve it after analyzing the source code.

I will perform diagnostics, fix issues related to changes in the website structure, check the accuracy of data collection, and test the application's functionality.

I look forward to collaborating.

  • Projects 20
  • Rating 5.0
  • Rating 2 364

Budget: 12000 UAH Deadline: 5 days

Good day!

For such a task, it makes sense to first conduct a quick diagnosis of the current parser and understand what exactly is broken: selectors, response format, transition logic, anti-bot checks, or the method of data retrieval itself. If you have the source code or a working archive of the application from the screenshot, our team will be able to restore the solution without unnecessary rework and immediately adapt it to the current structure of AutoRia.

From a technical standpoint, it is better to build such a parser as a separate data collection module with configurable selectors, error logging, and a backup scenario through Playwright, if the site has started delivering content dynamically or has enhanced its protection. This allows not to tie all the logic to fragile elements of the page and to make changes more quickly when the site changes.

There are two key risks here: AutoRia could have changed the layout or API, which means that the old rules no longer work, and the second point is the limitations on request frequency, CAPTCHA, or other anti-bot mechanisms. Therefore, it is important to immediately check whether only public parsing is needed or if there is authorization and additional restrictions.

In terms of timelines for restoration and adaptation, we usually allocate 5–10 working days after receiving the source files and access to the current solution. If the task turns out to be broader than just restoration, it is better to clarify the estimate after the diagnosis to avoid tying ourselves to an incorrect scope.

  • Projects 64
  • Rating 5.0
  • Rating 2 105

Budget: 2500 UAH Deadline: 3 days

Ready to do it. I have experience working with authoria.

  • Projects 33
  • Rating 5.0
  • Rating 3 379

Budget: 3000 UAH Deadline: 1 day

Hello
I have a ready solution - write to me privately
https://www.youtube.com/watch?v=gzl_9iWVy1A

  • Projects 61
  • Rating 5.0
  • Rating 8 677

Budget: 2500 UAH Deadline: 1 day

Good afternoon. I have a ready parser. I can configure it for you in 1 day.

  • Projects 217
  • Rating 5.0
  • Rating 15 555

Budget: 1500 UAH Deadline: 3 days

Good day!
I have developments on the authoria.
If it's a new parser, the price is 4-5 thousand UAH.

If you have your code, I can fix it - approximately 1000 - 1500 UAH.
I would be happy to collaborate.

  • Projects -
  • Rating -
  • Rating 338

Budget: 800 UAH Deadline: 3 days

THERE IS ALREADY A READY PRODUCT, IN PRODUCTION FOR A FEW MONTHS, THE AUTO.RIA PARSER IS FULLY FUNCTIONAL THERE.

Author parsers usually break not because of the markup: they closed the open search endpoints from which they pulled ads and added bot checks. Therefore, first, we need to see what the old one is falling on — 403, empty list, or changed selectors.

I am doing it in Python: searching by filters (make, model, year, region, price), ad card, retry with pauses, and rotation of UA/proxies to avoid getting banned. Output — Excel/Google Sheets or directly in Telegram, plus a monitoring mode: only new ads since the last run. Similar monitors are already running on my VPS on a schedule.

Regarding the screenshot, let me know: do you need an application with that interface, or is a scheduled run sufficient? This and the need for proxies affect the price.

Starting from 2,500 UAH, 3–4 days. Can we take 10 minutes to verify the fields and filters?

  • Projects -
  • Rating -
  • Rating 196

Budget: 12000 UAH Deadline: 5 days

We already have almost ready solutions for parsers and data collection automation, which can be quickly adapted for Auto.RIA and launched ))

Regarding the timeline - the target is 3-5 days for a working version, if we need to restore the old parser or replicate the logic based on your screenshot.
As for the budget - starting from 12,000 UAH, I will provide a more accurate figure after reviewing the current parser and the required fields.

Here’s the nuance - for Auto.RIA, it’s important not just to collect data, but to make the parser resilient to page changes, limits, and possible blocks.
I would suggest the following:
- Quickly review the old parser and screenshot
- Identify fields, filters, and export format
- Restore or create a new version

  • Projects 125
  • Rating 5.0
  • Rating 4 053

Budget: 3000 UAH Deadline: 2 days

If there is source code, we can try to restore the functionality or write everything from scratch. Write to us, we will discuss.

  • Projects 4
  • Rating 4.8
  • Rating 710

Budget: 1000 UAH Deadline: 1 day

Hello! What functionality should the parser have? I can develop a parser for you.

  • Projects -
  • Rating -
  • Rating 348

Budget: 1000 UAH Deadline: 2 days

Hello! The parser has failed due to changes in the Auto.ria markup or new limits. I regularly write parsers for auto portals and know how to bypass blocks using proxies and User-Agent rotation to prevent the script from being banned.

Was your previous parser in Python or is it desktop software?

Let's communicate, I'll take a look at the screenshot and suggest a reliable bypass scheme.

  • Projects 6
  • Rating 3.9
  • Rating 776

Budget: 2000 UAH Deadline: 2 days

Victor Olegovich, to restore the parser's functionality, it is necessary to update the bypass mechanisms for blocks and to update the selectors according to the current structure of the AutoRia layout, as the site frequently changes classes. I will check at which stage the error occurs in the requests and adapt the code to the new protection algorithms so that you can receive data in the usual format again. What specific error occurs in the console when running your current solution, and are you using a proxy to access the pages?

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