
Suoritettu
Julkaistu
Maksettu toimituksen yhteydessä
NOTE: Please review the requirements discussion, which will be based on your proposal. Build a web application that reads an Excel workbook of SEO reports, checks every URL in every worksheet, analyzes related post content, and produces verification reports. Reporting logic The report must be based on both: worksheet name week or date inside the worksheet This means: worksheet name is the primary reporting bucket each worksheet must also support filtering and reporting by week, date range, or full workbook the user must be able to run: complete workbook report single week report date range report If a date range is selected, the report must state whether data for that period is missing in each worksheet. Primary outcome The app must help review SEO reporting quality by finding: broken or unreachable URLs posts with blank content posts with fewer than 50 words worksheet and week based summaries missing reporting periods by worksheet when a date range is requested Core requirements Excel workbook input Allow upload of an .xlsx workbook Read every worksheet Process all populated rows Preserve worksheet name in all outputs Detect week and date fields inside each worksheet where available Column detection The workbook structure may vary by sheet. Detect common columns such as: URL Link Website Domain Landing URL Landing URLs Submission URL Post URL Post Content Description Caption Date Posted Publish Date Week Support fuzzy matching for headers. URL verification For each relevant URL in each row: validate format attempt request follow redirects record final destination URL record HTTP status code mark as Working, Redirected, Broken, Timeout, or Invalid capture error details If a row has multiple URL columns, check each one separately. Post content verification For each row: inspect post text from the workbook if present mark Blank Post if empty count words flag if fewer than 50 words include URL and post text in exception output If workbook post text is missing but a main page URL exists: fetch page content extract visible text estimate word count store a short excerpt flag if extracted content is missing or below threshold Reporting modes The app must support three reporting modes. A. Complete workbook analyze all worksheets include all rows summarize by worksheet name and by week where possible B. Single week user selects a week value report includes only matching rows across all worksheets summarize by worksheet name for that selected week if a worksheet has no rows for that week, mark it as Missing for that worksheet C. Date range user selects start date and end date report includes only rows within that range summarize by worksheet name and week for each worksheet, state: data found in range no data found in range date column missing, unable to verify range Summary logic The report must use: worksheet name as the main grouping field week as a secondary grouping field when available date for filtering and range validation For each worksheet and selected scope, summarize: total rows reviewed total URLs checked working URLs broken URLs redirected URLs invalid URLs blank posts posts under 50 words weeks found date coverage found missing selected period status Missing period detection When the user requests a week or date range: inspect each worksheet separately determine whether rows exist for the selected period add a worksheet period status Possible values: Present Missing Cannot Verify, no usable date or week column Examples: if Week 12 is requested and a worksheet has no Week 12 rows, mark Missing if Mar 1 to Mar 7 is requested and a worksheet has no rows in that range, mark Missing if the sheet lacks a usable date column, mark Cannot Verify Output reports Generate reports in: Excel Word PDF Output file names: [login to view URL] [login to view URL] [login to view URL] Required report tabs or sections Excel: Executive Summary Worksheet Summary Period Coverage URL Checks Broken URLs Blank Posts Low Content Posts Post Analysis Word and PDF: Report title Source workbook name Generated timestamp Report mode complete workbook week date range Filter details selected week or selected start and end date Executive summary Worksheet summary Period coverage and missing period status Broken URLs Blank posts Posts under 50 words Detailed analysis Required output fields Each detail row should include: source worksheet original row number week value detected date reporting scope period status URL column name original URL final URL status status code error post column name post text word count flag reason User interface Build a simple web app with: workbook upload reporting mode selector complete workbook option week selector start date and end date selector run validation button progress display summary preview download buttons for Excel, Word, and PDF Preferred stack Python Streamlit or Flask pandas openpyxl requests BeautifulSoup python-docx ReportLab, WeasyPrint, or HTML to PDF Functional details Workbook handling support multiple worksheets ignore empty sheets safely handle inconsistent headers where possible log worksheet level issues without stopping the run Date and week handling parse mixed date formats safely support Excel date cells and text dates normalize week values where possible preserve original week labels for output Networking use browser-like user agent set timeout retry transient failures use HEAD then GET fallback allow redirects record SSL, DNS, and timeout failures cleanly Content analysis strip HTML count visible words only ignore navigation text where possible store short excerpt for review treat whitespace-only content as blank Performance avoid repeated requests to the same URL in one run cache URL results handle large workbooks without failing Error handling never stop full processing because one row fails show worksheet and row source for each error include period verification issues in output Acceptance criteria The task is complete when: the app reads a workbook similar to the provided SEO report workbook the app checks URLs across every worksheet the app flags blank posts and posts under 50 words the app produces reports by worksheet name and week the user can run a complete workbook report the user can run a single week report the user can run a date range report the report states whether the requested week or date range is missing for each worksheet the app exports client-ready Excel, Word, and PDF reports Nice to have manual column mapping for unmatched sheets filters by worksheet, week, or status duplicate URL detection branded exports with logo CSV export scheduled runs email delivery Key rule for the developer The report grouping must use worksheet name and week. The filtering must support week, date range, or full workbook. When a selected week or date range has no matching records in a worksheet, the report must explicitly mark that period as missing for that worksheet.
Projektin tunnus (ID): 40330501
59 ehdotukset
Etäprojekti
Aktiivinen 22 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista

I am a Python automation specialist with 10+ years building data‑processing web apps. I will deliver your complete SEO verification tool that reads multi‑sheet Excel workbooks, validates URLs, analyzes post content, and generates client‑ready Excel/Word/PDF reports grouped by worksheet and week – with explicit missing period detection. **My Approach:** ✅ **Excel Parsing:** Using `pandas` + `openpyxl` to handle multi‑sheet workbooks, fuzzy‑match headers (URL, post text, date/week), and preserve worksheet context. ✅ **URL & Content Validation:** Asynchronous HTTP checks (follow redirects, capture status codes) via `aiohttp`; content extraction with `BeautifulSoup` (strip HTML, count visible words, flag blank or sub‑50‑word posts). ✅ **Reporting Modes:** Complete workbook, single week, or date range. For each worksheet, the report will explicitly mark *Present*, *Missing*, or *Cannot Verify* for the selected period. ✅ **Output Formats:** Generate styled reports in Excel (multi‑tab), Word (`python-docx`), and PDF (via `weasyprint`/HTML) – all matching your specification. ✅ **Web Interface:** Clean **Streamlit** or **Flask** app with file upload, mode selection, progress feedback, and one‑click download for all three report formats. ✅ **Performance & Resilience:** URL caching, row‑level error handling, and graceful fallbacks ensure the process completes even with partial data issues. I am ready to start immediately.
$140 CAD 7 päivässä
0,6
0,6
59 freelancerit tarjoavat keskimäärin $184 CAD tätä projektia

⭐⭐⭐⭐⭐ Build a Web App for SEO Report Verification and URL Analysis ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you're looking for a web application to analyze SEO reports from Excel workbooks. Look no further; Zohaib is here to help you! My team has successfully completed 50+ similar projects in web applications. I will create a user-friendly app that reads your Excel files, checks URLs, and generates detailed verification reports efficiently. ➡️ Why Me? I can easily build your web application as I have 5 years of experience in web development, focusing on data processing, URL validation, and report generation. My expertise includes Python, web frameworks, and data analysis. I also have a strong grip on tools like pandas and BeautifulSoup, ensuring a robust solution for your needs. ➡️ Let's have a quick chat to discuss your project in detail. I can provide samples of my previous work, showcasing my experience in similar projects. Looking forward to chatting with you! ➡️ Skills & Experience: ✅ Python Programming ✅ Web Development ✅ Data Analysis ✅ URL Verification ✅ Excel Manipulation ✅ Flask/Streamlit ✅ pandas Library ✅ BeautifulSoup ✅ Report Generation ✅ Error Handling ✅ User Interface Design ✅ API Integration Waiting for your response! Best Regards, Zohaib
$150 CAD 2 päivässä
7,9
7,9

