
Closed
Posted
Paid on delivery
1. Project Title ([login to view URL]) Development of an Automated NGO Darpan Data Extraction, Processing, and Management System Using Python, Selenium, BeautifulSoup, SQLite, and Streamlit ________________________________________ 2. Abstract The NGO Darpan portal is India's central repository for registered Non-Governmental Organizations (NGOs), Voluntary Organizations (VOs), Trusts, Societies, and Section 8 Companies. The portal contains publicly available organizational information including registration details, addresses, office bearers, operational sectors, and contact information. The objective of this project is to develop a Python-based automation system capable of systematically collecting publicly available NGO information after authorized user interaction where required (such as CAPTCHA), processing the extracted data, storing it in a structured database, and generating reports and analytical dashboards. The system combines Selenium for browser automation, BeautifulSoup for HTML parsing, Pandas for data processing, SQLite/MySQL for storage, and Streamlit for dashboard visualization. The proposed solution minimizes manual effort, improves data accuracy, supports large-scale data management, and enables researchers, government agencies, CSR departments, and nonprofit organizations to analyze publicly available NGO information efficiently while respecting applicable website terms and legal requirements. ________________________________________ 3. Introduction India has more than four lakh registered NGOs working across healthcare, education, environment, women empowerment, rural development, disaster management, skill development, and various social sectors. The NGO Darpan portal provides centralized information about these organizations. However, manually collecting information from thousands of NGO profiles is time-consuming and inefficient. This project aims to automate the collection and organization of publicly available information using modern web automation technologies, while incorporating checkpoints for manual actions (such as CAPTCHA solving) when required. ________________________________________ 4. Problem Statement Manual collection of NGO information presents several challenges: • Large volume of NGO records • Time-consuming manual data entry • Human errors • Duplicate records • Difficulty maintaining updated datasets • Limited analytical capabilities • Lack of centralized reporting An automated system is required to organize publicly available information into structured datasets suitable for analysis and reporting. ________________________________________ 5. Objectives Primary Objectives • Automate collection of publicly available NGO data. • Reduce manual work. • Improve data accuracy. • Generate structured datasets. • Create searchable databases. • Export reports in multiple formats. Secondary Objectives • Develop analytical dashboards. • Support state-wise and district-wise analysis. • Generate statistical reports. • Facilitate CSR research. • Assist academic and social research. ________________________________________ 6. Scope The system is designed to: • Open NGO Darpan website • Navigate search pages • Allow manual CAPTCHA completion where required • Extract publicly available NGO information • Handle pagination • Visit profile pages • Store structured data • Export Excel, CSV, JSON • Generate dashboards • Resume interrupted sessions • Log extraction activities ________________________________________ 7. System Architecture User ↓ Python Application ↓ Selenium Browser Automation ↓ NGO Darpan Website ↓ Manual CAPTCHA (when required) ↓ Search Results ↓ Profile Pages ↓ BeautifulSoup Parser ↓ Data Cleaning Engine ↓ SQLite/MySQL Database ↓ Analytics Engine ↓ Excel Reports ↓ Dashboard ________________________________________ 8. Software Requirements Programming Language Python 3.13 ________________________________________ Libraries • Selenium • BeautifulSoup4 • Pandas • OpenPyXL • SQLite3 • SQLAlchemy • Requests • lxml • webdriver-manager • Streamlit • Plotly • Matplotlib • tqdm • logging • fake-useragent • python-dotenv ________________________________________ Database SQLite or MySQL ________________________________________ IDE Visual Studio Code PyCharm ________________________________________ Browser Google Chrome ChromeDriver ________________________________________ 9. Hardware Requirements Processor Intel i5 or above RAM 8 GB minimum Storage 20 GB Internet Broadband Connection ________________________________________ 10. Project Modules Module 1 Configuration Management Responsibilities • Read configuration • Logging • Browser options • Database settings ________________________________________ Module 2 Browser Automation Responsibilities • Launch browser • Open website • Fill search forms • Navigate pages • Wait for user to solve CAPTCHA when presented • Submit search • Handle pagination ________________________________________ Module 3 Search Management Functions • State selection • District selection • NGO type selection • Keyword search • Pagination handling ________________________________________ Module 4 Profile Extraction Extract publicly displayed fields such as: • NGO Name • Darpan ID • Registration Number • Registration Date • NGO Type • Address • State • District • PIN Code • Email (if displayed) • Mobile (if displayed) • Website (if displayed) • Working Sectors • Areas of Operation • Key Office Bearers • Source URL ________________________________________ Module 5 HTML Parser Responsibilities • Parse HTML • Remove unwanted tags • Extract tables • Extract labels • Extract values ________________________________________ Module 6 Data Cleaning Responsibilities • Remove duplicates • Standardize text • Validate email format • Normalize phone numbers • Remove null values ________________________________________ Module 7 Database Tables NGO_Master • NGO ID • NGO Name • Darpan ID • Registration Number • NGO Type • State • District • Address • Contact Information • Website • Sector • Source URL NGO_Members • Member Name • Designation • NGO ID NGO_Sectors • Sector Name • NGO ID ________________________________________ Module 8 Export Formats • Excel • CSV • JSON • SQL Backup ________________________________________ Module 9 Dashboard Features • Search NGOs • State statistics • District statistics • Sector analysis • Registration trends • Export reports • Interactive charts ________________________________________ 11. Workflow Start ↓ Load Configuration ↓ Launch Browser ↓ Open NGO Darpan ↓ Select Search Criteria ↓ User Completes CAPTCHA (if prompted) ↓ Submit Search ↓ Read Result List ↓ Open NGO Profile ↓ Extract Public Data ↓ Clean Data ↓ Save Database ↓ Next NGO ↓ Next Page ↓ Repeat ↓ Generate Reports ↓ Export Files ↓ Finish ________________________________________ 12. Database Design NGO_Master • ngo_id • ngo_name • darpan_id • registration_number • registration_date • ngo_type • address • district • state • pincode • email • mobile • website • sectors • source_url • scraped_date ________________________________________ 13. Security Features • Session management • Activity logging • Input validation • Duplicate detection • Resume capability • Configurable request pacing ________________________________________ 14. Error Handling • Browser crash recovery • Timeout handling • Missing element handling • Network failure handling • Database rollback • Retry mechanism • Detailed logging ________________________________________ 15. Reporting Generate: • State-wise NGO count • District-wise NGO count • Sector-wise analysis • NGO type distribution • Contact availability • Registration trends • Export summaries ________________________________________ 16. Deliverables The completed project will include: • Python source code • Configuration files • SQLite/MySQL database schema • Documentation • Installation guide • User manual • Sample output datasets • Dashboard application ________________________________________ 17. Expected Outcomes • Efficient collection of publicly available NGO information • Reduced manual effort • Structured datasets for research and reporting • Faster search and filtering • Improved data organization • Reusable analytics platform ________________________________________ 18. Future Enhancements • Scheduled incremental updates • Advanced data validation • Geospatial visualization • Multi-user authentication • REST API for data access • Cloud deployment • Automated reporting • Machine learning–based data quality checks ________________________________________ 19. Conclusion The proposed NGO Darpan Data Extraction and Management System provides a scalable framework for collecting, organizing, and analyzing publicly available NGO information. By combining browser automation, structured data processing, database storage, and interactive reporting, the system can significantly reduce manual effort while improving data consistency and accessibility. Where the website presents security measures such as CAPTCHA, the workflow is designed to pause for authorized human interaction before continuing automation, ensuring the project remains compatible with responsible and compliant use of the portal.
Project ID: 40566949
48 proposals
Remote project
Active 2 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
48 freelancers are bidding on average ₹28,640 INR for this job

