
Closed
Posted
Paid on delivery
Build an Automation Tool to Bulk Search Names on TruePeopleSearch and Filter Results Project Description I'm looking for an experienced automation developer to build a desktop or web-based tool that automates searching a list of names on TruePeopleSearch. Project Requirements Import a CSV or Excel file containing up to 1,000 names. The automation should search only the names I upload. It should not generate or search for any additional names. For each uploaded name, search it on TruePeopleSearch. Determine how many matching people are returned for that name. I am only interested in names that return 200 or more matching people. If a name has fewer than 200 matching results, ignore it. The final output should contain only the names from my uploaded list that have 200+ matching people. Input CSV or Excel file with one name per row. Output Export a CSV or Excel file containing only: Name searched Number of matching people found (200+ only) Search URL (if available) Preferred Features Resume if interrupted. Progress bar showing search status. Adjustable search speed. Error logging. CSV/Excel export. Simple, user-friendly interface. Preferred Skills Python Playwright or Selenium Web automation CSV/Excel processing Desktop application development (preferred) Proposal When applying, please include: Your proposed technical approach. Estimated timeline. Similar automation projects you've completed. Important: The automation should search only the names I provide and simply identify which of those names return 200 or more matching people. I do not need any additional names generated or suggested—only the qualifying names from my uploaded list.
Project ID: 40582867
32 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
32 freelancers are bidding on average $75 USD for this job

Hi, I'm a senior developer with 20+ years of experience building production-grade automation tools, including similar web scrapers and data processors, so this fits directly in my expertise. I'll build a Python desktop app using Playwright for reliable, headless browsing of TruePeopleSearch with adjustable speed controls, importing your CSV/Excel, searching only the names you provide, filtering results to names with 200+ matches, logging errors, and exporting qualifying names with match counts and search URLs. The tool will resume from the last processed name if interrupted and show a progress bar, with performance tuned for 1,000 names. I'll structure it for data integrity and minimal API calls to avoid rate limiting, and deliver a clean, minimal interface without extra features. I can start immediately.
$28 USD in 3 days
7.8
7.8

Hello, I can help with your "TruePeopleSearch Bulk Name Search Tool" project. I develop clean, maintainable PHP backends — core PHP and Laravel/Symfony, MySQL schema design, and well-structured REST APIs. For work involving php, data processing, excel, web scraping, software architecture, software development, data extraction, selenium, automation, data management, I pay close attention to validation, security, and readable code, delivering in small, testable milestones. You'll get clean commits and clear documentation. Could we discuss the specifics before I firm up the timeline? ⭐ 5.0/5 from a recent client: "it was great working with him, did whatever changes i asked him as per my need." Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
$80 USD in 2 days
7.6
7.6

Hi, We’ve developed similar tools that automate web searches and extract data, including a Chrome extension that scrapes LinkedIn and GitHub for candidate emails. We also built a web app that uses AI to match job descriptions with candidate profiles, extracting data from multiple sources. For your project, we can use Playwright or Selenium to automate the search process, and we’ll ensure that only the names you provide are searched—no additional names will be generated. We can also add features like a progress bar, resume capability, and error logging to enhance the tool’s usability. Let’s schedule a 10-minute call to discuss your project in more detail and see if I’m the right fit. I usually respond within 10 minutes. Best regards, Adil
$100 USD in 7 days
7.5
7.5

Hello, I have thoroughly reviewed the project requirements for the TruePeopleSearch Bulk Name Search Tool and understand the need for an automation tool to search a list of names on TruePeopleSearch. Let's chat and discuss it further. To handle your project, I will start with developing a web-based tool using Python and Playwright for web automation. The tool will import a CSV file, search each name on TruePeopleSearch, and filter names with 200+ matching people. I will ensure features like resuming interrupted searches, a progress bar, adjustable search speed, error logging, and a user-friendly interface. The deliverables will include a tool that imports names from a CSV file, searches them on TruePeopleSearch, and exports a file with qualifying names and relevant data. Before signing-off my bid, I would like to ask a question, i.e., "Would you prefer the tool to have a desktop application interface or a web-based interface?" Best Regards, Aneesa.
$14 USD in 7 days
7.0
7.0

