
Closed
Posted
Paid on delivery
I will hand you my login credentials for the supplier’s website plus an Excel sheet that already lists several thousand part numbers. Your task is to visit each item’s page, capture three fields—price, minimum order quantity, and current availability status—and write them back to the spreadsheet so that every part number sits in its own row with those details in separate columns. Any clear, orderly layout is fine; I’m not asking for special styling or formulas, just clean data I can sort and filter later. Because I pay close attention to costs, feel free to use the method that gives the best speed-to-accuracy ratio: manual lookup, Python/BeautifulSoup, Selenium, VBA—whatever keeps the site happy and delivers an error-free file. Before we start, let me know: • How fast you can turn around a list this size • Whether you foresee any rate-limiting measures on the site and how you would handle them • Your suggested checkpoints so I can review progress and spot-check accuracy early Final deliverable: the completed Excel file containing every requested field for every part number.
Project ID: 40672176
181 proposals
Remote project
Active 1 hour ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
181 freelancers are bidding on average €397 EUR for this job

Hi There, I have strong experience with supplier-portal data extraction, Excel enrichment, Python/Selenium automation, and large part-number lists. For several thousand items, I would first test the site structure and login flow, then use the fastest reliable method—typically Python with Selenium/Playwright for authenticated pages—while keeping request pacing conservative to avoid rate limits. I would also add retry/error logging so no part number is silently skipped. I suggest an early checkpoint after the first 50–100 parts for format and accuracy review, then milestone checks at roughly 25%, 50%, and 75%. I can confirm the exact turnaround after reviewing the spreadsheet size and supplier website, but I’m ready to start immediately.
€250 EUR in 1 day
8.8
8.8

Hi — Elias here from Miami. I see you're looking to extract parts pricing data from a supplier’s website. This task is crucial for maintaining accurate inventory and ensuring competitive pricing. The real challenge often lies in the reliability of the data extraction process. Web pages can change frequently, which may lead to broken scrapers. Additionally, handling pagination and ensuring that the gathered data aligns with your Excel sheet requires careful attention to detail. My approach would involve using Python with BeautifulSoup and Selenium for robust web scraping. I would implement error handling to manage changes in the webpage structure and ensure the data is consistently accurate. Structuring the script to be modular will aid in future maintenance and allow for easy updates as your requirements evolve. I've worked on similar data extraction projects, where I successfully automated the process and improved data accuracy. A few questions to better understand the scope: Q1 – What specific data fields do you need extracted from the supplier’s website? Q2 – How often do you plan to update this data? Q3 – Are there any specific formats or structures you require for the final output in Excel? Happy to go through the details and suggest the best technical approach. Looking forward to hearing from you.
€500 EUR in 3 days
8.1
8.1

➰➰ PYTHON AUTOMATION & DATA EXTRACTION SPECIALIST Hi there, This project is a good fit for an automated extraction approach rather than manual entry, especially when dealing with several thousand part numbers. My goal would be to maximize accuracy while keeping the extraction process efficient and repeatable. ⭕ Does the supplier website provide a search function by part number, or are product URLs already available? ⭕ Approximately how many part numbers are included in the spreadsheet? ⭕ Are all products from a single supplier portal or multiple websites? ⚡ I would start with a small validation batch, confirm extraction accuracy with you, and then process the entire catalog to ensure the final spreadsheet is complete and error-free. Thank you.
€500 EUR in 7 days
7.9
7.9

⭐⭐⭐⭐⭐ Collect Product Data Efficiently from Supplier’s Website ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project details and see you're looking for someone to gather product information from a supplier's website. You don’t need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for data collection tasks. I will use effective methods to ensure accurate and timely data entry while keeping the process smooth and efficient. ➡️ Why Me? I can easily handle your project of capturing prices, order quantities, and availability status from thousands of part numbers as I have 5 years of experience in data extraction and web scraping. My expertise includes using Python, Selenium, and Excel for data management. Additionally, I have a strong grip on error handling and data validation, which will ensure you receive a clean and organized spreadsheet. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. I look forward to discussing this with you! ➡️ Skills & Experience: ✅ Data Collection ✅ Web Scraping ✅ Excel Data Management ✅ Python Programming ✅ Selenium Automation ✅ BeautifulSoup ✅ Data Analysis ✅ Error Handling ✅ API Integration ✅ VBA Scripting ✅ Data Validation ✅ Task Automation Waiting for your response! Best Regards, Zohaib
€350 EUR in 2 days
8.1
8.1