I can build a production-ready Python automation system that follows your proposed architecture, using Selenium, BeautifulSoup, Pandas, SQLite/MySQL, SQLAlchemy, and Streamlit to extract publicly available NGO Darpan data, pause for manual CAPTCHA completion when required, clean and store the data, generate analytics dashboards, and export to Excel, CSV, JSON, and SQL. The solution will include modular code, resume capability, duplicate detection, configurable pacing, comprehensive logging, documentation, deployment instructions, and an interactive Streamlit dashboard.
₹15,000 INR in 3 days
5.5
5.5

As an experienced and adaptable developer with a strong focus on solving complex problems, I guarantee to provide you with reliable, accurate and efficient solutions for your NGO Darpan Data Extraction and Management Project. Fusing my 20+ years expertise in PHP development and a refined specialization in Python as your strategic partner, our collaboration will not only streamline the whole data collection process but also minimize errors, maintain data accuracy and facilitate larger analytical capacities. Additionally, my familiarity with automation tools including Selenium and BeautifulSoup is poised to bring significant benefits to your project by driving efficient web scraping and effectively parsing through data. As an added assurance, I am also conversant with Pandas, SQLlite and Streamlit which are instrumental for database storage,retrieving processed data and dashboard generation. By availing my services, expect a comprehensive system that is capable of handling varied sized datasets at each stage of information extraction;including tackling challenging issues like CAPTCHA testing when necessary. Going forward I implore you to make use of my expertise in generating detailed reports (Excel, CSV or JSON) alongside analytical dashboards allowing for state-wise,district-wise or statistical analysis. Rolling out this project successfully marks not just another job done but also another strong client-developer partnership forged.
₹18,000 INR in 15 days
5.6
5.6

