
Lukket
Slået op
Betales ved levering
My workbook already asks SerpApi for [login to view URL] data the moment I type a model number in the “Model” sheet, and Power Query pushes the results into the “Result” sheet. Two nagging issues stop it from being production-ready: 1. The cache sheet that should store the API response has stopped working, so every look-up now triggers a new, slow call instead of re-using the last fetch. 2. On the “Result” sheet the sale price reaches the correct cell, but the regular (full) price column stays empty. I need someone who understands Power Query, Excel data model, and REST/API connections (SerpApi in particular) to: • Diagnose and restore the caching logic so the workbook re-uses previously fetched JSON. • Update the query/transform steps so the full price field is extracted alongside the sale price for every product tested. • Hand back a clean workbook with the fixes documented briefly inside a hidden “ReadMe” tab, plus two or three sample model numbers showing both prices populate correctly. No other columns are required right now, just sale and full price working side-by-side. If a small bit of VBA or an alternate connector is the easiest route, I’m open to it as long as the user experience remains a single model-number entry that auto-refreshes.
Projekt-ID: 40238447
51 forslag
Projekt på afstand
Aktiv 25 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
51 freelancere byder i gennemsnit $23 USD på dette job

Hi, I'm an Excel Automation specialist. From your explanation, I understood where the problem was. I can help you fix ir and make it works seamlessly. This may potentially need VBA to make more seamless iteration for calling the API. Let's have a chat and discuss this further.
$30 USD på 1 dag
8,0
8,0

Hi there, I'm offering a 25% discount on this project. With expertise in Excel Power Query and web scraping techniques, I will diagnose and fix your broken Power Query scraper—restoring reliable data extraction and ensuring your spreadsheets update correctly with fresh information. I'll start by reviewing your current Power Query setup, identifying where and why the scraper is failing. I will then implement the necessary fixes including updating query URLs or navigation steps if the source website structure has changed, fixing M code errors or syntax issues, adjusting for website authentication or session requirements, implementing proper error handling for robustness, optimizing query performance and refresh times, adding pagination handling for complete data extraction, and testing thoroughly to ensure consistent, accurate results. You'll receive a fully functional, reliable Excel Power Query scraper, along with documentation of the fixes applied and guidance for maintaining it in the future. Let's get your data flowing again. Best regards, Sohail
$10 USD på 1 dag
6,5
6,5

Warm Greetings! I understand you need your Excel Power Query workbook fixed so cached SerpApi responses work again and both sale and full prices populate reliably. I’ll restore the caching logic by debugging the JSON load step, re-enabling proper reuse of prior responses, and then update the Power Query transforms to correctly extract both price fields every time. The most important tip is ensuring the data model validates the JSON structure before transforming it—this prevents breakage and keeps lookups fast and stable. Best regards, Muamer Kaukovic
$20 USD på 7 dage
5,3
5,3

Hi, there, I'm Brayan, an experienced freelance engineer specializing in Excel, Power Query, and API connections. With a keen eye for detail, I excel in diagnosing and solving complex data-related issues. ✅ Leveraging my expertise in Power Query and Excel data modeling, I will swiftly resolve the caching issue by restoring the functionality to reuse the previously fetched JSON, enhancing the workbook's efficiency. ✅ To ensure seamless data extraction, I will update the query/transform steps to include both the sale and full price fields, providing comprehensive product information in the 'Result' sheet. ✅ The final deliverable will be a polished workbook with detailed fixes documented in a hidden 'ReadMe' tab, accompanied by sample model numbers showcasing accurate price population. ✅ By integrating my skills in REST API connections and Excel VBA, I will streamline the user experience, maintaining a seamless single-model entry process. ✅ With a meticulous approach, I guarantee a flawless workbook that meets your requirements for efficient data retrieval and analysis.
$30 USD på 1 dag
5,4
5,4

Greetings, I can help make your Excel workbook fully production-ready by fixing the SerpApi integration and Power Query setup. I specialize in Excel solutions that integrate REST APIs with Power Query and the data model, creating efficient workbooks where data retrieval is reliable, transformations are accurate, and repetitive API calls are minimized through smart caching. My focus is on delivering smooth, time-saving solutions that let your analyses run correctly every time. For your project, I will restore the caching logic so previously fetched SerpApi responses are reused, preventing slow, repeated calls. I’ll also update the query and transformation steps to ensure both sale and regular (full) prices populate correctly in the “Result” sheet for every model tested. You will receive a clean workbook with a hidden “ReadMe” tab documenting the changes, plus two or three sample model numbers demonstrating correct pricing. Let’s connect so I can start implementing these fixes quickly. Best Regards, Arwa M.
$30 USD på 2 dage
5,4
5,4