The process will be automated, and you'll be able to rerun it and update the results. It will be cloud-based, but the hosting will be free. I also offer one year of free support in case something changes and the scraper needs fixing. This support covers fixes only and does not include new features. Thank you for your time!
€700 EUR in 7 days
7.7
7.7

Hi, I understand your requirements for capturing data from the supplier's website and organizing it into an Excel sheet. I will utilize Python with BeautifulSoup for efficient data scraping, ensuring a balance between speed and accuracy. I foresee potential rate-limiting measures on the site, and I plan to implement a delay between requests to avoid triggering these limits. To ensure transparency, I suggest setting up checkpoints after every 500 part numbers for you to review progress and verify accuracy. This way, we can address any issues early on. I can complete the list within 5 days, depending on the site's response time and the number of part numbers. You can view my portfolio here: https://www.freelancer.com/u/techplusintl Ready to start immediately!
€250 EUR in 5 days
7.7
7.7

Youssef, Full-Time Python Developer specializing in data extraction and web scraping. You need to pull price, MOQ, and availability status from a supplier site for several thousand part numbers into your existing Excel sheet. I will use Python with Selenium to log in with your credentials and navigate each item page, as this handles JavaScript and complex site structures reliably. My script will read your part numbers, scrape the three target fields, and write the clean data back to new columns in the same spreadsheet, row by row. I have completed many similar projects extracting structured data to Excel. For your questions: I can provide a clear speed estimate and detail rate-limiting handling after reviewing the site. What is the supplier website's domain so I can assess its structure? Ready to start immediately.
€500 EUR in 1 day
7.4
7.4

Hi, I can efficiently process the several-thousand-part-number catalog using Python/Selenium or another suitable method, with rate limiting and retries to avoid overloading the supplier site. I’ll capture Price, Minimum Order Quantity, and Availability for each part number, preserve your spreadsheet structure, and provide progress checkpoints with sample batches for early verification. I can start immediately; turnaround will depend on site speed/access, but I’ll provide a realistic estimate after reviewing the spreadsheet and supplier workflow.
€300 EUR in 5 days
7.5
7.5

I will process your Excel sheet of several thousand part numbers and return a clean, sortable file with one row per part and separate columns for price, minimum order quantity, and current availability status. I’ll first inspect the supplier site and determine whether the pages are static or require JavaScript authentication. For dynamic pages, I’ll use Python with Selenium; where appropriate, BeautifulSoup and direct requests will reduce processing time. The workflow will preserve the original part numbers, capture the exact displayed values, normalize obvious formatting inconsistencies, and record unavailable or failed lookups separately rather than silently leaving gaps. I’ll also run duplicate, missing-value, and row-count checks before delivery. To avoid triggering rate limits, I’ll use conservative request pacing, randomized pauses, session reuse, retries with backoff, and checkpointed progress. I will not send unnecessary requests, and the process can resume from the last completed row if the site temporarily blocks or disconnects. I can provide an initial sample checkpoint after the first 100–200 parts for your spot-check, then a midway extract, followed by the fully validated Excel file. With working credentials and stable access, I expect to complete the list in about four days, including validation and any required corrections. Muhammad Saad
€550 EUR in 4 days
7.3
7.3

Hello, I can efficiently process your several-thousand-part Excel list and return a clean, accurate spreadsheet with price, minimum order quantity, and current availability for every part number. I would use Python with Selenium/appropriate browser automation where possible, choosing the method that provides the best speed and reliability for the supplier's website. I will preserve your existing part numbers and add the requested information in separate columns. Before processing the full list, I suggest starting with a 20–50 item test batch so you can verify the extracted data and format. After approval, I can process the remaining items in batches with periodic checkpoints for quality control. If the website has rate limits or anti-bot protections, I will use reasonable delays, batching, retries, and session management to minimize failed requests while maintaining good throughput. I will also validate the final dataset for missing values, failed lookups, duplicates, and unexpected page results. The final deliverable will be the completed Excel file containing all part numbers with their corresponding price, MOQ, and availability status , ready for sorting and filtering. I can determine the exact turnaround time after the initial test, since processing speed depends on the site's response time and any restrictions it imposes.
€253 EUR in 2 days
7.4
7.4