As a seasoned Python developer with a deep understanding of data processing, automation, and web scraping, I believe I'm the perfect fit for your project. Over the years, I've honed my skills to optimally address data management needs like yours, your project with 'NGO Darpan Data Extraction' in-penacity to save time and effort in gathering information from various websites speaks directly to my expertise. My proficiency extends to the use of Selenium for facilitating browser automation, Beautiful Soup for HTML parsing, Pandas for data processing alongside SQLite and Streamlit for database storage and dashboard visualization. Moreover, I am well aware that your project goal is not just data scraping but also systematic data collection, processing and storage in "structured database". My background in using SQL databases (SQLite/MySQL) perfectly aligns me with this objective. Additionally, my adept knowledge of library like Pandas can ensure effective handling of large-scale, complex datasets without any errors and ensuring data accuracy. I understand that employing web scraping for legal purposes requires careful adherence to website terms and respecting privacy laws. Herein lies the importance of having a person who integrates all these essential factors exceptionally well.
₹35,000 INR in 5 days
5.0
5.0

Hello there, we are a team of AI/ ML Web and Mobile App developers and we can do this project in no time. Please, send me a message to discuss the work. Thanks Ashish.
₹25,000 INR in 7 days
5.0
5.0

Hello, I can develop the complete NGO Darpan Data Extraction, Processing, Database, and Streamlit Dashboard system as specified. ✔ Python + Selenium automation with manual CAPTCHA checkpoints ✔ Pagination, NGO profile extraction, retries, logging, and resume capability ✔ BeautifulSoup/Pandas-based parsing, cleaning, validation, and duplicate handling ✔ Structured SQLite/MySQL database with normalized NGO, member, and sector tables ✔ Excel, CSV, JSON, and database backup exports ✔ Interactive Streamlit dashboard with state, district, sector, and registration analytics ✔ Configurable request pacing, error recovery, and secure environment configuration ✔ Complete source code, documentation, installation guide, and sample outputs I have experience with Python automation, Selenium, BeautifulSoup, web scraping, SQL databases, data processing, and dashboard development. I can build the system modularly so extraction, storage, exports, and analytics remain maintainable and scalable. I recommend starting with a small authorized sample dataset to validate the NGO Darpan workflow and available public fields before scaling the extraction process. Ready to discuss milestones, timeline, and deployment requirements.
₹25,000 INR in 7 days
3.9
3.9

Automating NGO Darpan at Scale — Clean, Structured, Dashboard-Ready Data You need a production-grade Python automation system that scrapes the NGO Darpan portal, handles CAPTCHA interactions, stores clean records in a structured database, and delivers an analytical Streamlit dashboard — eliminating thousands of hours of manual data collection. Here is my exact execution plan: Scraping Engine: I will build a Selenium + BeautifulSoup pipeline that navigates NGO profiles systematically, handles CAPTCHA pause-points, and extracts registration details, sectors, office bearers, and contact information reliably at scale. Data Cleansing Layer: I will run every extracted record through Pandas — deduplicating entries, standardising formats, and flagging incomplete profiles — so your database is analysis-ready from day one. Structured Storage Module: I will design a normalised SQLite schema (with easy MySQL migration path) that supports fast querying by sector, state, registration type, and operational status. Streamlit Dashboard: I will build an interactive dashboard with filters, summary charts, and export-to-CSV functionality so researchers and CSR teams can explore the data without touching raw files. Export & Reporting Suite: I will deliver clean Excel and CSV exports formatted for immediate use in reporting or bulk email outreach workflows. I will deliver the complete system within 5 days at 22,500 INR. My 5.0 rating across 133 reviews and 16 years of Python and scraping experience means you get bulletproof delivery. Quick question to begin: does the portal require login-based CAPTCHA only on bulk search pages, or also on individual NGO profile pages?
₹22,500 INR in 5 days
4.0
4.0

