# Funding Records for Climate Tech Companies

**Use case:** 

Get SEC Form D amounts, UK registration details and press funding signals for climate tech companies, each labelled with its source of record.

## Input

```json
{
  "company_domain": "notion.com",
  "company_name": "Notion",
  "sources": "all",
  "lookbackMonths": "36",
  "minAmountUsd": "none",
  "skipCache": "false",
  "source_tag": "funding-investor-record:funding-records-for-climate-tech-companies"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "source_of_record": {
    "label": "Source of Record",
    "format": "string"
  },
  "form_d_filed": {
    "label": "Form D Filed",
    "format": "boolean"
  },
  "form_d_date": {
    "label": "Form D Date",
    "format": "string"
  },
  "form_d_entity_name": {
    "label": "Form D Entity Name",
    "format": "string"
  },
  "form_d_entity_match": {
    "label": "Form D Entity Match",
    "format": "string"
  },
  "form_d_accession": {
    "label": "Form D Accession Number",
    "format": "string"
  },
  "amount_raised_usd": {
    "label": "Amount Raised USD",
    "format": "integer"
  },
  "total_offering_usd": {
    "label": "Total Offering USD",
    "format": "integer"
  },
  "filings_rejected": {
    "label": "Filings Rejected",
    "format": "integer"
  },
  "uk_company_number": {
    "label": "UK Company Number",
    "format": "string"
  },
  "uk_company_name": {
    "label": "UK Company Name",
    "format": "string"
  },
  "uk_company_status": {
    "label": "UK Company Status",
    "format": "string"
  },
  "uk_entity_match": {
    "label": "UK Entity Match",
    "format": "string"
  },
  "uk_incorporation_date": {
    "label": "UK Incorporation Date",
    "format": "string"
  },
  "uk_accounts_reference_date": {
    "label": "UK Accounts Reference Date",
    "format": "string"
  },
  "press_round_name": {
    "label": "Press Round Name",
    "format": "string"
  },
  "press_amount": {
    "label": "Press Amount",
    "format": "integer"
  },
  "press_currency": {
    "label": "Press Currency",
    "format": "string"
  },
  "press_url": {
    "label": "Press URL",
    "format": "string"
  },
  "related_entity_name": {
    "label": "Related Entity Name",
    "format": "string"
  },
  "related_entity_source": {
    "label": "Related Entity Source",
    "format": "string"
  },
  "related_entity_amount_usd": {
    "label": "Related Entity Amount USD",
    "format": "integer"
  },
  "related_entity_note": {
    "label": "Related Entity Note",
    "format": "string"
  },
  "amount_meets_threshold": {
    "label": "Amount Meets Threshold",
    "format": "boolean"
  },
  "sources_queried": {
    "label": "Sources Queried",
    "format": "string"
  },
  "coverage": {
    "label": "Coverage",
    "format": "number"
  },
  "fetch_status": {
    "label": "Fetch Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Funding Record - SEC Form D, Companies House, Press](https://apify.com/mambalabs/funding-investor-record.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/funding-investor-record.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/funding-investor-record.md

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).
