# 🇮🇳 India Startup Funding Tracker — Inc42 & YourStory (`nexgendata/india-startup-funding-tracker`) Actor

India startup funding rounds from Inc42 & YourStory — company, amount, round, investors. Watch mode for new rounds.

- **URL**: https://apify.com/nexgendata/india-startup-funding-tracker.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Business, News
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $80.00 / 1,000 funding round records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## India Startup Funding Tracker — VC & Seed Rounds Scraper 🇮🇳

Track **India startup funding rounds** as they hit the news — **startup name, amount (normalised to USD), round type, investors, sector, date, and source link** — aggregated from India's leading startup-media RSS feeds (**Inc42** and **YourStory**). Built for VC analysts, founders, data teams, and AI agents that want a clean, structured funding feed instead of scraping news sites by hand. **Watch mode** turns it into a standing "new India funding rounds" alert.

> Honest positioning: this is a **news-based funding aggregator**, not an official-filings or regulatory product. Unlike the US (where SEC Form D is public), **there is no free official India funding-filing feed** — so the accurate, timely signal is startup-press coverage. Amounts and investors are extracted from headlines and can lag or round vs. a company's own disclosure. Not investment advice.

### 📊 What you get

One record per funding round:

- `startupName` — the funded company (e.g. `Reo.Dev`, `Neo Group`)
- `amountUsd` — amount normalised to USD (₹ crore converted at **1 Cr ≈ $120,000**; `$X Mn/Bn` taken as-is)
- `amountOriginal` — the amount exactly as reported (e.g. `$11 Mn`, `₹350 Cr`)
- `roundType` — pre-seed / seed / series A–F / bridge / debt / angel / growth (when stated)
- `investors` — array parsed from "led by" / "backed by" (e.g. `["Peak XV Partners"]`)
- `sector` — the article's category tag (e.g. fintech, SaaS, D2C)
- `date` — publish date of the source article
- `sourceUrl` — the original article link
- `source` — `Inc42` or `YourStory`
- `title`, `scraped_at`

#### Sample output