Hi, I can build the NGO Darpan data extraction and management system using Python automation with Selenium, BeautifulSoup, Pandas, SQLite/MySQL, exports, logging, resume support, and a Streamlit dashboard. The best solution is to first define the search filters, required public fields, database schema, CAPTCHA/manual checkpoint flow, export formats, and reporting needs. Then I’ll develop the automation to navigate search pages, pause for manual CAPTCHA when required, handle pagination, open NGO profiles, extract public data, clean duplicates, and store everything in a structured database. I’m comfortable with Python, Selenium, BeautifulSoup, Pandas, SQLite/MySQL, SQLAlchemy, OpenPyXL, Streamlit, Plotly, logging, error handling, resume logic, data cleaning, Excel/CSV/JSON exports, and dashboard reporting. Deliverables will include: * Python automation source code * NGO profile data extractor * Manual CAPTCHA checkpoint flow * Pagination and resume support * SQLite/MySQL database schema * Data cleaning and duplicate removal * Excel, CSV, JSON exports * Streamlit analytics dashboard * Activity logs and error handling * Installation guide and user manual * Sample output dataset I’ll focus on a responsible, stable, and well-documented system that extracts only publicly available data and keeps the workflow compliant, reusable, and easy to manage. Best regards Ankit
₹12,500 INR in 2 days
3.6
3.6

The CAPTCHA gate on NGO Darpan is the real constraint: a fully headless scraper won't get past it, so the Selenium flow needs a deliberate pause for manual solving before BeautifulSoup can take over on each profile. I built a Chrome extension that bulk uploads thousands of videos to YouTube by driving the browser UI directly instead of the API, holding session state and per item settings across long unattended runs. Same problem here: keeping a browser session alive and resilient across thousands of profile pulls. My plan: Selenium handles login and the CAPTCHA pause, BeautifulSoup parses each profile into a clean schema, then Pandas normalizes and dedupes before writing to SQLite, with a Streamlit dashboard on top for filtering by sector, state, and registration type. Is the CAPTCHA solved once per session, or does it reappear per NGO profile?
₹26,368.78 INR in 7 days
2.4
2.4

With my solid 6+ years of experience in full-stack development and automation, I'm equipped to handle every aspect of your NGO Darpan project. I bring to the table an extensive Python expertise matched with proficiency in powerful libraries such as Selenium, BeautifulSoup, and Pandas - an arsenal that's perfectly geared for automating the process of extracting and organizing data from NGO Darpan portal. I'm a fantastic choice because in addition to developing the Python-based system, I can bring life to your project's reporting and analytical needs with my skills in SQLite/MySQL and Streamlit. Lastly, my strong belief in clean architecture and efficient execution will ensure that your final product is not only optimized for high performance but it is also very secure. This touches on one of your secondary objectives; I can develop analytical dashboards for state-wise and district-wise analyses. For me, this project is not just about finishing it - it's about building something useful to further the great work done by NGOs in India.
₹15,000 INR in 25 days
1.9
1.9

With over two decades of experience in academia, software engineering, and technology leadership, I am well-versed in transforming complex challenges into streamlined and innovative solutions. While I hold a PhD in Artificial Intelligence, my passion lies in creating efficient systems that blend automation with secure data management. These proficiencies closely align with your requirements for the NGO Darpan Data Extraction and Management System. Throughout my varied career, I have consistently displayed the ability to deliver projects within stipulated time frames by using cutting-edge technologies and strategic planning. My previous roles as Chief Technology Officer in an AI startup equipped me with hands-on experience on Selenium for browser automation, BeautifulSoup for HTML parsing, Pandas for data processing, SQLite/Kubernetes for storage, and Streamlit for generating rich dashboards - all of which are central to your project's success. By selecting me, you'll gain a partner committed to reducing manual work through the intelligent use of technology and enhancing data accuracy through meticulous processes. Moreover, my robust skill set in Python, Selenium, BeautifulSoup, SQLite/MySQL and Streamlit would be invaluable assets to support your need for centralized reporting with state-wise and district-wise analysis capabilities.
₹12,500 INR in 7 days
1.1
1.1

