---
title: "Company Funding"
method: POST
path: "/v1/companies/company-funding"
tags: ["Company Data"]
---

# Company Funding

`POST /v1/companies/company-funding`

Provide the Company Domain or Company Name and get back the complete funding details of the company.

## Request body

- object
  - `company_name` string — Provide Company Name
  - `company_domain` string — Provide Company Domain

## Response `200`

Successful response with company funding details

- object
  - `basicInfo` object
    - `companyName` string
    - `description` string
    - `shortName` string
    - `founded` string
    - `headquarters` object
      - `city` string
      - `state` string
      - `country` string
      - `fullAddress` string
    - `primaryDomain` string
    - `phone` string
    - `status` string
    - `followers` integer
    - `ownership` string
  - `financialInfo` object
    - `revenue` integer
    - `formattedRevenue` string
    - `totalFunding` integer
    - `formattedFunding` string
    - `lastFundingRound` object
      - `round` string
      - `date` string, date-time
      - `amount` integer
  - `fundingHistory` object[]
    - `round` string
    - `date` string, date-time
    - `amount` string
    - `investors` string[]
  - `companySize` object
    - `employees` integer
    - `employeeRange` string
    - `employeeGrowth` string
  - `leadership` object
    - `ceo` object
      - `firstName` string
      - `lastName` string
      - `designation` string
      - `b2b_profile` string
      - `twitter` string
  - `industryAndSectors` object
    - `industrySectors` string[]
    - `industries` string[]
    - `technologyStack` string
  - `topCompetitors` object[]
    - `name` string
    - `revenue` string
    - `employees` string
    - `totalFunding` string
    - `headquarters` object
      - `city` string
      - `state` string
      - `country` string
      - `fullAddress` string
    - `founded` string, date-time
    - `ownership` string
    - `website` string
  - `acquisitions` object[]
    - `companyName` string
    - `acquisitionDate` string, date-time
    - `description` string
    - `source` string
  - `socialMedia` object[]
    - `platform` string
    - `url` string
  - `news` object[]
    - `title` string
    - `source` string
    - `date` string, date-time
  - `pressReleases` object[]
    - `title` string
    - `source` string
    - `date` string, date-time
  - `keyHighlights` object[]
    - `type` string
    - `text` string
    - `date` string, date-time
    - `src` string
    - `source` string
  - `summarySection` string
  - `credits_consumed` integer

## Other responses

- `400` — Bad Request - The request was malformed or contains invalid parameters. **Common causes:** - Missing required fields - Invalid field format (e.g., malformed email) - Invalid JSON syntax - Invalid parameter values
- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key
- `402` — Payment Required - Insufficient credits for this request. **Action required:** Add credits to your account at https://app.leadmagic.io/settings/billing
- `404` — Not Found - The requested resource could not be found. **Common causes:** - Profile doesn't exist or is not accessible - Company not found in our database - Invalid URL or identifier
- `429` — Too Many Requests - Rate limit exceeded. **Action required:** Check the `Retry-After` header for when to retry. **Headers returned:** - `Retry-After`: Seconds until you can retry - `RateLimit-Limit`: Your limit per minute - `RateLimit-Remaining`: Remaining requests this minute - `RateLimit-Reset`: Seconds until limit resets
- `500` — Internal Server Error - Something went wrong on our end. **Action required:** Wait 30 seconds and retry. If the problem persists, contact support@leadmagic.io

---

[API](https://skmtc.net/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.net/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/versions/e95809714e4d/schema)