Searching up to 1,000 names against TruePeopleSearch sounds straightforward, but the part that needs care is making the automation reliable enough to resume after interruptions without reprocessing names or losing progress. I'd build it as a desktop application that imports your CSV or Excel file, processes only the names you provide, records the number of matching results, and exports only those with 200+ matches. Using Playwright or Selenium, I'd keep a local progress file so completed searches aren't repeated after a restart, and add adjustable delays, a progress bar, error logging, and CSV/Excel export. One practical detail is persisting each completed lookup immediately instead of waiting until the end, which makes recovery much simpler if the process stops unexpectedly. My estimate is 5–7 days, depending on the preferred desktop framework and UI. One question: do you already have a preferred platform for the desktop app, or is any Windows-compatible solution acceptable?
$100 USD in 3 days
6.9
6.9

Hi, I'd handle this using Playwright with Python because it's reliable for headless browsing and avoids false positives that can happen with quick scrapers. The biggest improvement will come from isolating the search to your exact names and filtering results directly in the script. I built a similar tool for a research client where the automation ran through 300 names nightly. It skipped any with fewer than 200 results and logged errors when CAPTCHAs appeared, which happened about 5% of the time. Changes will be version-controlled and tested on a small batch first. The tool will resume from the last processed name if interrupted, and you'll see progress in the console. The output will be clean, so you can hand it off without cleanup. If TruePeopleSearch updates their structure, the error logs will show exactly what broke. Let me know if you'd like to adjust the speed or add more logging. I can review your current files and suggest the safest setup. Thanks, Denis.
$55 USD in 3 days
6.2
6.2

Hi there, Your TruePeopleSearch bulk name search tool needs to process only uploaded CSV/Excel names, flag 200+ matches, and export the qualified rows cleanly. I’ve spent the last 4 years solving exactly this type of automation problem. I’ve built data-entry scrapers that handled 800+ rows with retry logic, and a desktop audit tool that resumed interrupted jobs without duplicating results. The real risk here is rate limits, changing page structure, and false positives when results are partial or delayed. I’ll design the flow so it only reads your file, searches each provided name, captures the match count and URL when available, and skips anything under 200. I’ll add progress tracking, adjustable pacing, error logging, and a resume checkpoint so long runs stay reliable. I can build this as a clean desktop app or a web-based tool, depending on where you want it used and how you plan to run searches. Best regards, John allen.
$65 USD in 5 days
5.9
5.9

Hi, I can build a desktop tool that reads your CSV/Excel list of up to 1,000 names, searches each on TruePeopleSearch, and exports only the names with 200+ results. I'll use Python with Playwright for reliable browser automation, pandas for file handling, and a simple Tkinter interface. The tool will include a progress bar, adjustable delay between searches, automatic resume from the last processed name, and error logging. Results export as CSV with name, match count, and search URL. I'll implement server-side validation, parameterized queries, and rate limiting to keep the process stable and respectful to the target site. I can deliver this in around 10 days for USD 100. One question: do you need the tool to handle any specific name format (e.g., "First Last" or "Last, First") in the input file, or is a single column with full names sufficient?
$100 USD in 10 days
6.0
6.0

As a multi-talented freelancer highly skilled in Excel and PHP, I'm uniquely positioned to deliver the automation tool that you need for your TruePeopleSearch project. My extensive experience in data processing and manipulation enables me to handle large datasets efficiently while providing meticulous attention to detail. This skill directly aligns with your requirements of importing CSV/Excel files and conducting bulk searches only for the names you provide without generating or searching for additional names. Moreover, my capability in web automation using tools like Selenium significantly enhances the speed and accuracy of bulk tasks. I can implement an adjustable search speed feature to find people with 200 or more matches within your defined timeframe. Additionally, my proficiency in desktop application development comes as an added advantage to creating a user-centric interface with preferable features like resume if interrupted, progress bar for search status, error logging functionality, and CSV/Excel export. My commitment to delivering top-notch results under pressure paired with my proven experience implementing similar automation solutions make me the ideal fit for this project. My understanding of your specific requirement is that you need a friendly collaborator who will respect the exact specifications provided, ensuring you get only what you need—a factor I take seriously. Let me transform your vision into reality!
$550 USD in 9 days
4.5
4.5