I'd approach this job by developing a robust Python backend using FastAPI, ensuring seamless integrations and deployment reliability. The core deliverable is an Automated NGO Darpan Data Extraction and Management System. This involves building a clean backend flow that can handle API interactions, deployment, and error handling conditions. As someone who's already delivered similar work through Jarvis AI - Personal Automation Assistant, I'm confident in my ability to tackle this project. Jarvis AI involved orchestrating 30+ automated workflows across scraping, system actions, and API-driven automation. This experience will enable me to create a scalable and maintainable solution for the NGO Darpan data extraction system. To ensure successful project execution, I'll focus on delivering clean backend code, environment setup instructions, and a clear API integration flow. I'll also provide guidance on error handling and deployment. Before starting, I'd like to clarify the deployment target, API boundaries, and whether this is a greenfield or existing service. Is the main pain point implementation, deployment, or stabilizing an existing backend flow?
₹30,149 INR in 7 days
1.0
1.0

Hi, Your project is well-structured, and I can develop a robust Python-based NGO Darpan data extraction and management system that follows your outlined architecture. The solution will use Selenium for browser automation, BeautifulSoup for HTML parsing, Pandas for data processing, SQLite/MySQL for structured storage, and Streamlit for an interactive analytics dashboard. The application will support search automation, pause for manual CAPTCHA completion when required, handle pagination, extract publicly available NGO profile data, clean and validate records, remove duplicates, and export data in Excel, CSV, JSON, and SQL formats. I'll also implement detailed logging, resume functionality, configurable request pacing, comprehensive error handling, and clean, modular code with proper documentation. You'll receive complete source code, database schema, installation guide, user manual, sample datasets, and a fully functional dashboard for reporting and analysis. I focus on writing maintainable, scalable applications and can also assist with future enhancements such as REST APIs, cloud deployment, and scheduled updates. I’m ready to get started and discuss your requirements in detail.
₹25,000 INR in 7 days
0.0
0.0

NGO Darpan scraping is tedious manual work—researchers and CSR teams waste weeks copying records. I'll build an automated extraction system that crawls the portal, handles CAPTCHA checkpoints, parses profiles with BeautifulSoup, cleans data with Pandas, and surfaces insights via Streamlit dashboards. Approach: Selenium navigates search and pagination, extracts profile data, deduplicates and validates, stores in PostgreSQL. Handles session recovery and exports Excel/CSV/JSON. State-wise and sector-wise analysis built-in. I've built similar crawlers for public datasets—web automation, data pipelines, database schemas, and Streamlit dashboards. Code ships tested and documented. Milestone 1: Core scraper + single-page extraction. Quick question: Do you need filtered search (state/sector) in the crawler, or should I capture all results?
₹17,500 INR in 5 days
0.0
0.0

Hi, I can build this NGO Darpan extraction and management system in Python with Selenium, BeautifulSoup, pandas, SQLite or MySQL, and Streamlit. I have solid experience in Python automation, web data extraction, data cleaning, and dashboard building. For this work, I will keep it practical and compliant. The flow will be: browser automation with manual pause for CAPTCHA if needed, profile extraction, duplicate handling, structured database storage, export to Excel, CSV, JSON, and a simple analytics dashboard for state, district, and sector reports. Plan: 1. Build scraper with logging, retry, and resume support. 2. Design database tables and clean data pipeline. 3. Create Streamlit dashboard and export modules. 4. Share documentation, setup guide, and sample output. My bid is INR 22,000 for the full scope, which is fair for the automation, database, exports, and dashboard work. I can deliver in 14 days. If you want, I can also suggest the best database choice for your use case before starting. Best, Anil Kamani
₹22,000 INR in 14 days
0.0
0.0

A reliable NGO data platform depends on accurate extraction, resilient automation, and clean structured storage. I can develop this system in Python using Selenium, BeautifulSoup, Pandas, SQLite or PostgreSQL, and Streamlit while respecting manual CAPTCHA checkpoints and extracting only publicly available information. My experience includes Python automation, data processing, database design, frontend dashboards, and export workflows. The application will support configurable searches, pagination, resume after interruption, duplicate detection, data normalization, detailed logging, multi format exports, and interactive analytics with fast search and filtering. I will begin by building the configuration and browser automation modules, followed by the extraction pipeline, data cleaning engine, database schema, reporting, and Streamlit dashboard. The project will include documented source code, installation guide, sample datasets, and handoff documentation. Fast replies, no backlog, and a structured delivery focused on reliability and maintainability.
₹25,000 INR in 7 days
0.0
0.0