Greeting! I'm an expert in building robust Python-based web apps for data validation and reporting, with over 9 years of experience in full-stack development and data automation. Here's how I can help: * Develop a Streamlit or Flask app to upload Excel SEO workbooks and process all worksheets automatically * Validate all URLs (format, HTTP status, redirects) and analyze post content (blank posts, under 50 words, content fetch if missing) * Support reporting modes: complete workbook, single week, and date range, with explicit missing period flags per worksheet * Generate polished reports in Excel, Word, and PDF with executive summaries, worksheet summaries, URL checks, and detailed post analysis * Include a clean UI with progress display, selectors for reporting mode, week, and date range, plus download buttons Could you clarify if you'd like caching of URL results across multiple runs, or only within a single session?
$140 CAD 7 päivässä
7,3
7,3

Hi I can build this as a Python web app using Streamlit or Flask with pandas, openpyxl, requests, BeautifulSoup, python-docx, and PDF export tooling. The main technical challenge is handling inconsistent worksheet structures while still grouping reports correctly by worksheet name and week, then validating missing periods without breaking on bad rows. I would solve this by building a flexible header-detection layer with fuzzy matching, safe date/week normalization, and worksheet-level processing that never stops the full run. I would also add URL validation with caching, redirect tracking, retry logic, and content analysis for blank or low-word-count posts, including fallback extraction from page content when workbook text is missing. My experience with Python data-processing apps, Excel parsing, report generation, and web scraping fits this type of SEO verification workflow well. The reporting layer would produce client-ready Excel, Word, and PDF outputs with executive summaries, worksheet summaries, period coverage, and detailed exception tabs or sections. The result will be a reliable review tool that lets users upload a workbook, run full, week, or date-range checks, and download structured reports with explicit missing-period status by worksheet. Thanks, Hercules
$140 CAD 7 päivässä
7,0
7,0

HELLO, I HAVE BUILT DATA PROCESSING AND VALIDATION WEB APPS USING PYTHON AND CAN SHARE RELEVANT EXAMPLES. I have carefully reviewed your detailed requirements and understand the importance of accurate worksheet + week-based reporting, flexible filtering, and robust validation logic. With 10+ years of experience in Python, data processing, and web app development, I can build a reliable system that handles complex Excel structures and produces client-ready reports. APPROACH → Streamlit/Flask app for upload & controls → workbook parsing with pandas/openpyxl → fuzzy column detection → URL validation with caching/retries → content extraction & word analysis → worksheet + week-based aggregation → period validation (Present/Missing/Cannot Verify) → export reports (Excel, Word, PDF) with structured summaries → performance optimization and error-safe processing. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE, WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO DEPLOYMENT. Focus will be on accuracy, scalability, and clean reporting aligned with your acceptance criteria. I am ready to start and discuss implementation details. I eagerly await your positive response. Thanks
$250 CAD 7 päivässä
6,6
6,6

Hi, To build a web application that processes an Excel workbook of SEO reports, I will use Python with Flask. The app will read the workbook, check each URL, and generate detailed verification reports based on your requirements. I will implement features to upload .xlsx files, analyze each worksheet, and validate URLs. The app will also support different reporting modes, including complete workbook, single week, and date range reports. I will ensure that the reports include all necessary details and handle errors gracefully. Could you please clarify if there are any specific design preferences for the user interface? Also, do you have a preferred method for report generation? Feel free to share any additional details or files needed to start the project. Thanks!
$420 CAD 14 päivässä
6,5
6,5

Hello, I have over 7 years of experience in Data Processing, Excel, Data Visualization, Data Extraction, and Python. I have carefully reviewed the requirements for your project. To address the project, I will develop a web application that can read an Excel workbook containing SEO reports, analyze URLs and related post content, and generate verification reports based on worksheet names and dates. The app will detect common columns, validate URLs, check post content, and support various reporting modes including complete workbook, single week, and date range reports. The app will provide detailed summaries by worksheet name and week, identify broken URLs, blank posts, and posts with insufficient content. It will generate reports in Excel, Word, and PDF formats with executive summaries, URL checks, broken URLs, post analysis, and more. I believe I can provide a comprehensive solution for your SEO Report Verification Web App. Let's discuss further details in the chat. You can visit my Profile at https://www.freelancer.com/u/HiraMahmood4072 Thank you.
$100 CAD 2 päivässä
6,5
6,5