As a seasoned developer with a proven track record in full-stack and web scraping, I possess the precise skills needed to tackle your TruePeopleSearch bulk name search automation project. My expertise in PHP, Node.js, and Vue.js will contribute towards building the efficient and error-free application you need. With a thorough understanding of data management, Excel manipulation, and web automation, I am well-prepared to meet your project's specific demands. In terms of your preferences for a desktop application, my experience extends to C# programming and this knowledge can solidly support us in meeting all your outlined requirements. Whether it's designing a user-friendly interface, implementing error logging mechanisms, or incorporating adjustable search speed features, rest assured that I can provide a comprehensive solution. Given the sheer importance of accurate data analysis in this project, I also value quality control. To this end, I ensure detailed and meticulously-executed mechanisms that are paramount in producing reliable results. Furthermore, my capacity to deliver high-quality code on time while exceeding expectations has persistently earned me satisfied
$40 USD in 2 days
4.3
4.3

Hi, your tool needs to take a CSV or Excel list, search only those names on TruePeopleSearch, and return just the ones with 200+ matches. I’d build this as a reliable desktop app or lightweight web tool with a clean import/export flow, resume support, progress tracking, adjustable pacing, and logging for failed searches. I’ve built Python automation and data-processing tools with Playwright, Selenium, and CSV/Excel handling, including jobs that needed careful control over search volume and clear output filtering. My focus would be on keeping the process stable, easy to use, and limited strictly to the names you upload. I’d start by mapping the search flow, then build the importer, scraper, threshold filter, and export layer. After that, I’d add resume logic and error logging so large batches can run safely. If you’d like, I can outline the build plan and timeline. Best regards, Gabriel
$15 USD in 1 day
4.4
4.4

Hello, As a seasoned backend engineer, I'm well-versed in both web automation and CSV/Excel processing, meaning I'm well-suited to your TruePeopleSearch Bulk Name Search Tool project. Relying on my expertise in Python and experience with Playwright and Selenium, I can create an efficient, user-friendly desktop or web-based tool that adheres to your specific requirements. Throughout my career, I've consistently delivered stable, secure, and scalable systems -- the same qualities your TruePeopleSearch tool will need. I thrive on maximizing system performance through algorithmic optimization and debugging for peak efficiency. My cloud architecture skills are equally strong, ensuring any solution I build for you is both scalable and optimized for long-term reliability. In summary, choosing me to tackle your TruePeopleSearch Bulk Name Search Tool project means opting for diligent experience in backend development and software architecture; it means having someone who appreciates the importance of maintainable, performance-driven systems just as much as you do. Let's build something reliable together! Thanks!
$155 USD in 1 day
4.5
4.5

I've built similar bulk search automation tools with Playwright for TruePeopleSearch and similar directories before—this is in my wheelhouse. I'll implement a Python desktop app using PyQt5 for the UI, Playwright for the stable headless browser automation, and pandas for CSV/Excel handling. The tool will parse the input file, queue names, scrape result counts via direct XPath queries on the search pages to avoid false positives, and export filtered results with progress tracking and resume capability. Session persistence and rate limiting will handle interruptions or blocks, with errors logged to a separate file. Delivered as a single executable with setup notes. I can start immediately.
$55 USD in 3 days
4.7
4.7

Hi there, it will done very quick with the pattern final data will be deliver with any source using , Thanks Hassaan shuja Serious freelancer
$97.97 USD in 1 day
4.6
4.6

Hello, I understand the project requirements to build an automation tool for bulk searching names on TruePeopleSearch. For your project, my plan is to first develop a web-based tool that can import a CSV or Excel file with up to 1,000 names. Using Python and Playwright, the tool will search each name on TruePeopleSearch, filtering out names with fewer than 200 matching results. The tool will have a user-friendly interface, adjustable search speed, and error logging capabilities to ensure smooth operation. As final deliverables, you will receive a CSV or Excel file containing the names searched, the number of matching people found (200+ only), and the search URL if available. The tool will also have the ability to resume if interrupted and provide a progress bar for search status updates. One thing I'd like to confirm before we start: Are there any specific security considerations that need to be addressed during the development process? Regards, Imran
$13 USD in 1 day
4.0
4.0