As a team leader at BN-Droids Digital Services, my five-member team and I have developed a reputation for delivering high-quality and robust web scraping solutions. We’ve catered to various industries, collecting vast amounts of data with **ample speed and 99% accuracy**. Like your project, we've also dealt with sensitive sites that necessitate a strategic approach to avoid rate-limiting measures, and we manage to do so flawlessly.
€250 EUR in 3 days
7.0
7.0

Hi, Thank you for posting the good task! This project is primarily web data extraction and spreadsheet automation, where the biggest challenge is processing several thousand products accurately without overwhelming the supplier’s website or introducing silent data errors. I’d prioritize a structured, resilient extraction workflow with validation and checkpoints rather than simply maximizing request speed. I can use Python with requests/BeautifulSoup where possible, and Selenium/Playwright when the product data is rendered dynamically. I’ll map each part number to its product page and capture exactly the three required fields: price, minimum order quantity, and current availability, then write them into clean, separate Excel columns. For rate limiting, I’ll use conservative request pacing, session reuse, retries with backoff, and checkpointed processing rather than aggressive parallel requests. If the site has stronger protections or requires interactive authentication, I’ll adapt the approach accordingly and avoid unnecessary load. For a list of several thousand parts, I’d expect 1–3 days depending on the site structure and access restrictions. I can return a clean, filterable Excel file with every part number matched to its requested data. Best regards, Diah
€500 EUR in 7 days
7.6
7.6

Hello!, I am a US-based senior software engineer, and this kind of parts pricing extraction project is exactly the sort of thing I handle carefully. The real pain point here is not just pulling data, but making sure the supplier’s parts and pricing are extracted cleanly and matched to your Excel sheet without missing rows, bad formatting, or broken mappings. I’d approach it in phases: 1) review the login flow and spreadsheet structure, 2) build a secure extractor using Python/Selenium/BeautifulSoup, 3) map and clean the data into your exact format, and 4) verify the final output so you get something accurate and ready to use. I’ve built similar automation and data workflows that handle login-protected sites, structured data cleanup, and repeatable Excel exports. If needed, I can also make it reusable so future updates are fast and painless. Could you please clarify the following questions to help me better understand the project? 1) Does the supplier site use CAPTCHA, MFA, or any anti-bot protection after login? 2) Which columns are already in the Excel sheet, and what exact fields should be populated? 3) Do you need a one-time extraction, or a reusable script for future price updates? If you want, I can also outline the extraction steps before starting so you know exactly how I’ll handle it. James Zappi
€550 EUR in 2 days
6.8
6.8

Hi, I reviewed your task: extract price, minimum order quantity, and current availability for thousands of part numbers from each item page, then write everything back into the provided Excel rows and columns. I’ll automate the workflow using Web Scraping with Python and BeautifulSoup, organizing Data Management so each part number updates its row accurately. If the site requires a browser flow, I’ll use Selenium-style navigation while keeping the extraction logic focused on those three fields. I’ll deliver a clean, sort/filter-ready Excel file with consistent values and careful error handling. I also plan checkpoint spot-checks early to confirm accuracy, Let’s discuss here now.
€250 EUR in 30 days
6.8
6.8

Hello, I can accurately collect the price, MOQ, and current availability for several thousand part numbers and update your Excel sheet with one clean row per item. I’m experienced with large-scale web research, Excel data handling, and automated/manual extraction using Python, BeautifulSoup, or Selenium where appropriate. I’ll work carefully with the supplier site, respect rate limits, and use controlled batches to maintain accuracy and avoid unnecessary load. I suggest an initial checkpoint after the first 100–200 records for your spot-check, followed by regular progress checkpoints until completion. I can provide a realistic turnaround estimate once I see the spreadsheet size and supplier site structure. Ready to begin with a small test batch.
€250 EUR in 2 days
6.8
6.8

Capturing accurate parts pricing data efficiently from your supplier’s website requires a robust approach to web scraping. I would leverage Python alongside libraries like BeautifulSoup or Selenium to ensure data is gathered precisely, while being mindful of potential rate limits by implementing appropriate handling strategies. My expertise in web scraping and data management would help me deliver a clean, organized Excel file compliant with your specifications. I have a 4.9-star rating across 200 client reviews and have completed 220 projects. What volume of part numbers are you expecting, and do you have a deadline for completion?
€638 EUR in 10 days
6.7
6.7