As an SEO professional who understands the ever-changing landscape of web optimization, I believe that this project matches precisely with the skills and experience my team at Web Crest can bring to the table. With a keen understanding of Python and web development, we're confident in building a robust, intelligent web application that not only meets your core requirements but adapts to variations in your data structures as well. From indicating broken URLs to examining page content for blank or insufficient posts, we are committed to providing a product that enhances your SEO reporting quality
$200 CAD 3 päivässä
6,5
6,5

Hi there, I’ve read your SEO Report Verification Web App spec in detail and I’m confident I can deliver a robust Python-based solution that reads .xlsx workbooks, analyzes URLs and post content across every worksheet, and produces client-ready reports in Excel, Word, and PDF. I’ll implement flexible header detection (including fuzzy matching), per-worksheet and per-week filtering, and three reporting modes (complete workbook, single week, date range) with explicit missing-period indicators. The core stack will be Python with Streamlit (or Flask), pandas, openpyxl, requests, BeautifulSoup, python-docx, and PDF generation tooling. I’ll ensure URL validation with redirects, error capture, and content extraction with word-counting that ignores non-visible content. Where a sheet lacks a usable date/week, I’ll flag it clearly and preserve worksheet names in all outputs. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I’ll collaborate closely with you to map any non-standard headers and to optimize performance for large workbooks (caching results, avoiding duplicate URL checks, and handling timeouts gracefully). What I’ll deliver: - Complete workbook report option, week-based and date-range filtering, with explicit missing-period statuses per worksheet - URL checks: final URL, status code, and error details; support multiple URL fields per row - Post content ch
$75 CAD 3 päivässä
6,0
6,0

Hey! We’re a team of 62 professionals specializing in Python web applications, data analysis, and automated reporting with 9+ years of experience building scalable, client-ready tools for SEO and content validation. Here's how we can help: * Build a web app to upload Excel SEO reports, validate URLs, analyze post content, and generate structured reports * Support complete workbook, single week, and date range reporting with explicit missing period detection per worksheet * Produce Excel, Word, and PDF outputs with executive summaries, detailed URL/post analysis, and period coverage * Handle inconsistent headers, mixed date formats, network errors, large workbooks, and performance optimizations Could you share a sample SEO workbook so we can review its structure and confirm reporting logic before development? Our team of 62 can handle this at scale with full consistency.
$180 CAD 7 päivässä
5,3
5,3

I can build you a Streamlit (or Flask) web app that reads multi-worksheet Excel SEO reports and validates every URL + post across sheets exactly as specified. I’ve worked on data-heavy Python tools before, including Excel parsing, web scraping, and automated reporting systems, so I understand the reliability and edge-case handling this requires. I will implement worksheet-based grouping as the primary structure, with week and date-range filtering, including explicit “Missing / Present / Cannot Verify” period status per sheet. The system will also validate URLs (status, redirects, failures), analyze post content (blank + 50-word rule), and generate clean, structured reports. Looking forward for your positive response in the chatbox. Best Regards, Arbaz H
$190 CAD 7 päivässä
5,2
5,2

Hi, This is a very well-structured requirement — and I fully understand that the core here is not just parsing Excel, but building a reliable SEO validation system with accurate reporting by worksheet and period (week/date). I’ve built similar data-processing tools before (Excel → validation → reporting), so I’m comfortable handling the full flow end-to-end. How I’d approach it: Build a clean web app using Python + Streamlit for fast UI and usability Use pandas + openpyxl for flexible multi-sheet parsing with fuzzy column detection Implement a robust URL checker (status, redirects, retries, caching to avoid duplicates) Add content analysis (word count, blank detection, fallback scraping with BeautifulSoup) Design a reporting engine strictly based on worksheet name + week, with correct handling of: full workbook single week date range + missing period detection per worksheet Output: Structured Excel, Word, and PDF reports exactly as required Clear summaries, period coverage, and detailed issue breakdowns Accurate “Present / Missing / Cannot Verify” logic per worksheet I’ll make sure the app handles inconsistent sheets, large files, and edge cases without breaking — and keeps processing even if some rows fail. Clean logic, accurate reports, and a tool you can actually rely on — that’s the goal. Ready to start and build this properly
$50 CAD 7 päivässä
5,1
5,1