Hi, I can build a Python-based desktop tool that runs the TruePeopleSearch bulk name check exactly as you need: no extra names, no false positives, just the qualifying rows. I recently built a similar web-scraper for a legal firm—pulled 50k records daily, filtered by strict score thresholds, and kept the UI simple so non-technical users could run it unattended. I'd approach this with a local Python app using Playwright for reliable scraping, a background queue to resume after crashes, and pandas to filter the CSV in one pass. The biggest improvement will come from throttling requests to avoid IP bans while keeping the UI responsive. I'll package the whole thing as a single .exe (Windows) or .app (Mac) so you don’t need anything else installed; error logs and a progress bar are included. You’ll get a clean list ready for the next step—no manual sorting, no surprises. If we're aligned, I can send a quick spec and timeline today. Thanks, Lazar.
$50 USD in 3 days
3.4
3.4

This project requires a specialized automation tool to efficiently search names on TruePeopleSearch, filtering results with precision. I will develop a user-friendly desktop application using Python, leveraging Selenium for web automation and pandas for CSV/Excel processing. The tool will allow importing your list, automating searches, filtering based on match count, and exporting results seamlessly. It will include features like a progress bar, adjustable search speed, error logging, and session resumption for robustness. My approach ensures accuracy, efficiency, and a straightforward interface, perfectly suited for your needs. I have extensive experience in Python automation projects, including web scraping, data filtering, and desktop app development with scrubbed user interfaces. I estimate completing this project in 4 days, ensuring quality testing and user documentation. I am excited to bring this solution to life and help streamline your name search process on TruePeopleSearch. What specific details or constraints should be considered for the online search automation process?
$43 USD in 4 days
3.1
3.1

Hi, The key focus of this project is to develop a tool that efficiently searches a list of names on TruePeopleSearch, filtering out only those with 200 or more matching individuals. I will achieve this by creating a desktop or web-based automation tool that imports a CSV or Excel file with up to 1,000 names, searches each name on TruePeopleSearch, and outputs a file with the searched name, number of matching people (200+), and search URL if available. With over 10 years of experience in automation development, I am confident in my ability to deliver a reliable solution within a short timeframe. If you find my approach suitable, I would be happy to discuss the project in more detail. Best Regards Ps. https://www.freelancer.com/u/KasjanovaEste , this is my profile and you can check my previous projects
$43 USD in 2 days
2.9
2.9

Hi, I can develop a reliable desktop application that imports your CSV or Excel file, searches **only the names you provide** on TruePeopleSearch, and filters the results based on your specified threshold of **200 or more matching people**. The application will process up to 1,000 names, display real-time progress, support adjustable search speed, resume interrupted sessions, maintain error logs, and export the qualifying results to CSV or Excel with the name, match count, and search URL where available. I would build the solution in **Python** using **Playwright** (or Selenium if preferred) for browser automation and **pandas/openpyxl** for Excel and CSV processing. The interface will be simple and user-friendly, making it easy to import files, monitor progress, and export results. The code will be clean, well-documented, and designed for easy maintenance. I can also provide a brief handover guide explaining how to run and configure the application. I can start immediately and provide regular progress updates throughout the project. Best regards, Viktoria
$100 USD in 7 days
2.6
2.6

Experienced automation developer with proven success in similar bulk search and data extraction projects. I will build a reliable tool to process your CSV/Excel, identify names with 200+ matches, and export results with resume capability. 24/7 support included. Let's discuss your timeline.
$20 USD in 7 days
2.5
2.5

Houston, United States
Payment method verified
Member since May 3, 2026
$10-15 USD
$30-250 USD
$10-30 USD
$30-250 USD
$250-750 USD
min $50 AUD / hour
₹600-1500 INR
$250-750 USD
₹1500-12500 INR
$250-750 AUD
$2-8 USD / hour
₹1500-12500 INR
₹600-1500 INR
₹600-1500 INR
$1500-3000 USD
$250-750 USD
₹12500-37500 INR
$30-250 USD
₹1500-12500 INR
$30-250 USD
$30-250 USD
$25-50 USD / hour
$30-250 USD
₹12500-37500 INR
₹750-1250 INR / hour