Budget: 50 USD Deadline: 1 day
Good afternoon! I am ready to do everything! I have over 8 years of experience. We will agree on the cost and deadline.
There is a parser functionality for sites such as civilim.com/urunara the foundation is ready but for several sites it is necessary to extract from the pages the dimensions, for example (specifications), and place them into a file. Currently, the description and name are being collected; a request needs to be added somewhere, or simply added to the array. The project is on Laravel, with functionality working through jobs and supervisor queues.
Budget: 50 USD Deadline: 1 day
Good afternoon! I am ready to do everything! I have over 8 years of experience. We will agree on the cost and deadline.
Budget: 100 USD Deadline: 3 days
Hello.
I can implement the task. I have experience in similar projects. The deadlines and cost are approximate - need to discuss the details.
Write, I will do everything quickly and efficiently.
Budget: 25 USD Deadline: 1 day
Hello.
I have read your project with interest. I am confident that I can do effective and high-quality work that meets your requirements and expectations. Over 8 years of experience.
Budget: 270 USD Deadline: 5 days
Hello! I recently successfully completed a similar project. I have extensive experience in data parsing using various programming languages, feel free to write. I will be glad to cooperate!
Budget: 1000 USD Deadline: 2 days
Hello, I worked on a parser project for marketplaces, collected data from over two thousand pages. This experience is very similar to your request.
Can you specify which sites, besides civilim.com, need to have sizes extracted from?
I suggest we get in touch, I will provide free technical consultation and we will develop a development plan + I will tell you about my team!
Budget: 200 USD Deadline: 3 days
Good day.
Our team has many years of experience in developing ERP, CRM, CMS, and specialized business software. 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. Our portfolio includes implemented ERP solutions for the hotel industry, as well as our own product XFitness — an ERP system specifically designed for fitness clubs.
We are ready to implement your project and offer the best solution tailored to your needs.
We specialize in the following areas:
- ERP System Development
- CRM System Development
- Website Development of any complexity
- CMS System Development
- Website Support
- OpenCart Development
- OpenCart Support
- OpenCart Modification
- OpenCart Customization
- WordPress Development
- WordPress Support
- WordPress Modification
- WordPress Customization
- ECommerce Development
- ECommerce Support
- ECommerce Modification
- ECommerce Customization
- Web Application Development
- 1C Server Support
- Web Server Support
- Mobile Application Development
and on these technologies:
- Python
- PHP
- Laravel
- Symfony
- Yii2
- JS
- NodeJS
- jQuery
- TypeScript
- MySQL
- HTML
- CSS
- Vue
- Nuxt.js
- React
- React Native
- C++
Budget: 1000 USD Deadline: 1 day
Senior Full Stack Dev 11 years experience
Есть опыт в парсинге
Budget: 500 USD Deadline: 1 day
Good afternoon,
Interesting project, I would be happy to assist with its implementation. The approximate budget will be: from $500 to $1000.
To provide a more accurate estimate, some clarifications need to be discussed.
For example, here are a few questions that will significantly influence:
1 - How many websites need to be adapted for parsing additional data (sizes, characteristics)? This affects the complexity and duration of the work.
2 - What specific data needs to be extracted from each site, and are there any special conditions required for their filtering or processing?
3 - What are the requirements for the output file format? Is it necessary to prepare the data in a specific order or format (e.g., CSV, JSON, XML)?
After clarifying these details, I will be able to give a more precise estimate of the cost and time required for the work.
Budget: 400 USD Deadline: 1 day
Good afternoon,
I am ready to start refining your parser on Laravel to extract additional data from websites, such as sizes and product specifications. I have experience in data parsing and automating processes using jobs and queues in Laravel. My rate is $16 per hour.
Best regards,
Maxim
Budget: 700 USD Deadline: 14 days
Dear
I am excited to submit my bid for enhancing your Laravel-based web scraper to collect product specifications, such as dimensions, from various e-commerce websites.
Scope of Work:
The main objective is to extend the current scraper functionality to extract the following additional data points:
Dimensions (e.g., width, height, depth)
Specifications (e.g., weight, material, color)
These will be extracted from specific product pages and saved into a structured file (e.g., JSON or CSV), in addition to the existing data (name and description). The scraping process will work seamlessly within your existing Laravel architecture and job/queue system.
Proposed Solution:
Extend Scraper Logic:
Update your existing scraping logic to locate and extract dimensions and specifications from the product pages using XPath or CSS selectors.
Data Handling:
Store the extracted dimensions into the existing data structure alongside product name and description.
Ensure consistency, handling cases where dimensions may not be available for certain products.
Queue Integration:
Ensure that the scraping process runs efficiently in the background via Laravel’s job and queue system.
Handle retries and job failures in case of timeouts or missing data.
Data Storage:
Implement data saving into a file (e.g., JSON or CSV) or any format that suits your needs.
Alternatively, save to a database if required.
Error Handling and Logging:
Implement robust error handling for cases where product specifications are missing or the page structure has changed.
Log errors to track and resolve issues quickly.
Timeline:
I estimate that the project will take approximately 2-3 weeks for full implementation and testing.
Budget:
after contact
Efficient & Scalable Solutions: I prioritize building solutions that are efficient, scalable, and easy to maintain.
Full Support: I provide full post-deployment support to address any questions or issues that may arise.
I look forward to the opportunity to collaborate with you on this project. Please feel free to reach out with any questions, or if you would like further details on my approach.
Best regards,
It is necessary to perform the update, transfer, and configuration of Laravel projects to a new server, ensuring stable operation, security, protection against exploits, and correct functioning of all services after migration. 1. Main tasks Prepare the new server for operation. Transfer project files, databases, configurations, and cron jobs. Update server software. Configure a secure environment for Laravel. Check compatibility of PHP, Laravel, Composer packages, and dependencies. Ensure protection against known exploits, malicious requests, and unauthorized access. Set up SSL certificates. Check the functionality of the websites after the transfer. 2. Transfer of Laravel projects For each project, it is necessary to: Transfer project files. Transfer the database. Transfer the .env configuration. Set directory access permissions: storage bootstrap/cache Check functionality: homepage; admin panel; authorization; forms; API; file uploads; email sending; cron jobs; queue workers.3. Security and protection It is necessary to implement basic and application-level protection: close root access via SSH; configure SSH access only via keys; change the default SSH port if necessary; configure the firewall; allow only necessary ports; install Fail2Ban; hide service versions of Nginx/Apache/PHP; restrict access to .env, .git, backup files, log files; set correct file permissions; check projects for malicious files; check Composer packages for known vulnerabilities; update dependencies if it does not break functionality; configure protection against SQL injection, XSS, CSRF, and path traversal; check the correctness of Laravel APP_ENV and APP_DEBUG; set APP_DEBUG=false in production; configure rate limiting for critical endpoints; check access to storage/uploads; configure protection against PHP execution in upload directories; check access rights to admin panels. 4. SSL and domains It is necessary to: Install SSL certificates. Configure automatic SSL renewal. Enable redirect from HTTP to HTTPS. Check the correct operation of websites via HTTPS. 5. Backup It is necessary to configure backup: project files; databases; .env files; uploaded media; cron configurations; Nginx/Apache configurations. Backup should be performed automatically on a schedule. It is preferable to store copies separately from the main server. 6. Post-transfer verification After migration, it is necessary to check: absence of 500/403/404 errors; absence of critical errors in Laravel logs. 9. Result of execution After the work is completed, there should be: Laravel projects successfully transferred to the new server; websites are functioning stably; SSL is configured; the server is protected with basic security settings; access to critical files is restricted; backup is configured; cron and queues are operational; the old server can be turned off after final verification.
I am looking for a developer for a project consisting of 4 related tasks for the website best-matchmaking.com to be completed sequentially:Integration of a ready-made premium Blade template for blog articles + auto-generation of Schema/SEO markup (Article, FAQPage, Open Graph, canonical) for all current and future articlesRefinement of the blog structure: changing URLs with 301 redirects, renaming in the footer/menu/breadcrumbs, cleaning hidden code, removing categoriesNew block (photo + quote from a review) in the existing constructor for the main and landing pages = the ability to independently add text blocks between sectionsUnification of fonts, sizes, and colors across the entire site (except for the blog) — a single standard for headings and regular text, including header and footerDetailed technical specifications for each item — I am attaching them below via Google link.https://docs.google.com/document/d/1E5oQO2E-xmKJ3C0jW0ZsSPDBjaiELq0ETxfdivW6yIs/edit?tab=0 HTML samples and code will be sent in private messages after the response IMPORTANT! Please review all 4 tasks in detail before making an offer, especially the last one about fonts. There is quite a lot of work involved.Experience RequiredLaravel + Blade — confident, not beginner levelFrontend (CSS/JS) at the same level as backendExperience working with existing, not your own codeWork FormatBackup and test server before starting, transfer to production is MANDATORY — after agreement and testingMandatory self-check on all devices before submission — sending "ready, check" without your own testing is not acceptable. Bugs found after submission will be fixed within the same task. Bugs that arise during the transfer must also be fixed in production.Report with "before/after" screenshots for each itemDeadline and budget — after assessing the volume based on the detailed technical specifications. I look forward to your offers. Thank you
Optimization of the website jdgreta.co.uk on Shopify. SEO audit attached to the project. Main tasks - - Fix all meta data - Complete the technical specifications for the programmer (since this project combines tasks for both the programmer and SEO, if you are not a company - you can use assistance) - Fix minor noticeable flaws - you can visit the pages and add your observations to the bid - this is more than welcome. - Fix reviews as they are duplicated in the cards (screenshots added) we use Judge.me plugin - Fix text color in some places, for example in filters for better readability - Update the Next template
Need a specialist who can correctly set up the product Feed. Problem: Currently, over 13,000 products are being uploaded with the same type value (e.g., "everything for manicure and pedicure"). Because of this, it is impossible to segment products in Google Ads and set different advertising budgets. Task: Pass only the final subcategory (the name of the folder) where the product physically resides on the site into the tag, instead of the general root category. Condition: A flat list is needed — without "breadcrumbs" and parent categories through >. Only one, the last phrase (the name of the final section) should go into the tag. ❌ Currently (incorrect): everything for manicure and pedicure ✅ How it should be: Base: Bases Color polish: Gel polishes Router: Routers Starter kit: Starter kits Wax heater: Wax heaters
Currently, there is a store on OpenCart, and order emails are landing in spam. We need to ensure they go to Inbox (ukr.net gmail) and check it. The hosting provider wrote: Poor email delivery may be related to a low sender reputation - IP or domain. In this case, we can advise you to take the following steps to improve your sender reputation: 1. Switch the site to a dedicated IP address. When you use a shared hosting IP address with other users, your reputation may be harmed by the actions of other email senders. If one of the users sharing the same IP address sends spam or violates rules, it can affect the sender reputation for all users using that IP address, including you. Also, some email services limit the number of emails they accept from a single IP address, which can hinder the smooth operation of your email even if the overall reputation of the hosting's shared IP address is good. More details about ordering a dedicated IP address for hosting service: https://thehost.ua/hosting/ip 2. Check if SPF, DKIM, and DMARC records exist and are correctly configured on your domain. These authentication methods can significantly increase the likelihood of your email being delivered and are also mandatory for landing in "Inbox" on some email services. More details about the technical nuances of configuring these records can be found at: https://thehost.ua/wiki/email-reputation 3. Use the SMTP protocol for sending emails. 4. Use double opt-in for your mailing list. Do not launch email campaigns "blindly" - this increases the risk of landing in a spam trap for that email, which can lead to being blacklisted by spam filters for your IP or domain. 5. Avoid spam-like subject lines and stick to the context indicated in the subject line. Avoid trigger phrases, some of which are listed here: https://overloop.com/blog/455-email-spam-trigger-words-avoid-2018/