★★★★★★★★★★★★★★★ I can work full-time for you. ★★★★★★★★★★★★★★ Hi, My name is ⭐Pavlo⭐, and I can start right now to build your NGO Darpan extraction system with Selenium, BeautifulSoup, Pandas, SQLite/MySQL, exports, resume logs, and a Streamlit dashboard. Do you want the first version to focus on state/district searches with manual CAPTCHA pause, profile extraction, duplicate cleaning, and Excel/CSV/JSON reports? I will keep it compliant, well-documented, configurable, and easy to run or extend later. Best regards.
₹25,000 INR in 10 days
0.0
0.0

Hi, your time is valuable so I'll keep this short. I understand exactly what you're looking to achieve. I'll build or improve your solution using AI Content Creation, Python, Data Integration, Frontend Development, Email Marketing, Automation, PostgreSQL, Node.js and Data Management, keeping the code clean, the functionality reliable, and everything aligned with your requirements. My focus is on delivering a solution that works right the first time, not just getting the job done. One quick question: is there anything you'd like me to prioritize before I get started? Rameen
₹27,750 INR in 2 days
0.0
0.0

Hello, I have read your excellent and highly detailed SRS for the NGO Darpan Extraction System. I am a Data Engineer and Python automation expert, and I can build this end-to-end pipeline exactly as you have architected it. My engineering approach focuses on resilient scrapers, clean data pipelines, and crash-proof databases. Technical Execution Plan: 1. Robust Extraction Engine: I will build the Selenium and BeautifulSoup scraper with integrated manual CAPTCHA pauses. It will feature smart pagination handling, request pacing (to prevent blocks), and session recovery to resume any interrupted scrapes seamlessly. 2. Data Transformation & Cleaning: I will use Pandas to normalize text, remove duplicates, and structure the extracted data perfectly into your requested NGO_Master, NGO_Members, and NGO_Sectors relational schemas. 3. Secure Database Storage: I will deploy the SQLite/MySQL architecture, ensuring transactional integrity, fast querying, and easy JSON, CSV, and Excel exports. 4. Interactive Dashboard: I will develop the Streamlit analytics interface, providing interactive state/district statistics, sector analysis, and clean visual reporting. I have engineered complex data warehousing pipelines and robust automation tools. Your project requires strict data architecture and error handling, which is my exact specialty. I am ready to set up the Python environment and configure the database today. Best regards, Mohamed Ashraf
₹12,500 INR in 3 days
1.7
1.7

Hello, I am interested in developing the NGO Darpan Data Extraction and Management System. I can build a Python-based automation solution using Selenium, BeautifulSoup, Pandas, SQLite/MySQL, and Streamlit as per your requirements. I can help with: • Automated NGO data extraction from public sources • Data cleaning, duplicate removal, and validation • Database design and structured storage • Export to Excel, CSV, and JSON formats • Interactive dashboard with search and analytics • Error handling, logging, and resume functionality I will ensure a well-organized, scalable, and user-friendly system with proper documentation and source code delivery. I am ready to discuss the workflow and start the project. Thank you.
₹13,000 INR in 7 days
0.0
0.0

I am an experienced Python developer with expertise in web scraping, data extraction, and automation using Selenium, BeautifulSoup, and Pandas. I have reviewed your NGO Darpan project requirements thoroughly and can deliver a robust, production-ready solution with clean, well-documented code. My rate: $203.
₹20,300 INR in 7 days
0.0
0.0

Pune, India
Member since Jun 18, 2023
₹37500-75000 INR
₹12500-37500 INR
₹75000-150000 INR
₹12500-37500 INR
$250-750 USD
$30-250 USD
₹12500-37500 INR
₹750-1250 INR / hour
$15-25 USD / hour
$10-30 USD
₹600-1500 INR
$100 USD
$1500-3000 USD
₹600-1500 INR
$250-750 USD
₹12500-37500 INR
$8-15 USD / hour
$250-750 AUD
£10-30 GBP
$15-25 USD / hour
$3000-5000 USD
$30-250 USD
$10-30 USD
₹1500-12500 INR