Comprehensive directory of DPIIT-recognized startups, mentors, incubators, and accelerators in Maharashtra from the Startup India portal. Maharashtra leads India in startup registrations. Includes entity profiles with sector, stage, city, and founding details. Covers the full ecosystem - startups seeking funding, mentors offering guidance, incubators providing infrastructure, and accelerators driving growth.
import requests
import pandas as pd
# Startup India search API for Maharashtra startups
# Browse: https://www.startupindia.gov.in/content/sih/en/search.html/Maharashtra
# Roles: Startup, Mentor, Incubator, Accelerator
print("Startup India Maharashtra ecosystem data")
print("Startups: https://www.startupindia.gov.in/.../roles=Startup")
print("Mentors: https://www.startupindia.gov.in/.../roles=Mentor")
print("Incubators: https://www.startupindia.gov.in/.../roles=Incubator")| Field | Type | Description |
|---|---|---|
| entity_name | string | Name of startup, mentor, incubator, or accelerator |
| role | string | Entity type (Startup, Mentor, Incubator, Accelerator) |
| sector | string | Industry sector or domain |
| city | string | City in Maharashtra |
| stage | string | Startup stage (ideation, validation, early traction, scaling) |