Hi, I’d be glad to help build this verification web application. I have professional experience as a freelancer developing Python-based automation and data analysis tools, including web apps that process large Excel datasets, perform validation checks, and generate structured reports.I can design a reliable system that reads multi-worksheet workbooks, intelligently detects columns using fuzzy matching, validates URLs with proper request handling, and performs post-content analysis. Thhe application will support full workbook, week-based, and date-range reporting with clear worksheet-level summaries and missing-period detection. I also focus on clean architecture, caching for repeated URLs, and robust error handling so processing never stops due to individual row issues. I’d be happy to discuss the architecture and implementation details over DMs. With regards, Rojan Uprety
$125 CAD 7 päivässä
4,9
4,9

Hello, I reviewed your SEO Report Verification Web App requirements, especially the need for worksheet‑level reporting that supports week and date‑range analysis with explicit missing‑period detection. I’ve built similar Python‑based data‑verification tools that parsed multi‑sheet Excel workbooks, detected inconsistent headers, and generated PDF and DOCX outputs from structured validation pipelines. I know the real challenge here is handling inconsistent column structures across worksheets while still reliably detecting URLs, dates, and week values using fuzzy matching. Ensuring stable network checks, caching URLs to prevent redundant calls, and avoiding crashes when individual rows fail requires careful workflow isolation. I will build a Streamlit app that ingests the workbook, normalizes headers, extracts week/date fields, validates URLs with redirect handling, analyzes post content using BeautifulSoup, and generates Excel, Word, and PDF reports following your exact grouping rules. The period‑status logic will be implemented per worksheet with clear Present, Missing, or Cannot Verify labels. I’ll map out the workflow, implement modular processors, and ensure all outputs preserve worksheet names and row origins. Before starting, Best regards, John allen.
$155 CAD 1 päivässä
4,7
4,7

Having tackled complex projects in my twelve-year career as a Full Stack Developer, I'm confident in my ability to build your SEO Report Verification Web App. I possess not only the programming skills required for this project- Python and Excel- but also deep expertise in data manipulation, automation, and analysis. My extensive skill set extends from web development using React and Node.js to backend systems and database management, which would be instrumental in detecting any missing reporting periods by worksheet when a date range is requested or for when a row exists for the selected period. My strength lies in managing end-to-end projects efficiently with fewer iterations due to my quick understanding of requirements garnered over the years. In addition, I've worked with REST and GraphQL APIs, payment gateways, and third-party services just like the project requires. Having effectively integrated such services in previous projects, I bring that experience to ensuring that every URL in every worksheet is properly analyzed and related post content scrutinized for blank content or posts with fewer than 50 words. Over the years, I've cultivated a keen eye for detail and exceptional problem-solving skills which would greatly contribute to my being able to preserve worksheet name in all outputs as well as detect week and date fields inside each worksheet where available.
$80 CAD 7 päivässä
5,0
5,0

Hi, Yes — I can build this. I’ll develop a Python-based tool that reads the full Excel workbook, validates URLs, checks post content/word count, groups everything by worksheet + week/date, and generates clean Excel, Word, and PDF reports. It will support: * full workbook reporting * single week reporting * custom date range reporting * missing sheet/week detection * clear summary + downloadable output I can make it reliable, user-friendly, and ready for real workflow use.
$250 CAD 20 päivässä
4,7
4,7

With over 8 years of industry experience, I have built a solid reputation for delivering scalable and secure web applications, which is exactly what your SEO Report Verification Web App needs. My comprehensive skills in API integration, Python, and Web Development enable me to meet all of your project's core requirements successfully. Handling Excel workbook input, fuzzy matching for headers, URL verification, and post content verification are all in my wheelhouse. Moreover, I understand the ultimate goal of this app is to improve SEO reporting quality by detecting issues like broken URLs or posts with fewer than 50 words. With a strong command over technologies like Laravel, React, Node.js,and databases such as PostgreSQL aside from being familiar with AWS and Google Cloud will prove valuable in building a robust app that perfectly meets heightens SEO standards by detecting even the most minute errors. In conclusion, my extensive experience with similar projects combined with my technical prowess makes me the ideal candidate for completing your SEO Report Verification Web App proficiently.
$100 CAD 1 päivässä
4,7
4,7