Hello, I can develop a robust solution for extracting supplier data across your thousands of part numbers. I can create a scraper that systematically visits each item page, captures price, minimum order quantity, and availability status, then writes this data directly into your Excel spreadsheet in a clean, sortable format. My approach prioritizes both speed and accuracy. For a dataset of several thousand items, I estimate a turnaround of 3 to 5 days depending on the supplier's response times and data volume. Depending on the technical architecture of the supplier's website, I will develop a custom solution using either Python or PHP. Python is ideal for this task due to the power of libraries like BeautifulSoup and Selenium, which allow for efficient navigation of complex pages. Alternatively, I can implement a PHP-based solution if it better suits the site's request handling. Both languages allow me to ensure high accuracy while maintaining the speed required for a list of several thousand items. To handle potential rate-limiting, I will implement request throttling and randomized delays to mimic human browsing behavior, ensuring the site remains stable and my access is not blocked. I look forward to receiving the credentials and the spreadsheet to begin this project and provide you with a high-quality deliverable.
€350 EUR in 7 days
6.7
6.7

Hello, I can efficiently update your Excel file by checking each supplier part number and capturing the current price, minimum order quantity, and availability status. My approach would be: • First review the website structure and Excel file to determine the safest and fastest method. • Use automation where permitted and reliable, with careful validation to avoid incorrect matches. • Respect the website’s rate limits and avoid aggressive requests; if temporary limits occur, I’ll use conservative pacing, retries, and checkpoints rather than bypassing security controls. • Update the spreadsheet with one part per row and separate columns for Price, MOQ, and Availability. • Provide progress checkpoints so you can spot-check accuracy early. Before starting, I would need to confirm approximately how many part numbers are involved and whether the supplier site has CAPTCHA or two-factor authentication. Once I review the files and website workflow, I can provide a realistic turnaround estimate. I focus on accuracy, clean data, and reproducible workflows, and I can begin with a small test batch before processing the full list. Best regards, Ayaz Akhtar
€250 EUR in 1 day
6.8
6.8

Hello!! {{{ I HAVE EXPERIENCE WITH WEB SCRAPING, AUTOMATION, PYTHON, SELENIUM, EXCEL DATA PROCESSING & LARGE-SCALE PRODUCT DATA EXTRACTION BEFORE AND I CAN SHOW YOU }}} I have carefully reviewed your requirements and can extract the price, minimum order quantity and current availability for several thousand part numbers and organize everything cleanly into your existing Excel sheet. I can use Python with requests/BeautifulSoup where possible and Selenium/Playwright when the supplier website requires browser-based interaction or JavaScript rendering. I will structure the process with controlled request rates, retries, session handling and checkpoints to reduce the risk of triggering rate limits while maintaining data accuracy. The workflow will include an initial sample batch for validation, followed by incremental processing with progress checkpoints so you can review and spot-check results before the full dataset is completed. Failed or unavailable product pages will be logged separately for review rather than silently omitted. The final Excel file will contain each part number in its own row with separate columns for price, minimum order quantity and availability status, ready for sorting and filtering. I have 11+ years of programming experience and can deliver a reliable, repeatable data-extraction workflow with proper validation. I WILL PROVIDE 2 YEARS OF FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE. Thanks,
€250 EUR in 7 days
6.5
6.5

Hi! I can automate the lookup of all supplied part numbers and populate the Excel file with price, minimum order quantity and current availability. I would first test the supplier site with a small batch. If the data is accessible through normal HTTP requests, I would use PHP + cURL with an authenticated session for speed and reliability. If the site requires JavaScript rendering, I can use browser automation instead. I’ll implement reasonable pacing, retries, error logging and checkpoints so the process can resume without repeating completed items. I suggest starting with a 50–100 part-number test batch so you can verify accuracy before processing the full list. I can then deliver the completed Excel file with all requested fields.
€250 EUR in 3 days
6.4
6.4

Milan, Italy
Member since Aug 26, 2026
$250-750 USD
€30-250 EUR
₹12500-37500 INR
₹750-1250 INR / hour
$15-25 USD / hour
₹1500-12500 INR
₹1500-12500 INR
$25-30 USD
₹400-750 INR / hour
£250-750 GBP
₹12500-37500 INR
$250-750 USD
₹400-750 INR / hour
₹1250-2500 INR / hour
₹12500-37500 INR
$25-50 USD / hour
₹750-1250 INR / hour
£250-750 GBP
$10-30 USD
₹100-400 INR / hour