Hello, I specialize in Excel solutions that integrate REST APIs with Power Query and the Excel data model. I focus on creating efficient, production-ready workbooks where data retrieval is reliable, transformation steps are accurate, and repetitive API calls are minimized through smart caching. My goal is to save you time while ensuring your analyses run smoothly and correctly. I have extensive experience troubleshooting and optimizing workbooks that rely on external API connections, including JSON parsing and Power Query transformations. For your project, I will restore the caching logic so previously fetched SerpApi responses are reused, preventing unnecessary delays. I will also update the query steps to ensure both sale and regular (full) prices populate correctly in the “Result” sheet for every model tested. Finally, I will provide a clean workbook with a hidden “ReadMe” tab documenting the changes, along with sample model numbers demonstrating correct functionality. Please feel free to reach out to discuss the details further or address any questions you might have. Regards, Moiz H.
$30 USD på 2 dage
5,2
5,2

Hi there, We understand your Excel workbook uses Power Query with SerpApi to fetch HomeDepot data, but caching has failed causing repeated API calls, and the regular price field is not being extracted into the Result sheet alongside the sale price. SEO Global Team has deep experience with Power Query M logic, REST/JSON transformations, Excel data models, and API caching strategies (including parameter tables, staged queries, and local cache sheets) to stabilize production workbooks. We will restore a proper JSON cache layer to prevent duplicate API calls, adjust the query steps to correctly parse both sale and full price fields from SerpApi responses, document the fix in a hidden ReadMe tab, and deliver sample model numbers proving both prices populate side-by-side. Is your current cache implemented as a separate query or written via VBA? Do you have SerpApi rate limits we should account for? Can you share a redacted version of the workbook for analysis? Looking forward to resolving this cleanly, SEO Global Team
$20 USD på 7 dage
5,0
5,0

Hi, I see your SerpApi workbook is hitting the API every time instead of caching results, and the regular price field isn't populating even though sale price works fine. I built similar setups before where Power Query pulls API data and stores it locally to avoid repeat calls. For the caching issue, I'd check whether your cache sheet is still referenced correctly in the Power Query merge step, or if the lookup logic broke when the API response structure changed. Most of the time it's either a missing merge key or the cache table isn't refreshing in the right order. I'd fix the query dependencies so it checks the cache first, only calls SerpApi for new model numbers, then appends fresh results back into the cache sheet. For the missing regular price, I'd open the Power Query editor and trace where the sale price extraction works, then add a parallel step pulling the full price field from the same JSON node. If SerpApi nests it differently or uses a different key name, I'd map it properly and make sure both columns land in the Result sheet. I work with Power Query and API integrations regularly for inventory and reporting tasks, so I'm comfortable digging into the M code and fixing transform steps. I'd document the changes in a ReadMe tab showing exactly which queries were updated and why. Send over the workbook? I can diagnose both issues today, apply the fixes, and send it back with three test model numbers showing both prices populated correctly. Mituka
$50 USD på 3 dage
4,8
4,8

Hi, I can diagnose and fix right away. Please send it over, and I will start immediately. Do not hesitate to ask any questions or check my reviews. Full-stack dev with BSc in Computer Science here 7+ years of experience. Kind Regards!
$25 USD på 1 dag
4,5
4,5

Hello there, With extensive experience in statistical and predictive analytics, My proficiency in SPSS combined with my programming skills in Python will not only ensure an effective data analysis but also allow for flexibility and automation, optimizing efficiency throughout the process. Throughout my career, I have consistently proven my problem-solving mindset transforming complex datasets into clear and actionable insights that clients can use to drive their business forward. Data cleaning and transformation is an often-overlooked area of importance; however, it's where precise analysis begins. My vast experience in this area ensures thorough sorting of your data for accurate analysis - leaving no stone unturned. Lastly, I recognize that clear communication is vital to successful project completion. I assure you of my commitment in communicating regularly and effectively throughout this project, leaving no room for ambiguities. Trusting me with this project will not just avail you of a qualified individual but also someone who is dedicated in leveraging their knowledge and experience for unparalleled client satisfaction.
$10 USD på 1 dag
3,9
3,9