Hi there! You are building a web app to audit SEO reports and the real challenge is handling inconsistent workbook structures while reliably checking URLs and content — that is exactly where most projects lose time. I recently developed a Python-based reporting tool that processed multi-sheet Excel workbooks, validated URLs, and generated automated summaries in Excel, Word, and PDF, using pandas and BeautifulSoup to ensure accuracy even with irregular headers and missing data. The system preserved sheet-level context and produced clear, client-ready reports with detailed content analysis. I will build a streamlined web app in Streamlit that lets you upload workbooks, select full, week, or date-range reports, validates URLs, analyzes content length, tracks missing periods, and generates comprehensive reports in all requested formats with a smooth UI and progress feedback. Check our work: https://www.freelancer.com/u/ayesha86664 Do all worksheets follow roughly the same column naming conventions, or should I include a fuzzy header-matching configuration for each sheet? I am ready to start — just say the word. Best Regards, Ayesha
$135 CAD 7 päivässä
4,1
4,1

Hey there Should the app treat worksheet name + week as the report key even when the sheet has mixed or missing date/week fields, with Cannot Verify shown per worksheet when needed? And for the URL checks, do you want one shared cached result per repeated URL across the workbook, while still keeping the original worksheet + row number + URL column name in every output row? I read the spec carefully. The risky part is not the Streamlit UI. It is building the workbook parser so it can handle inconsistent headers, mixed date formats, multiple URL columns, post-text fallback from page content, and missing-period detection per worksheet without breaking the full run. I’d build this in Python + Streamlit with a clean validation pipeline, request caching, workbook-wide processing, and export generation for Excel, Word, and PDF. I would keep the outputs client-ready and make sure the grouping/filtering rule stays exactly on worksheet name and week as required. Regards, Kostiantyn
$140 CAD 7 päivässä
3,8
3,8

Hello, I’ve carefully reviewed your project SEO Report Verification Web App: Please review the requirements discussion, which will be based on your proposal. and it’s something I can confidently handle. I’m a professional developer with strong experience in Python, Streamlit, Web Application, Data Analysis, Excel, Data Visualization, Data Extraction, API Integration, Data Processing and Web Development, delivering reliable and high-quality solutions with clean code and efficient performance. I ensure every project is handled with attention to detail and a results-driven approach to meet your expectations. If you’ve shared any files or details, I’ll review them and provide quick feedback. Let’s connect and get started right away you can also check my profile reviews for similar work. Regards, Mahad Sheikh
$30 CAD 2 päivässä
3,8
3,8

Hey , I just finished reading the job description and I see you are looking for someone experienced in Excel, Data Analysis, Streamlit, Web Development, Data Visualization, Data Processing, API Integration, Data Extraction, Python and Web Application. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? 1. I have done more than 250 major projects. 2. I have not received a single bad feedback since the last 5-6 years. 3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. Timings: 9am - 9pm Eastern Time (I work as a full time freelancer) I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Haseeb,
$30 CAD 5 päivässä
3,7
3,7

Fort St John, Canada
Maksutapa vahvistettu
Liittynyt marrask. 11, 2011
$250-750 CAD
$750-1500 CAD
$30-250 CAD
$30-250 CAD
$30-250 CAD
$250-750 USD
₹600-1500 INR
$250-750 USD
₹600-1500 INR
$8-15 USD/ tunnissa
$30-250 USD
₹150000-250000 INR
$250-750 USD
$10-30 USD
$10-60 USD
$10-30 USD
₹1000 INR
$2-8 USD/ tunnissa
₹750-1250 INR/ tunnissa
₹1500-12500 INR
₹150000-250000 INR
$15-25 USD/ tunnissa
₹100-400 INR/ tunnissa
£10-15 GBP/ tunnissa
$250-750 USD