```json
{
  "startupName": "Reo.Dev",
  "amountUsd": 11000000,
  "amountOriginal": "$11 Mn",
  "roundType": "seed",
  "investors": ["Innovation Endeavors"],
  "sector": "SaaS",
  "date": "Fri, 17 Jul 2026 02:30:34 +0000",
  "title": "JFS' Profitability Flex, Reo.Dev Bags $11 Mn & More",
  "sourceUrl": "https://inc42.com/buzz/jfs-profitability-flex-reo-dev-bags-11-mn-more/",
  "source": "Inc42",
  "scraped_at": "2026-07-17T09:15:02Z"
}
````

### 💵 Pricing

Pay-per-result, no subscription:

| Event | Price |
|---|---|
| Actor start | $0.01 |
| **Funding round record** | **$0.08 each** |
| Watch-check (per scheduled watch run) | $0.05 |

**Worked example:** a run that returns 25 funding rounds = 1 start ($0.01) + 25 records × $0.08 ($2.00) = **$2.01**. A daily watch run that finds 2 new rounds = $0.05 watch-check + 2 × $0.08 = **$0.21**. A quiet watch day with 0 new rounds = just the $0.05 watch-check.

### ⏰ Watch mode — new-round alerts

Turn on **`watchMode`** and put the actor on a schedule. The first run seeds a baseline and emits nothing; every later run emits **only new funding rounds** since the last run (deduped on `sourceUrl`, falling back to a startup+amount+date hash). Perfect for a standing "new India funding rounds" feed into Slack, a sheet, or an agent.

```json
{ "keyword": "fintech", "minAmountUsd": 5000000, "watchMode": true, "watchLabel": "fintech-5m" }
```

### 🤖 Use with AI agents

Returns clean JSON, so an agent can call it directly. Example task: *"Pull today's India seed rounds over $2M in fintech and draft outreach notes to each founder."* Works with MCP tool-calling and agentic (x402) payment flows — no API key required.

#### API

```bash
curl -X POST "https://api.apify.com/v2/acts/india-startup-funding-tracker/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"keyword":"fintech","minAmountUsd":2000000,"maxResults":50}'
```

#### CLI

```bash
apify call india-startup-funding-tracker --input '{"maxResults":100}'
```

### 🔗 Related NexGenData actors

- **startup-funding-tracker** — the global/US sibling (SEC Form D-backed funding signals). This India edition is its news-based counterpart.
- **nse-bse-announcements** — live NSE corporate announcements & regulatory filings (India).
- **mca-company-registry** — India company master data (CIN, directors, capital, status).
- **india-trademark-search** — Indian trademark records.
- **gem-tenders-india** — Indian government e-marketplace tenders.
- **india-gst-verify** — Indian GSTIN verification.
- **india-court-cause-list** — Indian court cause-list tracker.

### ❓ FAQ

**Where does the data come from?** Public RSS feeds from Inc42 (`/feed/`, `/buzz/feed/`) and YourStory (`/feed`) — the same headlines you'd read on their sites, parsed into structured funding-round records.

**Is this official/regulatory data?** No. India has no free public funding-filing equivalent of the US SEC Form D, so this is a **news-based aggregator**. Treat amounts and investors as press-reported.

**How are amounts normalised?** `$X Mn/Bn` is used as reported; `₹X Cr` (crore) is converted to USD at a fixed 1 Cr ≈ $120,000. The original string is kept in `amountOriginal`.

**How fresh is it?** As fresh as the feeds — new rounds usually appear within minutes to hours of publication.

**Does a blocked source bill me?** No. If **every** feed is unreachable the run fails loud and charges nothing — you never pay for an empty "success". If some feeds respond and some are blocked, you get what's available plus a PARTIAL status message.

**What if there's genuinely no funding news?** If the feeds load cleanly but no headline matches the funding filter, the run succeeds with 0 records (a genuine empty) — that's not a failure.

***

Data sourced from public startup-media RSS feeds. This actor is not affiliated with or endorsed by Inc42, YourStory, or any funded company. Amounts are press-reported and may differ from official figures. Not investment advice.

# Actor input Schema

## `maxResults` (type: `integer`):

Maximum funding-round records to return (1-500).

## `keyword` (type: `string`):

Case-insensitive substring matched against the startup name, sector and headline (e.g. 'fintech', 'AI', 'Zepto'). Leave empty for all funding rounds.

## `minAmountUsd` (type: `integer`):

Drop rounds whose normalised USD amount is below this (e.g. 5000000 for $5M+). ₹ crore is converted at 1 Cr ≈ $120K. 0 = no minimum.

## `watchMode` (type: `boolean`):

When on, the first run seeds a baseline and emits nothing; later runs emit only NEW funding rounds since the last run (dedup key: sourceUrl, or startup+amount+date hash). Ideal on a schedule.

## `watchLabel` (type: `string`):

Names the watch baseline so multiple saved tasks keep independent state.

## Actor input object example

```json
{
  "maxResults": 25,
  "minAmountUsd": 0,
  "watchMode": false,
  "watchLabel": "default"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxResults": 25
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/india-startup-funding-tracker").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "maxResults": 25 }

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/india-startup-funding-tracker").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxResults": 25
}' |
apify call nexgendata/india-startup-funding-tracker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nexgendata/india-startup-funding-tracker",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🇮🇳 India Startup Funding Tracker — Inc42 & YourStory",
        "description": "India startup funding rounds from Inc42 & YourStory — company, amount, round, investors. Watch mode for new rounds.",
        "version": "0.0",
        "x-build-id": "71Fi23w3j7Gt5s0e6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~india-startup-funding-tracker/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-india-startup-funding-tracker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nexgendata~india-startup-funding-tracker/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-india-startup-funding-tracker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nexgendata~india-startup-funding-tracker/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-india-startup-funding-tracker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum funding-round records to return (1-500).",
                        "default": 25
                    },
                    "keyword": {
                        "title": "Keyword / sector filter (optional)",
                        "type": "string",
                        "description": "Case-insensitive substring matched against the startup name, sector and headline (e.g. 'fintech', 'AI', 'Zepto'). Leave empty for all funding rounds."
                    },
                    "minAmountUsd": {
                        "title": "Minimum amount (USD, optional)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Drop rounds whose normalised USD amount is below this (e.g. 5000000 for $5M+). ₹ crore is converted at 1 Cr ≈ $120K. 0 = no minimum.",
                        "default": 0
                    },
                    "watchMode": {
                        "title": "Watch mode (new rounds only)",
                        "type": "boolean",
                        "description": "When on, the first run seeds a baseline and emits nothing; later runs emit only NEW funding rounds since the last run (dedup key: sourceUrl, or startup+amount+date hash). Ideal on a schedule.",
                        "default": false
                    },
                    "watchLabel": {
                        "title": "Watch label",
                        "type": "string",
                        "description": "Names the watch baseline so multiple saved tasks keep independent state.",
                        "default": "default"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