As an AI and Automation Specialist with over a decade of experience in digital marketing, I have built numerous AI-driven systems. In particular, my proficiency in Data Analysis and Software Architecture aligns perfectly with your project requirements. I completely understand the frustration that comes from slow and inefficient processes, and this is exactly why I can offer substantial value to your Excel Power Query Scraper project. My knowledge of Power Query, the Excel data model, and REST/API connections - including SerpApi - will allow me to precisely diagnose the issues you are facing and provide an efficient solution. Whether it involves restoring caching logic or updating the query/transform steps to extract both the sale price and full price as required, I am well-versed in finding smart resolutions that enhance user experience while maintaining productivity. Besides bringing hands-on skills to your project, my years of problem-solving experience have ingrained in me a significant level of attention to detail. I guarantee not just fixes for current issues but also proactive anticipation of future challenges. Beyond executing the task at hand, I always deliver my outputs neatly documented for ease-of-use and enhancements on a hidden "ReadMe" tab. Let's work together to streamline your workbook so that it runs on autopilot smoothly, reducing costs and improving efficiency without needing any additional effort for look-ups!.........
$10 USD på 7 dage
3,6
3,6

Hello there, As an experienced researcher and data scientist, data analyst, my qualitative analysis skills perfectly align with your job requirements. My profound knowledge of Python and R Studio guarantees fast learning and adaptation to new tools. Moreover, my advanced skills in Excel make me highly competent in handling large datasets efficiently—making me proficient in extracting the best insights from your transcripts. I fully comprehend the importance of working papers and meticulously preparing financial statements, especially within strict timelines. my sharp analytical skills and extensive knowledge of excel ensure that I leave no stone unturned in making sure every detail is covered under evaluation. My passion for quality, originality and meeting deadlines makes me an excellent choice for this project. I cannot wait to prove my extensive skills to you through providing actionable insights that will help guide your decision making regarding domestic charter flights. Best Regards
$10 USD på 1 dag
4,0
4,0

Hello there,, I have advanced experience in Data Mining, Statistics, Statistical Analysis and Data Science. With my vast background in data analysis and management, I am confident in my ability to handle your categorical data project effectively and efficiently. I have extensive experience in collecting, cleaning, analyzing, and visualizing data using Python programming, an invaluable asset for a project of this nature. Additionally, I am well-versed with CRISP-DM framework and adept at identifying patterns within datasets Choosing me means benefitting from not only my expertise but also my personal approach to projects. I understand that each task is unique, requiring tailored skills, and so I'm willing to go the extra mile to provide you with results that meet and exceed your expectations. Let's join forces in this project as our combined strengths will surely produce a result that's efficient, elegant and insightful! Let's not waste any more time! Together, we can mine this data efficiently and answer the questions to achieve your goals. Best Regards, Thanks
$10 USD på 1 dag
3,5
3,5

Hi, I am an expert software engineer with skills including Data Analysis, Excel, Visual Basic, PHP, REST API, Software Architecture, Data Modeling and Excel VBA. After reviewing the project requirements, I found the project perfectly match my experience and skills. Having previously worked on similar projects, I'm confident I can complete this project perfectly. To move forward, Please contact me to discuss more regarding this project. Thanks & Regards
$10 USD på 4 dage
3,1
3,1

Hello, I'm an Excel and Power Query developer with over 10 years of experience in data analysis and REST API integrations. We'll discuss the details in a chat. I understand you're facing issues with caching in your workbook and the full price field not updating. I can help you restore caching to make your look-ups faster and update the query steps to extract both sale and full prices effectively. For reference, here's how I can approach the problem: Option A: Rectify the caching logic to ensure past API responses are reused efficiently, minimizing API calls. Option B: Implement adjustments to fetch both the sale and full prices seamlessly while preserving user experience. I will deliver a clean workbook with the necessary fixes documented in a hidden "ReadMe" tab, alongside sample model numbers to show both prices populate correctly. Your satisfaction is my priority. Best, Yurii.
$20 USD på 10 dage
2,5
2,5

