# Startup Funding & Acquisition News from Tech RSS Feeds

**Use case:** 

Articles from the last 7 days in TechCrunch and Crunchbase News feeds that mention funding rounds or acquisitions (raises, Series A/B, seed, acquires): title, link, summary, publish time and source. For investors, sales teams and analysts tracking deal flow. Edit the keywords or feeds, and schedule it daily with onlyNew to get only fresh stories.

## Input

```json
{
  "urls": [
    "https://techcrunch.com/feed/",
    "https://news.crunchbase.com/feed/"
  ],
  "discoverFeeds": true,
  "includeKeywords": [
    "raises",
    "funding",
    "Series A",
    "Series B",
    "seed",
    "acquires",
    "acquisition"
  ],
  "keywordMatch": "any",
  "matchIn": "titleSummary",
  "since": "7d",
  "sinceHours": 0,
  "onlyNew": false,
  "limitPerFeed": 30,
  "maxItems": 1000,
  "sortBy": "publishedDesc",
  "dedupeBy": "url",
  "fetchFullContent": false,
  "maxFullContentChars": 20000,
  "fullContentConcurrency": 3,
  "summaryMaxChars": 1000,
  "contentMaxChars": 5000,
  "includeContentHtml": false,
  "includeErrors": false
}
```

## Output

```json
{
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "feedTitle": {
    "label": "Feed",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "keywordsMatched": {
    "label": "Matched",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [RSS & Atom Feed Scraper — Any Feed to Clean JSON (Bulk)](https://apify.com/yadroo/rss-to-json.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yadroo/rss-to-json.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/yadroo/rss-to-json.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