Hello, this is exactly the kind of Excel + Power Query + API debugging work I specialise in. I regularly build and repair data models that connect to REST APIs and optimise them for performance and reliability. From your description I can already see the likely root causes: • the caching issue is usually caused by query folding / refresh behaviour or a broken staging table reference • the missing regular price is likely a JSON path or expand-step mismatch in the Power Query transformation I can fix both cleanly and keep your current “enter model → auto refresh” workflow unchanged. What you will receive: • restored caching logic so repeated lookups reuse the stored JSON instead of calling SerpApi again • corrected query steps so sale price and full price populate side by side • clean, well-structured queries (no broken references) • a hidden “ReadMe” sheet explaining how the logic works • 2–3 verified model examples working end-to-end If helpful, I can also include a lightweight VBA refresh helper or keep it 100% Power Query – your choice. I can start immediately and deliver a tested version quickly. Best regards Ann-Christin
$30 USD på 1 dag
2,2
2,2

Hello, how are you? I’ve worked extensively with Power Query, Excel data models, and REST APIs (including SerpApi-style JSON). I’ll restore the caching logic to prevent redundant calls, fix the transform steps to extract both sale and full price, and return a clean workbook with a hidden ReadMe plus sample model numbers proving both prices populate correctly. Thanks! Dennis
$20 USD på 7 dage
2,0
2,0

As your dedicated freelancer, I will commit to resolving the two key issues hindering your workbook's efficiency and ensuring it's production-ready. With proven expertise in data management, I will meticulously diagnose the issue behind your cache sheet and re-establish its functionality. Additionally, I will update the query/transform steps to successfully extract the full price alongside the sale price for every product tested. My proficiency in Power Query and experience working with REST/API connections, specifically SerpApi, equip me with the skills needed for this specific task. As a seasoned backend developer, I'm no stranger to optimizing data flow and harmonizing different systems. I can assure you this project will be completed efficiently without compromising ease of use on your end. Moreover, I take pride in delivering well-documented and clean workbooks with comprehensive handovers. Your future user experience is crucial to me. If required, implementing VBA or using an alternate connector won't be a problem as long as it guarantees a seamless process for you while ensuring accurate results. With over 6 years of experience providing tailored web solutions for businesses, I'm confident in my ability to meet your deadlines and expectations efficiently. Let's collaborate and make your workbook perfectly functional!
$10 USD på 1 dag
1,0
1,0

Hi there, I understand the urgency in getting your Excel workbook production-ready, especially with the caching issues and the absent regular price data. With extensive experience in Power Query, Excel data models, and REST/API connections, I can quickly diagnose the problems and restore your caching functionality. My approach will include verifying the logic used to store API responses, so subsequent look-ups are efficient. Additionally, I will modify the query steps to ensure that both the sale price and regular price are extracted properly for the models tested. I will provide you with a clean workbook, including a hidden "ReadMe" tab for documentation, alongside examples to demonstrate the fix. Let's work together to enhance your scraper to meet your needs. Best regards, Thaveesha
$25 USD på 6 dage
0,0
0,0

Hi, I understand the issues you are facing with your Excel Power Query Scraper project. I have experience working with Power Query, Excel data models, and REST/API connections, including SerpApi. I have successfully tackled similar tasks in the past, ensuring professional quality, quick communication, and clean file delivery. For this project, I would diagnose and restore the caching logic to optimize performance and update the query steps to extract both the sale and full price accurately. I will provide a clean workbook with detailed fixes documented in a hidden “ReadMe” tab, along with sample model numbers showcasing the correct population of prices. I invite you to review my portfolio: https://www.freelancer.com/u/laibaamir1 Feel free to message me to discuss further details or see relevant samples. Thank you, and I look forward to working with you. Best regards, Laiba
$10 USD på 1 dag
0,0
0,0

BRAMPTON, Canada
Betalingsmetode verificeret
Medlem siden okt. 3, 2023
$30-250 CAD
$10-30 CAD
$30-250 CAD
$30-250 CAD
$10-30 CAD
₹3000-6000 INR
$20-30 SGD / time
$12-50 SGD
$250-750 USD
$250-750 USD
$1500-3000 AUD
£18-36 GBP / time
£10-15 GBP / time
€8-30 EUR
₹1500-12500 INR
₹750-1250 INR / time
$10-30 USD
$250-750 AUD
₹12500-37500 INR
£20-250 GBP
$250-750 USD
₹1500-12500 INR
$30-250 AUD
₹12500-37500 INR
₹1500-12500 INR